Advertisement
Guest User

custom ban staff+

a guest
Dec 13th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.06 KB | None | 0 0
  1.   ############################################################
  2.   # +------------------------------------------------------+ #
  3.   # |                       Custom                         | #
  4.   # +------------------------------------------------------+ #
  5.   ############################################################
  6.     # The name of the module (just a reference point; can be anything really).
  7.     CustomBan:
  8.      # Whether or not this module is enabled.
  9.       enabled: true
  10.  
  11.       # The type of module this is.
  12.       # A dynamic command will be executed by the player.
  13.       # The two placeholders are "%clicker%" and "%clicked%"; both optional.
  14.       type: COMMAND_DYNAMIC
  15.  
  16.       # The slot that this module's item is at by default.
  17.       slot: 31
  18.    
  19.       # The type of item for this module.
  20.       item: QUARTZ
  21.  
  22.       # The real name of the item.
  23.       name: "&4Custom ban"
  24.  
  25.       # The lore of the item.
  26.       lore: "&cbans user permanently"
  27.      
  28.       # The command that this item will execute.
  29.       command: "ban %clicked% &6[reason] %clicker%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement