πŸ“œpunish.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff Punish 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:
  PUNISH: # Info on the main /punish command
    DESCRIPTION: 'Punish a player'  # What should the command description be?
    PERMISSION: 'deltastaff.staff.punish.use'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'punish'

MESSAGES:
  PLAYER-ONLY: "&cThis command can only be used by players."
  USAGE: "&cUsage: /deltapunish <player>"
  PLAYER-NOT-FOUND: "&cPlayer not found."
  CANNOT-PUNISH-SELF: "&cYou cannot punish yourself."

GUI:
  TITLE: "&cPunish {0}"
  SIZE: 27
  ITEMS:
    - SLOT: 10
      ITEM: "DIAMOND_SWORD"
      NAME: "&aBan Player"
      LORE:
        - "&7Click to ban this player."
        - "&7Duration: &cPermanent"
      COMMAND: "ban {0} Permanent Ban"

    - SLOT: 12
      ITEM: "PAPER"
      NAME: "&eMute Player"
      LORE:
        - "&7Click to mute this player."
        - "&7Duration: &c30 Minutes"
      COMMAND: "mute {0} 30m Mute"

    - SLOT: 14
      ITEM: "REDSTONE"
      NAME: "&bKick Player"
      LORE:
        - "&7Click to kick this player."
      COMMAND: "kick {0} Kicked by staff"

    - SLOT: 16
      ITEM: "BARRIER"
      NAME: "&4Warn Player"
      LORE:
        - "&7Click to warn this player."
      COMMAND: "warn {0} Breaking server rules"

Last updated