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

Confirmation


Example configuration
Last updated