mitucraft

Untitled

Jun 18th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 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. on break of magma block:
  90. drop 1 lava
  91. command /saikutu-bai [<text>] [<text>]:
  92. permission: skript.admin
  93. trigger:
  94. if arg-1 is "2":
  95. set {bai} to 1
  96. broadcast "&bアイテム二倍イベント開始"
  97. wait 5 minutes
  98. broadcast "&bアイテム二倍イベント終了"
  99. set {bai} to 0
  100. stop
  101. if arg-1 is "4":
  102. set {bai} to 2
  103. broadcast "&bアイテム四倍イベント開始"
  104. wait 5 minutes
  105. broadcast "&bアイテム四倍イベント終了"
  106. set {bai} to 0
  107. stop
Advertisement
Add Comment
Please, Sign In to add comment