Skip to content

1.2.0 Reload and commands!

Latest
Compare
Choose a tag to compare
@mataai mataai released this 04 Nov 20:08
9494e4c

Feautres:

  • Added reload for admins (crosschat.reload)
  • Added configuration for communication channel used by the plugins (in the config.yml).

Code:

  • Added command manager on BungeePlugin:

    1. Added class Command Manager which will manage subcommands for the plugin.
    2. Added absctract class SubCommand as a template for subcommands.
    3. Added reload subcommand which reload the plugin config (bungee only for now)