Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. title: '&b&lExample Menu (%player%)'
  2. size: 9
  3. commands: examplemenu
  4. # optional
  5. permission: myperm.examplemenu
  6. noPermission: '&cWell.. This is too exclusive for your eyes :)'
  7. cooldown: 200 # 200 ticks = 10 seconds (200/20=10)
  8. cooldownMessage: '&cYou can only open this menu once per 10 seconds. You have to wait for another %time%'
  9. openActions:
  10. - '[msg]&aYou opened the menu :)'
  11. closeActions:
  12. - '[msg]&cYou closed the menu :('
  13. # menu items
  14. content:
  15. '1': # slot 1
  16. material: STONE
  17. data: 0
  18. amount: 2
  19. displayName: '&7Some random &lStone'
  20. lore:
  21. - ''
  22. - '&7This stone could be yours, &b%player%'
  23. - '&7This another lore item :)'
  24. enchantments:
  25. - DURABILITY:3
  26. - FIRE_ASPECT:10
  27. - MENDING
  28. itemFlags:
  29. - HIDE_ATTRIBUTES
  30. - HIDE_DESTROYS
  31. - HIDE_ENCHANTS
  32. - HIDE_PLACED_ON
  33. - HIDE_POTION_EFFECTS
  34. - HIDE_UNBREAKABLE
  35. unbreakable: true
  36. left_click_actions:
  37. - '[msg]&7You left-clicked a random stone'
  38. right_click_actions:
  39. - '[msg]&7You right-clicked a random stone'
  40. '2':
  41. material: head-%player%
  42. amount: 1
  43. displayName: '&b&lYour head'
  44. lore:
  45. - ''
  46. - '&7This is your own head'
  47. - '&7Don''t worry. It is not chopped off'
  48. itemFlags:
  49. - HIDE_ATTRIBUTES
  50. - HIDE_DESTROYS
  51. - HIDE_ENCHANTS
  52. - HIDE_PLACED_ON
  53. - HIDE_POTION_EFFECTS
  54. - HIDE_UNBREAKABLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement