Advertisement
PurPLeEPiC

Untitled

Apr 8th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Items:
  2. example-item: #This would make that any item without a custom name will glow WHITE
  3. item-material: "any"
  4. item-name: "any"
  5. item-lore:
  6. glow-color: "WHITE"
  7. low-priority: true
  8. example-item2: #This would make that any DRAGON EGG item will glow DARK PURPLE
  9. item-material: "DRAGON_EGG"
  10. item-name: "any"
  11. item-lore:
  12. glow-color: "DARK_PURPLE"
  13. example-item3: #This would make that any item with the name "Enchanted Wheat" in LIME color will glow RED
  14. item-material: "any"
  15. item-name: "&aEnchanted Wheat"
  16. item-lore:
  17. glow-color: "RED"
  18. example-item4: #This would make that any item with the name "Enchanted Wheat" in LIME color and "Material" lore line will glow RED
  19. item-material: "any"
  20. item-name: "&aEnchanted Wheat"
  21. item-lore: "&f&lCOMMON"
  22. glow-color: "RED"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement