Skip to content

PluginControl v1.0.3

Compare
Choose a tag to compare
@SrBedrock SrBedrock released this 23 Jun 07:26
· 206 commits to main since this release
844113e

What's Changed

New Configurations

  • action- Action to take if all listed plugins are not enabled
  • kick-message - Message sent to the player when the disallow-player-login action is enabled

Actions

  • log-to-console - Sends a warning (log-to-console inside lang.yaml) in the console
  • disallow-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:

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 the disallow-player-login in action

Full Changelog: v1.0.2...v1.0.3