Advertisement
Guest User

Reasons

a guest
Apr 12th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.59 KB | None | 0 0
  1. title: "&6Reason Selector"
  2.  
  3. slots: 9
  4.  
  5. buttons:
  6.  
  7.   0:
  8.    
  9.     item: BOOK
  10.    
  11.     slot: 1
  12.    
  13.     title: "&4Hacking / Bugusing"
  14.    
  15.     permission: "hacking-bugusing" # NOTE: The plugin adds automatically "AdministrationPanel.reasons." infront of it.
  16.    
  17.     lore:
  18.    
  19.       1: "&4Use if:"
  20.       2: "&f- - - - - -"
  21.       3: "&c - the player uses any"
  22.       4: "&c   client-side mods/hacks."
  23.       5: "&c - the player uses any bugs"
  24.       6: "&c   to get an advantage over"
  25.       7: "&c   other players."
  26.       8: "&c - the player uses any"
  27.       9: "&c   glitches to get an"
  28.       10: "&c   advantage over other"
  29.       11: "&c   players."
  30.      
  31.   2:
  32.    
  33.     item: BOOK
  34.    
  35.     slot: 2
  36.    
  37.     title: "&4Insulting Staff member"
  38.    
  39.     permission: "hacking-bugusing" # NOTE: The plugin adds automatically "AdministrationPanel.reasons." infront of it.
  40.    
  41.     lore:
  42.    
  43.       1: "&4Use if:"
  44.       2: "&f- - - - - -"
  45.       3: "&c - the player insults"
  46.       4: "&c   the staff in any way"
  47.       5: "&c - possible."
  48.      
  49.   3:
  50.    
  51.     item: BOOK
  52.    
  53.     slot: 3
  54.    
  55.     title: "&4Insulting a member"
  56.    
  57.     permission: "hacking-bugusing" # NOTE: The plugin adds automatically "AdministrationPanel.reasons." infront of it.
  58.    
  59.     lore:
  60.    
  61.       1: "&4Use if:"
  62.       2: "&f- - - - - -"
  63.       3: "&c - the player insults"
  64.       4: "&c   the a player in any "
  65.       5: "&c - in possible."
  66.      
  67.   4:
  68.    
  69.     item: BOOK
  70.    
  71.     slot: 4
  72.    
  73.     title: "&4Advertising"
  74.    
  75.     permission: "hacking-bugusing" # NOTE: The plugin adds automatically "AdministrationPanel.reasons." infront of it.
  76.    
  77.     lore:
  78.    
  79.       1: "&4Use if:"
  80.       2: "&f- - - - - -"
  81.       3: "&c - the player advertises"
  82.       4: "&c   any other website"
  83.       5: "&c - than ours."
  84.      
  85.   5:
  86.    
  87.     item: BOOK
  88.    
  89.     slot: 5
  90.    
  91.     title: "&4Spamming"
  92.    
  93.     permission: "hacking-bugusing" # NOTE: The plugin adds automatically "AdministrationPanel.reasons." infront of it.
  94.    
  95.     lore:
  96.    
  97.       1: "&4Use if:"
  98.       2: "&f- - - - - -"
  99.       3: "&c - the player spams"
  100.       4: "&c   the chat."
  101.      
  102.   53:
  103.  
  104.     item: BOOK
  105.    
  106.     slot: 8
  107.    
  108.     title: "&4No reason specified."
  109.    
  110.     permission: "no-reason" # NOTE: The plugin adds automatically "AdministrationPanel.reasons." infront of it.
  111.    
  112.     lore:
  113.    
  114.       1: "&4Use if:"
  115.       2: "&f- - - - - -"
  116.       3: "&c - no other reason suits"
  117.       4: "&c   the current situation."
  118.       5: "&c   Please use this only"
  119.       6: "&c   in the last available"
  120.       7: "&c   situation."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement