Advertisement
Dan_Ender

Untitled

Aug 27th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #Configure your loot
  2. loot:
  3. #Default schema
  4. default:
  5. #Default item
  6. item1:
  7. #Material can be used with ':' (example '35:5')
  8. type: '268'
  9. amount: 1
  10. #Item name ('&' color codes are supported)
  11. name: Wooden Sword
  12. #Use as list, like enchants ('&' color codes are supported)
  13. lore: []
  14. enchants:
  15. - damage_all:1
  16.  
  17. #How much items to spawn in any chest?
  18. itemsCount: 5
  19.  
  20. #Don't touch, it's for updates
  21. configVersion: 2.0
  22.  
  23. #Set special schema for trapped chests
  24. trappedChestSchema: 'test'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement