aternosorg / thanos

PHP library to automatically detect and remove unused chunks from Minecraft worlds.
https://packagist.org/packages/aternos/thanos
MIT License
221 stars 20 forks source link

About setMinInhabitedTime #12

Closed Soapy7261 closed 1 year ago

Soapy7261 commented 1 year ago

Is this in seconds or minutes or something else? Since i wanna increase this for my end since players do a lot of elytra gliding and it makes a lot of unneeded chunks, but i don't wanna make it so end ships could be reset and that'd be bad I use the default thanos.php file

JulianVennen commented 1 year ago

The cumulative number of ticks players have been in this chunk.

https://minecraft.fandom.com/wiki/Chunk_format#NBT_structure

So it's

Soapy7261 commented 1 year ago

Ohhhh its ticks alright thanks