📜staffmode.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff StaffMode Module               ~
#~ NOTE: This feature is currently in BETA mode. Your feedback  ~
#~       is valuable in refining our services. If you encounter ~
#~       any issues, please disable it and inform us!           ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: '1'

# General information about the module
GENERAL:
  STAFFMODE: # Info on the main /staffmode command
    DESCRIPTION: 'Enter staffmode'  # What should the command description be?
    PERMISSION: 'deltastaff.staff.staffmode.use'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'staffmode'
      - 'sm'


MESSAGES:
  PLAYER-ONLY: "&cThis command can only be used by players."
  STAFFMODE:
    ENABLED: "&d%player_name% &7Staff mode enabled."
    DISABLED: "&d%player_name% &7Staff mode disabled."
    CANNOT-BREAK: "&cYou cannot break blocks while in staff mode."
    CANNOT-DROP: "&cYou cannot drop items while in staff mode."
    CANNOT-TAKE-CREATIVE: "&cYou cannot take items out of creative mode while in staff mode."
    CANNOT-MOVE: "&cYou cannot move items between slots while in staff mode."
    CANNOT-USE-OTHER-COMMANDS: "&cYou cannot use other commands while in staff mode."

STAFF-ITEMS:
  Vanish:
    SLOT: 0
    MATERIAL: DIAMOND
    NAME: "&aVanish &7(Right-Click)"
    LORE:
      - ""
      - "&7Right click to vanish."
    COMMAND: "deltavanish"
    EXECUTOR: PLAYER #PLAYER, CONSOLE
  Invsee:
    SLOT: 4
    MATERIAL: CHEST
    NAME: "&bInvsee &7(Right-Click)"
    LORE:
      - ""
      - "&7Right click to invsee clicked player."
    COMMAND: "deltainvsee {1}"
    EXECUTOR: PLAYER #PLAYER, CONSOLE
  Freeze:
    SLOT: 8
    MATERIAL: ICE
    NAME: "&eFreeze &7(Right-Click)"
    LORE:
      - ""
      - "&7Right click to freeze clicked player."
    COMMAND: "deltafreeze {1}"
    EXECUTOR: PLAYER #PLAYER, CONSOLE
  RandomTP:
    SLOT: 3
    MATERIAL: ENDER_PEARL
    NAME: "&dRandomTP &7(Right-Click)"
    LORE:
      - ""
      - "&7Right click to teleport to a random player."
    COMMAND: "deltarandomtp"
    EXECUTOR: PLAYER #PLAYER, CONSOLE
  CPS:
    SLOT: 5
    MATERIAL: STICK
    NAME: "&fCPS &7(Right-Click)"
    LORE:
      - ""
      - "&7Right click to see how many clicks a player does."
    COMMAND: "deltacpscheck {1}"
    EXECUTOR: PLAYER #PLAYER, CONSOLE
  Punish:
    SLOT: 7
    MATERIAL: BARRIER
    NAME: "&cPunish &7(Right-Click)"
    LORE:
      - ""
      - "&7Right click to punish a player."
    COMMAND: "deltapunish {1}"
    EXECUTOR: PLAYER #PLAYER, CONSOLE

Last updated