Guest User

ServerHub Config

a guest
May 11th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.58 KB | None | 0 0
  1. # ServerHub | KeybordPiano459
  2.  
  3. # How many rows should the GUI have?
  4. gui-rows: 1
  5.  
  6. # What should the name of the GUI be?
  7. gui-name: What Would You Like To Do?
  8.  
  9. # All GUI items are here. Add slots in the same format, and it will add items to the GUI
  10. items:
  11.   slot-0:
  12.     item-id: 345
  13.     name: Spawn
  14.     lore:
  15.       line-0: Go To Server Spawn
  16.     command: spawn
  17.   slot-2:
  18.     item-id: 2
  19.     name: Wild
  20.     lore:
  21.       line-0: Go To The Wild Side
  22.     command: warp Wild
  23.   slot-4:
  24.     item-id: 38
  25.     name: Death
  26.     lore:
  27.       line-0: Kill YourSelf
  28.     command: suicide
Advertisement
Add Comment
Please, Sign In to add comment