mitucraft

Untitled

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