Advertisement
Mykeware

Untitled

Sep 22nd, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. LootCrate {
  2. LootCrate {
  3. Crate1 {
  4. description="Testing!!!"
  5. key=false
  6. # you can use <player> to replace by the player who use the crate
  7. list=[
  8. "give <player> stone 10;5",
  9. "prandom <player>",
  10. "give <player> pixelmon:item.Exp._Share 1",
  11. "pokegive <player> Weedle s"
  12. ]
  13. random=true
  14. # You can choose between item or command for the value
  15. system=command
  16. }
  17. Crate2 {
  18. description="its the description of the Crate"
  19. key=false
  20. # syntax of for the item is :item quantity data
  21. list=[
  22. "minecraft:stone 10 5",
  23. "minecraft:stone 10"
  24. ]
  25. random=false
  26. # You can choose between item or command for the value
  27. system=item
  28. }
  29. }
  30. LootKey {
  31. Crate1 {
  32. #
  33. description=null
  34. }
  35. Crate2 {
  36. #
  37. description=null
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement