Commands & Permissions

Commands & Permissions

Current Commands

  • /replug or /rep - Main Command
    • /repenable or /enable [PluginName] - Enable a disabled plugin
    • /repdisable or /disable [PluginName] - Disable an enabled plugin
    • /repreload or /rel <PluginName> - Reload RePlug or the defined plugin
    • /repload or /load [FileName] - Load a plugin-file located in the 'RePlugs' folder
    • /repunload or /unload [PluginName] - Unload a plugin with its file located in the 'RePlugs' folder
    • /represtart or /restart [PluginName] - Restart a plugin with its file located in the 'RePlugs' folder
    • /repinfo or /info <PluginName> - Shows info about defined plugin, or about RePlug itself.
    • /repcommands or /commands [PluginName] - Shows all commands of a certain plugin (if the commands are registered in plugin.yml)
      • /repcommands [PluginName] dump - Dumps all commands of the plugin to a file in the 'RePlug' folder (if the commands are registered in plugin.yml)
    • /repfiles or /files - List all available plugin-files located in the 'RePlugs' folder
    • /repstartup or /starup add/remove [FileName] - Add or remove a plugin-file in the 'RePlugs' folder from the Startup-list in the config.yml

Permission Nodes

  • Parent node (all permissions) = replug.*
    • repenable = replug.enable
    • repdisable = replug.disable
    • repreload = replug.reload
    • repload = replug.load
    • repunload = replug.unload
    • represtart = replug.restart
    • repinfo = replug.info
    • repcommands = replug.commands
    • repfiles = replug.files
    • Startup parent node = replug.startup
      • repstartup add = replug.startup.add
      • repstartup remove = replug.startup.remove