Advertisement
Guest User

config

a guest
Oct 13th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # CustomGUI 3 config file.
  2. # Plugin by snadol, https://www.spigotmc.org/members/snadol.528915/
  3. # Always try to use single quotes around a config value if it doesn't work before reporting!
  4. # ==========================================
  5. MessagesPrefix: '[CustomGUI]'
  6. Messages:
  7. NoPermissionMessages:
  8. Command: You do not have permission to use the commands!
  9. Open: You do not have permission to open the GUI!
  10. General:
  11. Reloaded: Config Reloaded!
  12. UnknownArg: Unknown Argument!
  13. NeedArg: This command requires an argument!
  14. Menus:
  15. '1':
  16. OpenCommand: minerals
  17. Size: 9
  18. CloseAfterClick: false
  19. GUITitle: CustomGUI
  20. FillWithPanes: false
  21. OpenSound: false
  22. Items:
  23. Item1:
  24. Name: Diamond
  25. Lore:
  26. - A Diamond
  27. - Ooh, shiny!
  28. Material: DIAMOND
  29. Data: 0
  30. Amount: 1
  31. Command:
  32. - minecraft:give @p diamond 1
  33. Slot: 0
  34. '2':
  35. OpenCommand: pointshop
  36. Size: 18
  37. CloseAfterClick: true
  38. GUITitle: CustomGUI
  39. FillWithPanes: false
  40. OpenSound: false
  41. Items:
  42. Item1:
  43. Name: Diamond
  44. Lore:
  45. - A Diamond
  46. - Ooh, shiny!
  47. Material: DIAMOND
  48. Data: 0
  49. Amount: 1
  50. Command:
  51. - '[console] minecraft:give <username> diamond 1'
  52. Slot: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement