Changelog:
- New feature: If enabled, players will not be able to move before they log in.
- New feature: In config.yml, there is now a list of commands that will be disabled for non-logged in players.
- New feature: It is now possible to block chat messages from non-logged in players
- Reorganized config.yml and messages.yml values. [I recommend deleting your current config.yml and messages.yml to reset it with the new changes]
- Messages.yml is now even more configurable, as it is now possible to change the position of variables inside of them. (E.g. "{player}", "{min}")
- It is now possible to configure wether you want players to be teleported to the loginSpawn on join or not.
- General bug fixes
New config.yml values:
- loginTeleportOnJoin: Determines wether to teleport a player to loginSpawn on join or not.
- loginDisabledCommands: The list of commands disabled for non-logged in players.
- disableMovement: Determines wether to restrict movement for non-logged in players or not.
- disableChatBeforeLogin: Determines wether to block chat messages from non-logged in players.