Guest User

Untitled

a guest
Nov 2nd, 2020
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. 'Can_enchant':
  2. material: GRAY_DYE
  3. slot: 10
  4. priority: 1
  5.  
  6. enchantments:
  7. - mending;1
  8. hide_enchantments: true
  9.  
  10. view_requirement:
  11. requirements:
  12. has_perm:
  13. type: has permission
  14. permission: enchant.yes
  15.  
  16.  
  17. display_name: '&8[&7Enchant&8]'
  18. lore:
  19. - ''
  20. - '&7You can use'
  21. - '&7this enchant'
  22.  
  23. left_click_commands:
  24. - '[Console] enchant this guys item'
  25. right_click_commands:
  26. - '[Console] enchant this guys item'
  27.  
  28. 'Can_not_enchant':
  29. material: GRAY_DYE
  30. slot: 10
  31. priority: 2
  32.  
  33. display_name: '&8[&7Enchant&8]'
  34. lore:
  35.  
  36. - ''
  37. - '&7You can not use'
  38. - '&7this enchant'
  39.  
  40.  
  41. left_click_commands:
  42. - '[Message] You can’t use this enchant'
  43. right_click_commands:
  44. - '[Message] You can’t use this enchant'
Advertisement
Add Comment
Please, Sign In to add comment