This is the second release of the plugin. The changelog is as follows:
[+] Added AutoStart functionality. Now the game will start when a certain amount of players join the server if it is enabled in the config. The amount can also be set on the config file.
Code (YAML):
autostart:
enabled
: true
# If the feature is enabled.
count
: 4
# Minimum number of players needed before autostarting the game.
[+] Added enable on server start option. If this option is false, the plugin will not load on server start. If it is set to true it will. The default option is false. To use the plugin, please change the value in the configuration file.
Code (YAML):
enable_on_start
: false
You can also use commands:
and
Note that changing this option requires a server restart or reload (if you use reload all players must rejoin the game).
[+] Now the difficulty will be set to peaceful during the match and restored to original after the match end.
[ · ] Fixed [TTR-0001]
#1
[ · ] Fixed [TTR-0002]
#2
[ · ] Fixed [TTR-0003]
#3