HaroTorch v2.2.2 - Version compatibility: Switched to using reflection rather than the classes directly. This means that the plugin should be compatible with most future versions without much change.
- Torch limits: You can now limit the amount of torches a player is allowed to place down.
Update guide You'll need to change two files to be able to use the new torch limits.
Append the following to config.yml:
# How many torches are players allowed to place down
# Set to -1 to disable
torchPlaceLimit: 5
Append the following to en.properties:
torchLimitReached=You have reached the limit of torches you are allowed to place down! You have placed %PLACED_TORCHES%/%TORCH_LIMIT% torches!
If you are using a different language, make sure you update that respective language file too!
Java compatibility As of this version, Java 8 support has been dropped. If you want to use HaroTorch v2.2.2+, you'll have to use at least Java 11.