Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //Base de itens - (id do item:durabilidade : quantidade)
  2. //Base de itens com encantamento - (id do item:durabilidade : quantidade : enchant=DAMAGE_ALL:3 : enchant=FIRE_ASPECT:2) ate o infinito mas usa : enchant
  3. chests:
  4. default:
  5. refil: "Refil_Name"
  6. items:
  7. - 'DIAMOND_SWORD:0 : 1'
  8. - 'DIAMOND_HELMET:0 : 1'
  9. - 'IRON_CHESTPLATE:0 : 1'
  10. - 'DIAMOND_LEGGINGS:0 : 1'
  11. - 'DIAMOND_BOOTS:0 : 1'
  12. - 'ARROW:0 : 64'
  13. - 'APPLE:0 : 64'
  14. - 'WOOD:0 : 64'
  15. - 'BOW:0 : 1'
  16. - 'DIAMOND_PICKAXE:0 : 1'
  17. - 'POTION:8194 : 1'
  18. - 'EGG:0 : 16'
  19. - 'ENDER_PEARL:0 : 1'
  20. - 'EXP_BOTTLE:0 : 4'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement