RuthelssWM

Untitled

Apr 24th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.18 KB | None | 0 0
  1. on first join:
  2. broadcast "&e===================================================="
  3. broadcast " &6<&0*&c%player%&0*&6>&fさんが初めての参加です!"
  4. broadcast "&e===================================================="
  5. wait 0.5 seconds
  6. execute console command "/tp %player% -1292 5 1048"
  7. on join:
  8. set the join message to "§e%player%§4が遊びにやってきた。§aゆっくりしていってね!"
  9. execute console command "/gamemode 1 funanori"
  10. execute console command "/gamemode 2 %player%"
  11. wait 2 seconds
  12. message "§6ようこそ§b%player%§6さん!!"
  13.  
  14. on player's held item change:
  15. name of held item contains "&cあいあんそーど"
  16. cancel event
  17.  
  18. on death of a player:
  19. broadcast "§b%victim%§eは&4%attacker's weapon's name%§eに§4ギタギタ§fにされた。"
  20. execute console command "/xp 10 %attacker%"
  21. execute console command "/clear %player% minecraft:flint 0 64 {display:{Name:""&c&l&n応急処置キット""}}"
  22.  
  23. on player respawn:
  24. wait 0.5 seconds
  25. execute console command "/effect %player% minecraft:resistance 10 255 true"
  26. message "§7§l§n[死神様]§f: §a%player%§fは§4リスポーン§fしたため、§e10秒間無敵§fになります。"
  27.  
  28.  
  29. on quit:
  30. set the quit message to "§l§b[Quit§6Plugin§b] §l§n§c%player%§r§fさんが§e星に§f帰った"
  31.  
  32. on chat:
  33. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.item.pickup master @s "
  34.  
  35. on player level change:
  36. broadcast "§b--------------------------"
  37. broadcast "§l§n§c%player%§fさんの§eレベル§fが上がりました! "
  38. broadcast "§b--------------------------"
  39. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.experience_orb.pickup master @s"
  40. execute console command "/execute %player% ~ ~ ~ /give @s emerald 1"
  41.  
  42. on bed enter:
  43. wait 1 seconds
  44. execute console command "/effect %player% minecraft:instant_health 3 255"
  45. execute console command "/effect %player% minecraft:saturation 2 255"
  46.  
  47. on bed leave:
  48. message "あなた: §cベッド§fで寝ころんだら力が湧いてきた。"
  49. message "§l§b§n[プログラム]: §7(§4補足:§f夜しか使えないから夜は積極的にベッドを使おう!!§7)"
  50.  
  51. on rightclick with sugar:
  52. name of held item contains "§l§n§4[§l§n§c貴重な糖分§l§n§4]"
  53. execute console command "/clear %player% minecraft:sugar 0 1 {display:{Name:""§l§n§4[§l§n§c貴重な糖分§l§n§4]""}}"
  54. execute console command "/scoreboard players add %player% money 10"
  55. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.zombie.attack_door_wood master @s"
  56.  
  57. on rightclick on a sponge:
  58. set {_cd} to difference between {sea.%player%} and now
  59. if {_cd} is less than 10 seconds:
  60. message "§l§n§f[§l§n§bSea§l§n§f]: すでに§4先客§fが来ていたようだ。まだ近くにいる§c可能性§fもある。気を付けよう!"
  61. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.blaze.hurt master @p ~ ~ ~ 1 2"
  62. stop
  63. else:
  64. set {sea.%player%} to now
  65. execute console command "/give %player% emerald 1"
  66. execute console command "/xp 2 %player%"
  67. broadcast "§l§n§f[§l§n§4報告§l§n§f]: §c%player%§fさんが§bSea地点§fにたどり着きました!!"
  68.  
  69. command /resetxp <player>:
  70. description: 経験値を0に戻します(リセット)
  71. usage: コマンドの後にプレイヤーネームを入力してください
  72. permission: "resetxp.admin"
  73. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  74. executable by: player and console
  75. aliases: /rxp,/rexp
  76. trigger:
  77. execute console command "/xp -1000000l %arg-1%"
  78.  
  79. on rightclick with leather:
  80. name of held item contains "§e【§5革防具§c詰め込み§aセット§e】"
  81. execute console command "/give %player% minecraft:leather_helmet 1 0 {HideFlags:1,display:{Name:""§e頭§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  82. execute console command "/give %player% minecraft:leather_chestplate 1 0 {HideFlags:1,display:{Name:""§e胸§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  83. execute console command "/give %player% minecraft:leather_leggings 1 0 {HideFlags:1,display:{Name:""§e腰§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  84. execute console command "/give %player% minecraft:leather_boots 1 0 {HideFlags:1,display:{Name:""§e足§f[§4革§f]"",Lore:[""§9耐久力§fには優れている。 §2追加強度§fなどはない。""]},ench:[{id:34,lvl:10}]}"
  85. execute console command "/clear %player% minecraft:leather 0 1 {display:{Name:""§e【§5革防具§c詰め込み§aセット§e】""}}"
  86.  
  87. command /mcb [<player>] [<offline player>]:
  88. description: プレイヤーの評価値を見たいときに使う。
  89. usage: /mcb <プレイヤーの名前>
  90. permission: mcbans.admin
  91. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  92. executable by: player and console
  93. aliases: /banp,/rep
  94. trigger:
  95. if arg 1 is set:
  96. execute console command "/say https://www.mcbans.com/player/%arg-1%/"
  97. if arg 1 is not set:
  98. execute console command "say https://www.mcbans.com/player/%arg-2%/"
  99. command /news [<text>] [<text>]:#ニュースを流してくれる。
  100. description: &2最近&fの&5ニュース&fを流してくれます!
  101. usage: /news help
  102. permission: news.admin
  103. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  104. executable by: player and console
  105. trigger:
  106. if arg 1 is "help":
  107. message " &6<&e<&dニュース&e>&6>"
  108. message "&b==============================================================================="
  109. message "&b/news new &e[&4message&e]&bを入力すると&aみんなに&bニュースを流してくれます!"
  110. message "&b/news gatya &e[&4ガチャ名&e]&bで&5ガチャ&bの&c新アイテム&bが入荷されたと表示される"
  111. message "&b/news crackup 銃の&4上方&b修正ログ"
  112. message "&b/news crackdown 銃の&9下方&b修正ログ"
  113. message "&b/news cracks 銃の修正のまとめ。 "
  114. message "&b/news coming soon...."
  115. message "&b==============================================================================="
  116. if arg 1 is "new":
  117. broadcast " &9☆&6<&e<&a%player%&fさんのニュース!&e>&6>&9☆"
  118. broadcast "&c============================================================"
  119. broadcast " &5%arg-2%"
  120. broadcast "&c============================================================"
  121. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  122. if arg 1 is "gatya":
  123. broadcast " &9☆&6<&e<&aガチャについて&e>&6>&9☆"
  124. broadcast "&c============================================================"
  125. broadcast " &b新しい&cアイテム&bが&r&e%arg-2%&bに追加されました!"
  126. broadcast "&c============================================================"
  127. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  128. if arg 1 is "crackup":
  129. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  130. broadcast "&c============================================================"
  131. broadcast " &9銃の上方修正が行われました。内容は以下になります!"
  132. broadcast " &b%arg-2%"
  133. broadcast "&c============================================================"
  134. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  135. if arg 1 is "crackdown":
  136. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  137. broadcast "&c============================================================"
  138. broadcast " &9銃の下方修正が行われました。内容は以下になります!"
  139. broadcast " &b%arg-2%"
  140. broadcast "&c============================================================"
  141. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  142. if arg 1 is "cracks":
  143. broadcast " &9☆&6<&e<&5銃ついて&e>&6>&9☆"
  144. broadcast "&c============================================================"
  145. broadcast " &9銃の修正が行われました。内容は以下になります!"
  146. broadcast " &b%arg-2%"
  147. broadcast "&c============================================================"
  148. execute console command "/execute %player% ~ ~ ~ /playsound minecraft:entity.enderdragon.flap master @a"
  149.  
  150. command /hweapon:
  151. description: もっているアイテムを表示します。
  152. usage: /hweaponで持っているアイテムを表示します
  153. executable by: player and console
  154. trigger:
  155. broadcast "&e^&6^&e^&6^&e^&6^&e^&6^&e^&6^&9%player%&fの武器&6^&e^&6^&e^&6^&e^&6^&e^&6^&e^"
  156. broadcast "&a<&d<%weapon's name%&d>&a>"
  157.  
  158. on break of log:
  159. name of held item contains "[初期斧]"
  160. execute console command "/scoreboard players add %player% money 2"
  161.  
  162. on break of stone:
  163. name of held item contains "[初期ツルハシ]"
  164. execute console command "/scoreboard players add %player% money 2"
  165.  
  166. on offhand move:
  167. cancel event
  168.  
  169. on player consume:
  170. name of held item contains "&9***&2【&4アドレナリン&2】&9***"
  171. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;8911871,2772262,16770667,9539985],FadeColors:[I;12520883,16728128,16748334]}]}}}}"
  172. wait 2 seconds
  173. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  174. wait 2 seconds
  175. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  176. wait 2 seconds
  177. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  178. wait 1 seconds
  179. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  180. wait 1 seconds
  181. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  182. wait 1 seconds
  183. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  184. wait 1 seconds
  185. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;10894473,7331328],FadeColors:[I;6908267,7043594,8016740,4672102]}]}}}}"
  186. wait 1 seconds
  187. execute console command "/execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~2 ~ {LifeTime:36,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Flicker:1,Colors:[I;2039583,7536640,4810311,4478297],FadeColors:[I;1900392,4130805,16711680,16764426,65433]}]}}}}"
  188.  
  189. on rightclick with feather:
  190. execute console command "/execute %player% ~ ~ ~ /fill ~ ~-1 ~ ~ ~-1 ~ stained_glass 5 replace air"
  191. wait 2 seconds
  192. execute console command "/execute %player% ~ ~ ~ /fill ~ ~-1 ~ ~ ~-1 ~ air replace stained_glass 5"
  193.  
  194. on player consume:
  195. name of held item contains "&4&lコカ・コーラ"
  196. execute console command "/effect %player% minecraft:instant_health 2 1"
  197. execute console command "/effect %player% minecraft:jump_boost 10 2"
  198. execute console command "/effect %player% minecraft:resistance 61 2"
  199. execute console command "/effect %player% minecraft:saturation 2 100"
  200. execute console command "/effect %player% minecraft:unluck 100000 255"
  201.  
  202. command /randomgive:
  203. trigger:
  204. set {_randomnumber} to a random integer between 1 to 8
  205. if {_randomnumber} is 1:
  206. execute console command "/say 1番です"
  207. else if {_randomnumber} is 2:
  208. execute console command "/say 2番です"
  209. else if {_randomnumber} is 3:
  210. execute console command "/say 3番です"
  211. else if {_randomnumber} is 4:
  212. execute console command "/say 4番です"
  213. else if {_randomnumber} is 5:
  214. execute console command "/say 5番です"
  215. else if {_randomnumber} is 6:
  216. execute console command "/say 6番です"
  217. else if {_randomnumber} is 7:
  218. execute console command "/say 7番です"
  219. else if {_randomnumber} is 8:
  220. execute console command "/say 8番です"
  221.  
  222. on rightclick with flint:
  223. name of held item contains "&c&l&n応急処置キット"
  224. execute console command "/effect %player% minecraft:instant_health 1 2"
  225. execute console command "/clear %player% minecraft:flint 0 1 {display:{Name:""&c&l&n応急処置キット""}}"
  226.  
  227. command /skd:
  228. usage: スクリプト更新の短縮形
  229. permission: skript.admin
  230. executable by: player and console
  231. permission message: §4あなたは権限をお持ちでないため、使用は制限されています。
  232. trigger:
  233. execute console command "/skript reload drops"
Advertisement
Add Comment
Please, Sign In to add comment