- You can now disable the /lg join sub-command in the config. This is helpful if players should only be able to join a lobby game through something like a GUI (where the console will run /lgjoinplayer) or through clickable signs.
- You can now disable the alias commands, such as /pool, /2048, etc. However, it is not possible to prevent the commands from tab-completing even if they are disabled.
- The /lgjoinplayer command will no longer prevent a player from teleporting to a different world if
interworld-teleportation-enabled is false in the config.
- Fixed a bug in pool where the click cooldown was incorrectly applied to both players.
Added these lines to the config:
Code (Text):
lg-join-command-enabled: true #without /lg join, players can only join via the console running /lgjoinplayer or via clickable signs
alias-commands-enabled: true #whether /soccer, /2048, /snake, etc. should be enabled