mitucraft

Untitled

Jun 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. on break of lapis ore:
  2. cancel event
  3. drop 1 lapis lazuli
  4. execute console command "/scoreboard players add %player% 採掘ランキング 1"
  5. if {bai} is 1:
  6. drop 1 lapis lazuli
  7. execute console command "/scoreboard players add %player% 採掘ランキング 1"
  8. if {bai} is 2:
  9. drop 3 lapis lazuli
  10. execute console command "/scoreboard players add %player% 採掘ランキング 3"
  11. on break of coal ore:
  12. cancel event
  13. drop 1 coal
  14. execute console command "/scoreboard players add %player% 採掘ランキング 2"
  15. if {bai} is 1:
  16. drop 1 coal
  17. execute console command "/scoreboard players add %player% 採掘ランキング 3"
  18. if {bai} is 2:
  19. drop 3 coal
  20. execute console command "/scoreboard players add %player% 採掘ランキング 7"
  21. on break of gold ore:
  22. cancel event
  23. drop 1 gold ore
  24. execute console command "/scoreboard players add %player% 採掘ランキング 4"
  25. if {bai} is 1:
  26. drop 1 gold ore
  27. execute console command "/scoreboard players add %player% 採掘ランキング 7"
  28. if {bai} is 2:
  29. drop 3 gold ore
  30. execute console command "/scoreboard players add %player% 採掘ランキング 11"
  31. on break of diamond ore:
  32. cancel event
  33. drop 1 diamond ore
  34. execute console command "/scoreboard players add %player% 採掘ランキング 5"
  35. if {bai} is 1:
  36. drop 1 diamond ore
  37. execute console command "/scoreboard players add %player% 採掘ランキング 9"
  38. if {bai} is 2:
  39. drop 3 diamond ore
  40. execute console command "/scoreboard players add %player% 採掘ランキング 14"
  41. on break of obsidian:
  42. cancel event
  43. drop 1 prismarine shard named "&5&l黒曜石の欠片"
  44. execute console command "/scoreboard players add %player% 採掘ランキング 6"
  45. if {bai} is 1:
  46. drop 1 prismarine shard named "&5&l黒曜石の欠片"
  47. execute console command "/scoreboard players add %player% 採掘ランキング 11"
  48. if {bai} is 2:
  49. drop 3 prismarine shard named "&5&l黒曜石の欠片"
  50. execute console command "/scoreboard players add %player% 採掘ランキング 17"
  51. on break of emerald ore:
  52. cancel event
  53. drop 1 emerald ore
  54. execute console command "/scoreboard players add %player% 採掘ランキング 4"
  55. if {bai} is 1:
  56. drop 1 emerald ore
  57. execute console command "/scoreboard players add %player% 採掘ランキング 7"
  58. if {bai} is 2:
  59. drop 3 emerald ore
  60. execute console command "/scoreboard players add %player% 採掘ランキング 11"
  61. on break of slime block:
  62. cancel event
  63. drop 1 slime block
  64. execute console command "/scoreboard players add %player% 採掘ランキング 3"
  65. if {bai} is 1:
  66. drop 1 slime block
  67. execute console command "/scoreboard players add %player% 採掘ランキング 5"
  68. if {bai} is 2:
  69. drop 3 slime block
  70. execute console command "/scoreboard players add %player% 採掘ランキング 8"
  71. on break of enchanting table:
  72. drop 1 ender crystal named "&d&l壊れたエンチャントテーブル"
  73. execute console command "/scoreboard players add %player% 採掘ランキング 8"
  74. if {bai} is 1:
  75. drop 1 ender crystal named "&d&l壊れたエンチャントテーブル"
  76. execute console command "/scoreboard players add %player% 採掘ランキング 15"
  77. if {bai} is 2:
  78. drop 3 ender crystal named "&d&l壊れたエンチャントテーブル"
  79. execute console command "/scoreboard players add %player% 採掘ランキング 23"
  80. on break of iron ore:
  81. drop 1 iron ore
  82. execute console command "/scoreboard players add %player% 採掘ランキング 12"
  83. if {bai} is 1:
  84. drop 2 iron ore
  85. execute console command "/scoreboard players add %player% 採掘ランキング 23"
  86. if {bai} is 2:
  87. drop 4 iron ore
  88. execute console command "/scoreboard players add %player% 採掘ランキング 47"
  89. command /saikutu-bai [<text>] [<text>]:
  90. permission: skript.admin
  91. trigger:
  92. if arg-1 is "2":
  93. set {bai} to 1
  94. broadcast "&bアイテム二倍イベント開始"
  95. wait 5 minutes
  96. broadcast "&bアイテム二倍イベント終了"
  97. set {bai} to 0
  98. stop
  99. if arg-1 is "4":
  100. set {bai} to 2
  101. broadcast "&bアイテム四倍イベント開始"
  102. wait 5 minutes
  103. broadcast "&bアイテム四倍イベント終了"
  104. set {bai} to 0
  105. stop
Advertisement
Add Comment
Please, Sign In to add comment