PluginControl v1.0.3
What's Changed
New Configurations
action
- Action to take if all listed plugins are not enabledkick-message
- Message sent to the player when thedisallow-player-login
action is enabled
Actions
log-to-console
- Sends a warning (log-to-console
inside lang.yaml) in the consoledisallow-player-login
- Block player from enter the server with a message (kick-message
inside config.yml)shutdown-server
- Shutdown the server with a warning (disabling-server
inside lang.yml)
New File lang.yml
:
- Change all the messages sent by the plugin using MiniMessage
New Commands
/plugincontrol action
- Check the current action/plugincontrol action <action-type>
- Set the action to take/plugincontrol kick-message
- Check the current kick message/plugincontrol kick-message <message>
- Set the kick message/plugincontrol reload
- Reload the configuration and language files
New Permission
plugincontrol.bypass
- Bypass thedisallow-player-login
inaction
Full Changelog: v1.0.2...v1.0.3