Advertisement
CobaltShade

Random Loot Generator

Oct 12th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. $name : Minecraft Loot Generator
  2. $author : W32Coravint
  3. $description : Generates a random loot chest.
  4. $amount : 1
  5. $button : Generate!
  6.  
  7. $randomloot
  8. [itemcommon] <br>
  9. [itemuncommon] <br> {30%}
  10. [itemrare] <br> {7.5%}
  11. [itemsuperrare] <br> {2.5%}
  12. [itemuberrare] <br> {0.1%}
  13.  
  14. $itemcommon
  15. Common: [itemcommonbase] x[1-64]
  16.  
  17. $itemcommonbase
  18. Sandstone
  19. Dirt
  20. Coarse Dirt
  21. Stone
  22. Cobblestone
  23. Stone Bricks
  24. Oak Wood Slab
  25. Stone Sword
  26. Stone Pickaxe
  27. Stone Axe
  28. Stone Shovel
  29.  
  30. $itemuncommon
  31. Uncommon: [itemuncommonbase] x[1-4]
  32. Uncommon: [itemuncommonbase] x[1-8] {20%}
  33. Uncommon: [itemuncommonbase] x[1-16] {5%}
  34. Uncommon: [itemuncommonbase] x[1-32] {2%}
  35. Uncommon: [itemuncommonbase] x[1-64] {1%}
  36.  
  37. $itemuncommonbase
  38. Iron Ingot
  39. Iron Sword
  40. Iron Pickaxe
  41. Iron Axe
  42. Iron Shovel
  43.  
  44. $chest
  45. [randomloot,x3-14]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement