What's Changed
New Command
/plugincontrol help | ?
- Show the list of commands.
command:
help:
- '<gradient:aqua:green>==== Plugin Control Help ====</gradient>'
- '<aqua>/<command> add <green><plugin-name> <yellow>- Add a plugin to the list'
- '<aqua>/<command> remove <green><plugin-name> <yellow>- Remove a plugin from the list'
- '<aqua>/<command> action <yellow>- List all actions available'
- '<aqua>/<command> kick-message <yellow>- Show the kick message'
- '<aqua>/<command> kick-message <message> <yellow>- Set the kick message'
- '<aqua>/<command> enable <yellow>- Enable the plugin'
- '<aqua>/<command> disable <yellow>- Disable the plugin'
- '<aqua>/<command> toggle <yellow>- Enable or disable the plugin'
- '<aqua>/<command> list <yellow>- List all plugins added'
- '<aqua>/<command> reload <yellow>- Reload the config and language'
- '<aqua>/<command> help <yellow>- Show this help'
- '<gradient:aqua:green>============================</gradient>'
New Feature
- When using the
/plugincontrol reload
command with PluginControl enabled, a check of required plugins will be performed. - By using the command
/plugincontrol list
you can click on the name of the plugin to remove it from the list.
command:
plugin-click-remove: '<red>Click to remove the plugin'
- Possibility to change the separator and last separator of the plugins list in the
lang.yaml
file:
command:
plugin-list-separator: '<gray>, '
plugin-list-separator-last: '<gray> and '
Bug Fixes
- When displaying or setting the kick message with
/plugincontrol kick-message <message>
it will be displayed in the chat with the set formatting.
Full Changelog: https://github.com/SrBedrock/PluginControl/compare/v1.0.3...v1.0.4
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: https://github.com/SrBedrock/PluginControl/compare/v1.0.2...v1.0.3
What's Changed
New Feature
- Make compatible with version 1.8-1.20.1
- Make compatible with Spigot
- Use english as default language
Full Changelog: https://github.com/SrBedrock/PluginControl/compare/v1.0.1...v1.0.2