Advertisement
Guest User

Untitled

a guest
Oct 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. bcbasic:
  2. #Item display time
  3. timer: 5
  4. #Pinata color
  5. color: green
  6. #Permission to use pinata if using-permissions is true
  7. permission: pinata.use.bcbasic
  8. #Cost of pinata /pinata buy
  9. #Available only when Vault is installed
  10. cost: 100
  11. #Type of pinata
  12. #private - only creator can break it
  13. #public - everyone can break it
  14. type: private
  15. #Time in seconds of pinata lifetime after creating it in crate
  16. crate-time: 20
  17. #Pinata drops
  18. drops:
  19. #- item;amount;name;chance
  20. #- command;<command here>;hologram name;chance
  21. #- money;amount;hologram name;chance Vault required
  22. #- gun;name;hologram name;chance CrackShot required
  23. - item;2;5;Grass block;20
  24. - item;15;5;Iron Ore;20
  25. - item;14;5;Gold Ore;20
  26. - item;331;20;Redstone Dust;20
  27. - item;54;1;Chest;20
  28. - item;388;20;Emeralds;1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement