Advertisement
Guest User

Example ServerHub Config

a guest
Jul 20th, 2013
3,006
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 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: Server Activities
  8.  
  9. # What item should players right click to open the GUI?
  10. click-item-id: 345
  11.  
  12. # All GUI items are here. Add slots in the same format, and it will add items to the GUI
  13. items:
  14. slot-0:
  15. item-id: 345
  16. name: Spawn
  17. lore:
  18. line-0: Server Spawnpoint
  19. command: spawn
  20. slot-1:
  21. item-id: 266
  22. name: Bank
  23. lore:
  24. line-0: Sell Gold for Money
  25. command: warp bank
  26. slot-2:
  27. item-id: 331
  28. name: Trade
  29. lore:
  30. line-0: Trading Booths
  31. command: warp trade
  32. slot-3:
  33. item-id: 276
  34. name: PVP Arena
  35. lore:
  36. line-0: Spectate PVP Fights
  37. command: warp watchpvp
  38. slot-4:
  39. item-id: 256
  40. name: Spleef
  41. lore:
  42. line-0: Participate in Spleef
  43. command: warp spleef
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement