Keago

Untitled

Aug 6th, 2019
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. gui-title: 'Ban'
  2.  
  3. # 0: <-- This is the index it should be from 0 to 54 in order
  4. # material: WOOL <-- Use capitalized material names
  5. # data: 1 <-- This is the durability value of an item
  6. # name: '1 Day TempBan for Xray' <-- Name of menu item
  7. # lore: <-- Lore, use this format, for more lines add them like this
  8. # - '&6XRay TempBan'
  9. # - '1 Day'
  10. # command: 'tempban %player% 1d for Xray' <-- This is the command that it run when clicked. Also note
  11. # you DO NOT use the '/', and %player% replaces the players
  12. # name that you type in /ban PLAYER
  13. #
  14. # This plugin is not a replacement for a punishment system plugin.
  15. # It is only a gui to make using the plugin more user friendly.
  16. # Note: the command you are entering in the command field, would
  17. # be the same as if you did it in game, and you need the permission
  18. # to use it if your ban plugin has it.
  19. #
  20. # You can enter up to 54 different menu items, with each being unique
  21. # Though all command items will process the Player that is entered upon
  22. # running the ban command.
  23.  
  24. bans:
  25. 0:
  26. material: DIAMOND
  27. data:
  28. name: 'Xray /Other Visual hacks'
  29. lore:
  30. - '&6Visual hacks'
  31. - '3 Days'
  32. command: 'tempban %player% 3d xray/other visual hacks'
  33. 1:
  34. material: FEATHER
  35. data: 0
  36. name: 'Fly/Speed Hacks'
  37. lore:
  38. - 'Movement Hacks'
  39. - '30 days'
  40. command: 'tempban %player% 30d Fly/Speed Hacks'
  41. 2:
  42. material: DIAMOND_SWORD
  43. data: 0
  44. name: 'PvP Hacks'
  45. lore:
  46. - 'PvP Hacks'
  47. - '30 Days'
  48. command: 'tempban %player% 30d KillAura/Other PvP Hacks'
  49. 3:
  50. material: BARRIER
  51. data: 0
  52. name: 'Inapropriate Words or Images'
  53. lore:
  54. - 'Inapropriate Words or Images'
  55. - '40 Days'
  56. command: 'tempban %player% 40d Inapropriate Words or Images'
  57. 4:
  58. material: ENDER_CHEST
  59. data: 0
  60. name: 'Racist or Sexes'
  61. lore:
  62. - 'Racist or Sexes'
  63. - '60 days'
  64. command: 'tempban %player% 60d Racist or Sexes'
  65. 5:
  66. material: TNT
  67. data: 0
  68. name: 'Griefing'
  69. lore:
  70. - 'Griefing'
  71. - '7 days'
  72. command: 'tempban 7d %player% Griefing'
  73. 6:
  74. material: BOOK
  75. data: 0
  76. name: 'Spamm'
  77. lore:
  78. - 'Spamm'
  79. - '7 days'
  80. command: 'tempban %player% 7d Spamm'
  81. 7:
  82. material: STONE
  83. data: 0
  84. name: 'Spamming commands'
  85. lore:
  86. - 'Spamm'
  87. - '7 days'
  88. command: 'tempban %player% 7d Spamming commands'
  89. 8:
  90. material: DIAMOND_ORE
  91. data: 0
  92. name: '24 hr ban'
  93. lore:
  94. - '24 hr Ban'
  95. - '24 hr'
  96. command: 'tempban %player% 1d'
  97. 9:
  98. material: GOLD_ORE
  99. data: 0
  100. name: '3 day ban'
  101. lore:
  102. - '3 days'
  103. command: 'tempban %player% 3d'
  104. 10:
  105. material: LAPIS_ORE
  106. data: 0
  107. name: '10 day ban'
  108. lore:
  109. - '10 days'
  110. command: 'tempban %player% 10d'
  111. 11:
  112. material: EMERALD_ORE
  113. data: 0
  114. name: '20 days'
  115. lore:
  116. - '20 days'
  117. command: 'tempban %player% 20d'
  118. 12:
  119. material: IRON_ORE
  120. data: 0
  121. name: '60 Day Ban'
  122. lore:
  123. - '60 days'
  124. command: 'tempban %player% 60d'
  125. 13:
  126. material: LIT_REDSTONE_ORE
  127. data: 0
  128. name: 'Perm Ban'
  129. lore:
  130. - 'Perm Ban'
  131. - 'Life'
  132. command: 'ban %player%'
  133. 14:
  134. material: BEDROCK
  135. data: 0
  136. name: 'Perm ipban'
  137. lore:
  138. - 'Perm IpBan'
  139. - 'Life'
  140. command: 'banip %player%'
Advertisement
Add Comment
Please, Sign In to add comment