Advertisement
penguin_GANA

Untitled

Dec 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. #アクリエパック
  2. #作者:アクリエ
  3. #二次配布は禁止します
  4. on death of player:
  5. force respawn player
  6. wait 1 second
  7. broadcast "&8[&cDeath&8]&c%player%&cが%entity%&c天に召されてしまった..."
  8. On Respawn:
  9. execute console command "/gamemode 3"
  10. wait 1 second
  11. send title "&c&l《死んだ》" with subtitle "&e&l3秒後に復活" to player for 1 second with fade in 0 second
  12. wait 1 second
  13. send title "&c&l《死んだ》" with subtitle "&e&l2秒後に復活" to player for 1 second with fade in 0 second
  14. wait 1 second
  15. send title "&c&l《死んだ》" with subtitle "&e&l1秒後に復活" to player for 1 second with fade in 0 second
  16. wait 1 second
  17. send title "&a&l《復活》" with subtitle "&e&lGG" to player for 1 second with fade in 0 second
  18. wait 1 second
  19. execute console command "/gamemode 2"
  20.  
  21. on xp spawn:
  22. cancel event
  23. on join:
  24. set join message to "&8[&e続&8]&b%player% がサーバーに遊びに来た"
  25. on quit:
  26. set quit message to "&8[&c帰&8]&c%player% がサーバーから抜けた"
  27. on explode:
  28. cancel event
  29. command /ifhelp:
  30. trigger:
  31. send "&e&l&m-=__&r&e&l[|&cITEMINFO HELP&e&l|]&m__=-"
  32. send "&c&lATK---攻撃力"
  33. send "&9&lBATK---弓の攻撃力"
  34. send "&2&lAREATK---範囲攻撃力"
  35. send "&6&lFD---炎ダメージ"
  36. send "&a&lKN---ノックバックダメージ"
  37. send "&b&lDEF---防御力"
  38. send "&d&lMD---反射ダメージ"
  39. send "&6&lFP---炎ダメージ軽減"
  40. send "&9&lBDEF---発射物ダメージ軽減"
  41. send "&e&lFADEF---落下ダメージ軽減"
  42. command /pvp [<text>]:
  43. permission: admin
  44. trigger:
  45. if arg 1 is not set:
  46. send "&cコマンドが違います"
  47. send "&c&l/pvp on"
  48. send "&c&l/pvp off"
  49. if arg 1 is "on":
  50. enable PvP in all worlds
  51. send "&bPVPMODEをオンに切り替えました"
  52. if arg 1 is "off":
  53. disable PvP in all worlds
  54. send "&b&lPVPMODEをオフに切り替えました"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement