Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gui-title: 'Ban'
- # 0: <-- This is the index it should be from 0 to 54 in order
- # material: WOOL <-- Use capitalized material names
- # data: 1 <-- This is the durability value of an item
- # name: '1 Day TempBan for Xray' <-- Name of menu item
- # lore: <-- Lore, use this format, for more lines add them like this
- # - '&6XRay TempBan'
- # - '1 Day'
- # command: 'tempban %player% 1d for Xray' <-- This is the command that it run when clicked. Also note
- # you DO NOT use the '/', and %player% replaces the players
- # name that you type in /ban PLAYER
- #
- # This plugin is not a replacement for a punishment system plugin.
- # It is only a gui to make using the plugin more user friendly.
- # Note: the command you are entering in the command field, would
- # be the same as if you did it in game, and you need the permission
- # to use it if your ban plugin has it.
- #
- # You can enter up to 54 different menu items, with each being unique
- # Though all command items will process the Player that is entered upon
- # running the ban command.
- bans:
- 0:
- material: DIAMOND
- data:
- name: 'Xray /Other Visual hacks'
- lore:
- - '&6Visual hacks'
- - '3 Days'
- command: 'tempban %player% 3d xray/other visual hacks'
- 1:
- material: FEATHER
- data: 0
- name: 'Fly/Speed Hacks'
- lore:
- - 'Movement Hacks'
- - '30 days'
- command: 'tempban %player% 30d Fly/Speed Hacks'
- 2:
- material: DIAMOND_SWORD
- data: 0
- name: 'PvP Hacks'
- lore:
- - 'PvP Hacks'
- - '30 Days'
- command: 'tempban %player% 30d KillAura/Other PvP Hacks'
- 3:
- material: BARRIER
- data: 0
- name: 'Inapropriate Words or Images'
- lore:
- - 'Inapropriate Words or Images'
- - '40 Days'
- command: 'tempban %player% 40d Inapropriate Words or Images'
- 4:
- material: ENDER_CHEST
- data: 0
- name: 'Racist or Sexes'
- lore:
- - 'Racist or Sexes'
- - '60 days'
- command: 'tempban %player% 60d Racist or Sexes'
- 5:
- material: TNT
- data: 0
- name: 'Griefing'
- lore:
- - 'Griefing'
- - '7 days'
- command: 'tempban 7d %player% Griefing'
- 6:
- material: BOOK
- data: 0
- name: 'Spamm'
- lore:
- - 'Spamm'
- - '7 days'
- command: 'tempban %player% 7d Spamm'
- 7:
- material: STONE
- data: 0
- name: 'Spamming commands'
- lore:
- - 'Spamm'
- - '7 days'
- command: 'tempban %player% 7d Spamming commands'
- 8:
- material: DIAMOND_ORE
- data: 0
- name: '24 hr ban'
- lore:
- - '24 hr Ban'
- - '24 hr'
- command: 'tempban %player% 1d'
- 9:
- material: GOLD_ORE
- data: 0
- name: '3 day ban'
- lore:
- - '3 days'
- command: 'tempban %player% 3d'
- 10:
- material: LAPIS_ORE
- data: 0
- name: '10 day ban'
- lore:
- - '10 days'
- command: 'tempban %player% 10d'
- 11:
- material: EMERALD_ORE
- data: 0
- name: '20 days'
- lore:
- - '20 days'
- command: 'tempban %player% 20d'
- 12:
- material: IRON_ORE
- data: 0
- name: '60 Day Ban'
- lore:
- - '60 days'
- command: 'tempban %player% 60d'
- 13:
- material: LIT_REDSTONE_ORE
- data: 0
- name: 'Perm Ban'
- lore:
- - 'Perm Ban'
- - 'Life'
- command: 'ban %player%'
- 14:
- material: BEDROCK
- data: 0
- name: 'Perm ipban'
- lore:
- - 'Perm IpBan'
- - 'Life'
- command: 'banip %player%'
Advertisement
Add Comment
Please, Sign In to add comment