Advertisement
Bounen

Untitled

Aug 19th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. on break of cobble stone:
  2. name of held item contains "§6§l§kX§7§l Pickel Lv.1 §6§l§kX"
  3. chance of 1%:
  4. execute console command "/give %player% minecraft:iron_ore 1 0 {display:{Name:""§f§l鉄 鉱石"",Lore:[""§e§l≫ 30$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  5.  
  6. chance of 25%:
  7. execute console command "/give %player% minecraft:coal_ore 1 0 {display:{Name:""§7§l石炭 鉱石"",Lore:[""§e§l≫ 5$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  8.  
  9. on break of cobble stone:
  10. name of held item contains "§6§l§kX§7§l Pickel Lv.2 §6§l§kX"
  11. chance of 3%:
  12. execute console command "/give %player% minecraft:iron_ore 1 0 {display:{Name:""§f§l鉄 鉱石"",Lore:[""§e§l≫ 30$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  13.  
  14. chance of 30%:
  15. execute console command "/give %player% minecraft:coal_ore 1 0 {display:{Name:""§7§l石炭 鉱石"",Lore:[""§e§l≫ 5$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  16.  
  17.  
  18. on break of cobble stone:
  19. name of held item contains "§6§l§kX§7§l Pickel Lv.3 §6§l§kX"
  20. chance of 35%:
  21. execute console command "/give %player% minecraft:coal_ore 1 0 {display:{Name:""§7§l石炭 鉱石"",Lore:[""§e§l≫ 5$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  22.  
  23. chance of 5%:
  24. execute console command "/give %player% minecraft:iron_ore 1 0 {display:{Name:""§f§l鉄 鉱石"",Lore:[""§e§l≫ 30$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  25.  
  26. chance of 1%
  27. execute console command "/give %player% minecraft:gold_ore 1 0 {display:{Name:""§e§l金 鉱石"",Lore:[""§e§l≫ 300$""]},HideFlags:63,ench:[{id:0,lvl:1}]}"
  28.  
  29. on break of cobble stone:
  30. name of held item contains "§6§l§kX§7§l Pickel Lv.4 §6§l§kX"
  31. chance of 40%:
  32. execute console command "/give %player% minecraft:coal_ore 1 0 {display:{Name:""§7§l石炭 鉱石"",Lore:[""§e§l≫ 5$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  33.  
  34. chance of 8%:
  35. execute console command "/give %player% minecraft:iron_ore 1 0 {display:{Name:""§f§l鉄 鉱石"",Lore:[""§e§l≫ 30$""]},HideFlags:1,ench:[{id:0,lvl:1}]}"
  36.  
  37. chance of 1%
  38. execute console command "/give %player% minecraft:gold_ore 1 0 {display:{Name:""§e§l金 鉱石"",Lore:[""§e§l≫ 300$""]},HideFlags:63,ench:[{id:0,lvl:1}]}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement