Advertisement
Kamado

Untitled

Jun 1st, 2019
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /skm [<text>]:
  2. aliases: sm, smenu, skmenu, skriptmenu, skhelp, sh, phelp, ph
  3. trigger:
  4. if arg 1 is not set:
  5. if player is op:
  6. send "&b--------------------------------------------------------------------------------"
  7. send "&c歩くスピードと飛ぶスピードの変更 &a&o/speed &e(player) &8(&dwalk&8/&cfly&8) &9(number(1~5)"
  8. send "&c空をとぶことができます &a&o/fly &e(player)"
  9. send "&c対象のレポート &a&o/report &e(player) &8(reson)"
  10. send "&c対象の強制テレポート &a&o/push &8(&dx&8/&cy&8/&5z&8) &e(player) &9(number)"
  11. send "&c対象のプレイヤーがハックかどうか &a&o/nofall &e(player)"
  12. send "&e2ページに進む。 &a&o/sisopack &92"
  13. send "&b--------------------------------------------------------------------------------"
  14. else:
  15. if player is an op:
  16. send "&8&m----------------------------"
  17. send "&bプレイヤーが違反したときに報告できます。 &a&o/report &e(player) &8(reson)"
  18. send "&8&m----------------------------"
  19. if arg 1 is "2":
  20. send "&b--------------------------------------------------------------------------------"
  21. send "&c自分の場所に他のプレイヤーを全員TPさせます。 &a&o/tpall"
  22. send "&c手に持ってるアイテムを頭に装備します。 &a&o/hat"
  23. send "&b--------------------------------------------------------------------------------"
  24. else:
  25. if arg 1 is "seisakusya":
  26. message "&e製作者:&9T_Tv"
  27. command /speed [<player>] [<text>] [<number>]:
  28. Executable by: players
  29. Permission: skript.fly.speed
  30. permission message: &cYou don't have permission.
  31. trigger:
  32. if arg 1 is not set:
  33. execute player command "/playsound minecraft:entity.cat.ambient player %player% ~ ~ ~ 100 0"
  34. send "&8&m----------------------------"
  35. send "&a&oPlease use &8(&aplayer) &7fly&8/&7walk &8(&enumber&8)"
  36. send "&7Available speed for fly and walk&8:"
  37. send "&e1/2 and 3 4 5"
  38. send "&8&m----------------------------"
  39. else:
  40. if arg 2 is "walk":
  41. if arg 3 is set:
  42. execute player command "/playsound minecraft:ui.button.click player %player% ~ ~ ~ 100 1"
  43. if arg 3 is not set:
  44. send "&a&oPlease use&8: &7/speed walk (number)"
  45. if arg 3 is 1:
  46. set the player's walk speed to 0.2
  47. message "&7Walking set back to normal."
  48. if arg 3 is 2:
  49. set the player's walk speed to 2
  50. message "&7Walking speed set to 2."
  51. if arg 3 is 3:
  52. set the player's walk speed to 3
  53. message "&7Walking speed set to 3."
  54. if arg 3 is 4:
  55. set the player's walk speed to 4
  56. message "&7Walking speed set to 4."
  57. if arg 3 is 5:
  58. set the player's walk speed to 5
  59. message "&7Walking speed set to 5."
  60. if arg 2 is "fly":
  61. if arg 3 is not set:
  62. send "&a&oPlease use&8: &7/speed fly (number)"
  63. if arg 3 is 1:
  64. set the player's fly speed to 0.1
  65. message "&7Fly speed set back to normal."
  66. if arg 3 is 2:
  67. set the player's fly speed to 2
  68. message "&7Fly speed set to 2"
  69. if arg 3 is 3:
  70. set the player's fly speed to 3
  71. message "&7Fly speed set to 3"
  72. if arg 3 is 4:
  73. set the player's fly speed to 4
  74. message "&7Fly speed set to 4"
  75. if arg 3 is 5:
  76. set the player's fly speed to 5
  77. message "&7Fly speed set to 5"
  78. command /fly [<player>]:
  79. aliases: /f
  80. trigger:
  81. if arg 1 is not set:
  82. if {fly.%player%} is false:
  83. set {fly.%player%} to true
  84. message "&7Fly to &aEnable&7"
  85. play sound "block.note.pling" at player
  86. set player's flight mode to true
  87. else:
  88. if arg 1 is not set:
  89. if {fly.%player%} is true:
  90. message "&7Fly to &cDisble&7"
  91. play sound "block.piston.contract" at player
  92. set {fly.%player%} to false
  93. set player's flight mode to false
  94. else:
  95. if arg 1 is set:
  96. if {fly.%arg 1%} is not set:
  97. set {fly.%arg 1%} to true
  98. message "&7Fly to &aEnable&7"
  99. play sound "block.note.pling" at arg 1
  100. set player's flight mode to true
  101. else:
  102. if arg 1 is set:
  103. if {fly.%arg 1%} is true:
  104. set {fly.%arg 1%} to false
  105. message "&7Fly to &cDisble&7"
  106. play sound "block.piston.contract" at arg 1
  107. set player's flight mode to false
  108. command /report [<player>] [<text>]:
  109. aliases: /rp
  110. trigger:
  111. if arg 1 is not set:
  112. message "&b----------------------------"
  113. message "/rp &c(player) &c(reson)"
  114. message "&b----------------------------"
  115. if arg 2 is not set:
  116. message "&b----------------------------"
  117. message "/rp &c(player) &c(reson)"
  118. message "&b----------------------------"
  119. add 1 to {log.hensuu}
  120. set {log::%{log.hensuu}%} to "&6%player% reported &c%arg 1% &9%arg 2%"
  121. loop all players:
  122. if loop-player is op:
  123. message "&6%player% reported &c%arg 1% &9%arg 2%"
  124. command /tpall [<player>]:
  125. permission:op
  126. permission message:&fUnknown commands. Type "/help" for help.
  127. trigger:
  128. if arg 1 is not set:
  129. loop all players:
  130. if loop-player is not player:
  131. teleport loop-player to player
  132. send "&6everyone teleported here."
  133. command /hat:
  134. aliases: head
  135. trigger:
  136. if player is holding air:
  137. send "&cYou don't have item. So you can't wear."
  138. stop
  139. if player is not holding air:
  140. set {_hat1} to player's helmet
  141. wait 1 tick
  142. set {_hat2} to 1 of player's tool
  143. remove {_hat2} from player's inventory
  144. equip player with {_hat2}
  145. give {_hat1} to player
  146. message "&aYou put on a hat."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement