Advertisement
Guest User

warpgui config file

a guest
Feb 11th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # WarpGUI plugin by MehBoss
  3. # Version v4.5.5
  4. #
  5. # noPerm == The message it sends when the player does not have the permission node that is not listed.
  6. # GUI-Size == The size of the WarpGUI // NOTE: has to be a multiple of 9.
  7. # GUI-DisplayName == The displayname of the GUI.
  8. # Item-Slot == The slot number of the first item.
  9. # Item-Command == The command the gui executes when you click the item.
  10. # Item-GUI-DisplayName == The display name for the item in the GUI.
  11. # Item-Command == The command it will perform when that item is clicked.
  12. # Item-Material == The material for that item in the GUI; must be all capitalized.
  13. # Item-Lore == This is the lore for the item, it is always under the display name.
  14. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  15. # CONFIG
  16. # NOPERM MESSAGE IS AT BOTTOM!
  17. #
  18. # FOR A LIST OF ALL MINECRAFT 1.7-1.8 SOUNDS LOOK HERE
  19. # dev.bukkit.org/projects/justsound/pages/sound-list
  20. GUI:
  21. Size: '27'
  22. Displayname: '&a&lServer&b&lName'
  23. Open-Sound: CLICK
  24. Open-Message: '&aOpening the menu..'
  25. Items:
  26. Item1:
  27. Displayname: '&aExample-1'
  28. Slot: '0'
  29. Material: CHEST
  30. Command: essentials:warp test1
  31. Sound: NOTE_PIANO
  32. Lore:
  33. - '&bconfigurable lore!'
  34. noPerm: '&4You do not have the &cwarpgui.menu &4permission node! &4This is most likely
  35. an error so ask a staff member!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement