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

How to use it in a minecraft server? #16

Closed pokecosimo closed 1 year ago

pokecosimo commented 1 year ago

How to use it in a minecraft server?

KurtThiemann commented 1 year ago

Thanos is a standalone cli tool, not a mod or plugin. How to use it is explained here: https://github.com/aternosorg/thanos#cli-tool

pokecosimo commented 1 year ago

Thanos is a standalone cli tool, not a mod or plugin. How to use it is explained here: https://github.com/aternosorg/thanos#cli-tool

ok, but i whanted to put it in my vps to make it like in aternos

KurtThiemann commented 1 year ago

After installing php and composer on your VPS, you can just clone the repository, run composer install inside the thanos directory, and then use the thanos.php file like described in the README.

Please note that thanos should only be run while the server is stopped.