Custom Staff Modules
Command module
# Name of the module, can be anything you want as long as it's a valid yaml key
ExampleCommandModule:
# Indicates if this module should be enabled
enabled: true
# Type of command module: COMMAND_STATIC;COMMAND_DYNAMIC;COMMAND_CONSOLE
type: COMMAND_STATIC
# The inventory slot where this item should be placed while in staff-mode
slot: 30
# The material of the item
item: DIAMOND
name: "&4Ban all god kids"
lore: "&4line1, &6line2, &3line3"
# The command to execute when this item is used
command: "ban Shortninja &4For coding 2hard!!11!1!one!"Plain Module
Input

Confirmation


Example configuration
Last updated