Advertisement
mitucraft

Untitled

Jun 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.13 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% 採掘ランキング 2"
  8. if {bai} is 2:
  9. drop 3 lapis lazuli
  10. execute console command "/scoreboard players add %player% 採掘ランキング 4"
  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% 採掘ランキング 4"
  18. if {bai} is 2:
  19. drop 3 coal
  20. execute console command "/scoreboard players add %player% 採掘ランキング 8"
  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% 採掘ランキング 8"
  28. if {bai} is 2:
  29. drop 3 gold ore
  30. execute console command "/scoreboard players add %player% 採掘ランキング 12"
  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% 採掘ランキング 10"
  38. if {bai} is 2:
  39. drop 3 diamond ore
  40. execute console command "/scoreboard players add %player% 採掘ランキング 15"
  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% 採掘ランキング 12"
  48. if {bai} is 2:
  49. drop 3 prismarine shard named "&5&l黒曜石の欠片"
  50. execute console command "/scoreboard players add %player% 採掘ランキング 18"
  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% 採掘ランキング 8"
  58. if {bai} is 2:
  59. drop 3 emerald ore
  60. execute console command "/scoreboard players add %player% 採掘ランキング 12"
  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% 採掘ランキング 6"
  68. if {bai} is 2:
  69. drop 3 slime block
  70. execute console command "/scoreboard players add %player% 採掘ランキング 9"
  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% 採掘ランキング 16"
  77. if {bai} is 2:
  78. drop 3 ender crystal named "&d&l壊れたエンチャントテーブル"
  79. execute console command "/scoreboard players add %player% 採掘ランキング 24"
  80. on break of iron ore:
  81. execute console command "/scoreboard players add %player% 採掘ランキング 12"
  82. if {bai} is 1:
  83. drop 2 iron ore
  84. execute console command "/scoreboard players add %player% 採掘ランキング 24"
  85. if {bai} is 2:
  86. drop 4 iron ore
  87. execute console command "/scoreboard players add %player% 採掘ランキング 48"
  88. command /saikutu-bai [<text>] [<text>]:
  89. permission: skript.admin
  90. trigger:
  91. if arg-1 is "2":
  92. set {bai} to 1
  93. broadcast "&bアイテム二倍イベント開始"
  94. wait 5 minutes
  95. broadcast "&bアイテム二倍イベント終了"
  96. set {bai} to 0
  97. stop
  98. if arg-1 is "4":
  99. set {bai} to 2
  100. broadcast "&bアイテム四倍イベント開始"
  101. wait 5 minutes
  102. broadcast "&bアイテム四倍イベント終了"
  103. set {bai} to 0
  104. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement