Advertisement
Shovelwarf_

Untitled

Sep 3rd, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.33 KB | None | 0 0
  1. #made by Shovelwarf_
  2. #配布link: https://pastebin.com/kAjfdJAM
  3. #改造/転用は許可しますが、作成者を偽った同じ内容のskriptの配布は禁止です。
  4. #Version:1.0.0
  5. command /dev:
  6. trigger:
  7. send "&amade by Shovelwarf_"
  8. send "&a配布link: https://pastebin.com/kAjfdJAM"
  9. send "&a改造/転用は許可しますが、作成者を偽った同じ内容のskriptの配布は禁止です。"
  10. send "&aVersion:1.0.0"
  11. send "&a最低限必要なプラグイン"
  12. send "&aSkript, skRayFall, MundoSK, Skellet, permissionEX"
  13. send "&ahelp /mg help :page:"
  14.  
  15. #animationban
  16. command /animationban [<text>] [<player>] [<text>]:
  17. permission: admin
  18. trigger:
  19. if arg 1 is not set:
  20. send "&bパターンリスト"
  21. send "&cheart"
  22. send "&8explosion"
  23. send "&2Barrier"
  24. send "&bFreeze"
  25. send "&cSpin"
  26. if arg 1 is "explosion":
  27. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  28. wait 3 seconds
  29. execute console command "execute %arg 2% ~ ~ ~ particle hugeexplosion ~ ~ ~ 0 0 0 0 10 normal @a"
  30. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  31. broadcast "&4=================="
  32. broadcast "&bBan実行ログ"
  33. broadcast "&b被罰者:%arg 2%"
  34. broadcast "&b実行者:%player%"
  35. broadcast "&b理由:%arg 3%"
  36. broadcast "&bBanタイプ:%arg 1%"
  37. broadcast "&4=================="
  38. kick the arg-2 due to ""
  39. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  40. set {ban.ban.%arg 2%} to true
  41. if arg 1 is "heart":
  42. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  43. wait 3 seconds
  44. execute console command "execute %arg 2% ~ ~ ~ particle heart ~ ~ ~ 1 1 1 0 500 normal @a"
  45. execute console command "execute %arg 2% ~ ~ ~ playsound entity.player.levelup ambient @a ~ ~ ~ 1 1 1"
  46. broadcast "&4=================="
  47. broadcast "&bBan実行ログ"
  48. broadcast "&b被罰者:%arg 2%"
  49. broadcast "&b実行者:%player%"
  50. broadcast "&b理由:%arg 3%"
  51. broadcast "&bBanタイプ:%arg 1%"
  52. broadcast "&4=================="
  53. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  54. command "/kick %arg 2%"
  55. set {ban.ban.%arg 2%} to true
  56. if arg 1 is "barrier":
  57. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  58. wait 3 seconds
  59. execute console command "execute %arg 2% ~ ~ ~ particle barrier ~ ~ ~ 1 1 1 0 500 normal @a"
  60. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  61. broadcast "&4=================="
  62. broadcast "&bBan実行ログ"
  63. broadcast "&b被罰者:%arg 2%"
  64. broadcast "&b実行者:%player%"
  65. broadcast "&b理由:%arg 3%"
  66. broadcast "&bBanタイプ:%arg 1%"
  67. broadcast "&4=================="
  68. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  69. kick the arg-2 due to ""
  70. set {ban.ban.%arg 2%} to true
  71. if arg 1 is "Freeze":
  72. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  73. set {ban.freeze.%arg 2%} to true
  74. wait 3 seconds
  75. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ ice"
  76. wait 1 seconds
  77. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ ice"
  78. wait 1 seconds
  79. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ lit_pumpkin"
  80. command "/execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  81. wait 2 seconds
  82. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ air"
  83. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ air"
  84. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ air"
  85. broadcast "&4=================="
  86. broadcast "&bBan実行ログ"
  87. broadcast "&b被罰者:%arg 2%"
  88. broadcast "&b実行者:%player%"
  89. broadcast "&b理由:%arg 3%"
  90. broadcast "&bBanタイプ:%arg 1%"
  91. broadcast "&4=================="
  92. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  93. kick the arg-2 due to ""
  94. set {ban.ban.%arg 2%} to true
  95. if arg 1 is "Spin":
  96. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  97. set {ban.freeze.%arg 2%} to true
  98. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  99. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 200 normal @a"
  100. set {spin.%arg 2%} to true
  101. wait 5 seconds
  102. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 500 normal @a"
  103. broadcast "&4=================="
  104. broadcast "&bBan実行ログ"
  105. broadcast "&b被罰者:%arg 2%"
  106. broadcast "&b実行者:%player%"
  107. broadcast "&b理由:%arg 3%"
  108. broadcast "&bBanタイプ:%arg 1%"
  109. broadcast "&4=================="
  110. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  111. kick the arg-2 due to ""
  112. set {ban.ban.%arg 2%} to true
  113.  
  114. #animationmodeFreeze
  115. on any move:
  116. if {ban.freeze.%player%} is true:
  117. cancel event
  118.  
  119. on break:
  120. if {ban.freeze.%player%} is true:
  121. cancel event
  122.  
  123. on place:
  124. if {ban.freeze.%player%} is true:
  125. cancel event
  126.  
  127. on chat:
  128. if {ban.freeze.%player%} is true:
  129. cancel event
  130. #banunfreeze
  131. command /unbanfreezemode [<player>]:
  132. permission: helper
  133. trigger:
  134. send "&aFreezemodeを解除しました"
  135. set {ban.freeze.%arg 1%} to false
  136. #bannoconnect
  137. on connect:
  138. if {ban.ban.%player%} is true:
  139. kick the player due to "&4あなたは%{ban.setservername}%からbanを受けています"
  140. #servername
  141. command /banname [<text>]:
  142. permission: owner
  143. trigger:
  144. set {ban.setservername} to arg
  145. send "&a設定完了%{ban.setservername}%"
  146. #unban
  147. command /unban [<text>]:
  148. permission: admin
  149. trigger:
  150. set {ban.ban.%arg 1%} to false
  151. send "&a%arg 1%のbanを解除"
  152. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  153. #testanimation
  154. command /tanimation [<text>] [<player>] [<text>]:
  155. permission: admin
  156. trigger:
  157. if arg 1 is not set:
  158. send "&bパターンリスト"
  159. send "&cheart"
  160. send "&8explosion"
  161. send "&2Barrier"
  162. send "&bFreeze"
  163. send "&8Spin"
  164. if arg 1 is "explosion":
  165. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  166. wait 3 seconds
  167. execute console command "execute %arg 2% ~ ~ ~ particle hugeexplosion ~ ~ ~ 0 0 0 0 10 normal @a"
  168. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  169. broadcast "&4=================="
  170. broadcast "&bBan実行ログ"
  171. broadcast "&b被罰者:%arg 2%"
  172. broadcast "&b実行者:%player%"
  173. broadcast "&b理由:%arg 3%"
  174. broadcast "&bBanタイプ:%arg 1%"
  175. broadcast "&4=================="
  176. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  177. if arg 1 is "heart":
  178. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  179. wait 3 seconds
  180. execute console command "execute %arg 2% ~ ~ ~ particle heart ~ ~ ~ 1 1 1 0 500 normal @a"
  181. execute console command "execute %arg 2% ~ ~ ~ playsound entity.player.levelup ambient @a ~ ~ ~ 1 1 1"
  182. broadcast "&4=================="
  183. broadcast "&bBan実行ログ"
  184. broadcast "&b被罰者:%arg 2%"
  185. broadcast "&b実行者:%player%"
  186. broadcast "&b理由:%arg 3%"
  187. broadcast "&bBanタイプ:%arg 1%"
  188. broadcast "&4=================="
  189. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  190. if arg 1 is "barrier":
  191. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  192. wait 3 seconds
  193. execute console command "execute %arg 2% ~ ~ ~ particle barrier ~ ~ ~ 1 1 1 0 500 normal @a"
  194. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  195. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  196. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  197. execute console command "execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  198. broadcast "&4=================="
  199. broadcast "&bBan実行ログ"
  200. broadcast "&b被罰者:%arg 2%"
  201. broadcast "&b実行者:%player%"
  202. broadcast "&b理由:%arg 3%"
  203. broadcast "&bBanタイプ:%arg 1%"
  204. broadcast "&4=================="
  205. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  206. if arg 1 is "Freeze":
  207. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  208. set {ban.freeze.%arg 2%} to true
  209. wait 3 seconds
  210. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ ice"
  211. wait 1 seconds
  212. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ ice"
  213. wait 1 seconds
  214. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ lit_pumpkin"
  215. command "/execute %arg 2% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  216. wait 2 seconds
  217. command "/execute %arg 2% ~ ~ ~ setblock ~ ~ ~ air"
  218. command "/execute %arg 2% ~ ~1 ~ setblock ~ ~ ~ air"
  219. command "/execute %arg 2% ~ ~2 ~ setblock ~ ~ ~ air"
  220. broadcast "&4=================="
  221. broadcast "&bBan実行ログ"
  222. broadcast "&b被罰者:%arg 2%"
  223. broadcast "&b実行者:%player%"
  224. broadcast "&b理由:%arg 3%"
  225. broadcast "&bBanタイプ:%arg 1%"
  226. broadcast "&4=================="
  227. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  228. if arg 1 is "Spin":
  229. send "&4%arg 2%の処罰を開始します。Type:%arg 1% Reason:%arg 3%"
  230. set {ban.freeze.%arg 2%} to true
  231. execute console command "execute %arg 2% ~ ~ ~ playsound entity.generic.explode master @a ~ ~ ~ 1 1 1"
  232. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 200 normal @a"
  233. set {spin.%arg 2%} to true
  234. wait 5 seconds
  235. execute console command "execute %arg 2% ~ ~ ~ particle explode ~ ~ ~ 1 1 1 0 500 normal @a"
  236. broadcast "&4=================="
  237. broadcast "&bBan実行ログ"
  238. broadcast "&b被罰者:%arg 2%"
  239. broadcast "&b実行者:%player%"
  240. broadcast "&b理由:%arg 3%"
  241. broadcast "&bBanタイプ:%arg 1%"
  242. broadcast "&4=================="
  243. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  244. #kick
  245. command /kick [<player>] [<text>] [<text>]:
  246. permission: helper
  247. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  248. trigger:
  249. if arg 3 is "on":
  250. send "&a%arg 1%の処罰が完了"
  251. broadcast "&4=================="
  252. broadcast "&bKick実行ログ"
  253. broadcast "&b被罰者:%arg 1%"
  254. broadcast "&b実行者:%player%"
  255. broadcast "&b理由:%arg 2%"
  256. broadcast "&4=================="
  257. kick the arg 1 due to "&cあなたは%player%によって処罰を受けました理由:%arg 2%タイプ:kick"
  258. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  259. if arg 3 is "off":
  260. send "&a%arg 1%の処罰が完了"
  261. kick the arg 1 due to "&cあなたは%player%によって処罰を受けました理由:%arg 2%タイプ:kick"
  262. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  263. if arg 3 is not set:
  264. send "&a%arg 1%の処罰が完了"
  265. kick the arg 1 due to "&cあなたは%player%によって処罰を受けました理由:%arg 2%タイプ:kick"
  266. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  267. if arg 3 is "menuban":
  268. send "&a%arg 1%の処罰が完了"
  269. kick the arg 1 due to "&cYou are Ban! Reason:%arg 2% Type:AdminBan"
  270. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  271. if arg 3 is "menukick":
  272. send "&a%arg 1%の処罰が完了"
  273. kick the arg 1 due to "&cYou are Kick! Reason:%arg 2% Type:AdminKick"
  274. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  275. #jail
  276. command /jail [<player>] [<text>] [<text>]:
  277. permission: helper
  278. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  279. trigger:
  280. if arg 1 is not set:
  281. send "&aプレイヤーを指定してください"
  282. if arg 2 is not set:
  283. send "&a理由を指定してください"
  284. if arg 3 is not set:
  285. send "&aJailかunJailかを指定してください"
  286. if arg 3 is "jail":
  287. send "&c%arg 1%の処罰が完了"
  288. send "&c[Jail]>>>あなたは%player%によってjailされました。理由%arg 2%" to arg 1
  289. broadcast "&c[Jail] %arg 1%は投獄されました"
  290. teleport arg 1 to {Jail.Jail}
  291. set gamemode of arg 1 to Adventure
  292. if arg 3 is "unJail":
  293. send "&a%arg 1%の処罰を解除しました"
  294. send "&a[Jail]>>>あなたは%player%によってunJailされました。理由%arg 2%" to arg 1
  295. broadcast "&a[jail] %arg 1%は釈放されました"
  296. teleport arg 1 to {Jail.unJail}
  297. set gamemode of arg 1 to Survival
  298. #jailset
  299. command /jailset [<text>]:
  300. permission: admin
  301. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  302. trigger:
  303. if arg 1 is "Jail":
  304. send "&aJail先を%location of player%に設定"
  305. set {Jail.Jail} to location of player
  306. if arg 1 is "unJail":
  307. send "&aJail帰還先を%location of player%に設定"
  308. set {Jail.UnJail} to location of player
  309. if arg 1 is not set:
  310. send "&a/jailset Jail<jail時にどこにテレポートされるかを設定"
  311. send "&a/jailset unJail<解除時にどこにテレポートさせるかを設定"
  312. #cmdhelp
  313. command /mg [<text>] [<text>]:
  314. permission: admin
  315. permission message:&cあなたは権限を所持していない!(You Dont have permission)
  316. trigger:
  317. if arg 1 is not set:
  318. send "&c/mg help :page:"
  319. if arg 1 is "help":
  320. send "&6---------management command list------------------------------"
  321. send "&a/animationban [タイプ] [プレイヤー] [理由]"
  322. send "&a/banname [サーバーネーム]"
  323. send "&a/unbanfreezemode [プレイヤー]"
  324. send "&a/unban [プレイヤー]"
  325. send "&a/kick [プレイヤー] [理由] [broadcastのon/off(未設定はoff]"
  326. send "&a/jail [プレイヤー] [理由] [Jail/unJail(Jail先を設定してください]"
  327. send "&a/jailset [Jail/unJail]"
  328. send "&a/hide [on/off]"
  329. send "&a/Freeze [プレイヤー] [理由] [Freeze/unFreeze]"
  330. send "&a/mute [プレイヤー] [理由] [mute/unmute]"
  331. send "&a/report [違反者] [違反内容]"
  332. send "&a/alltp"
  333. send "&6-------------------------------&aページ 1&6------------------------"
  334. if arg 1 is "help":
  335. if arg 2 is "2":
  336. send "&6---------management command list------------------------------"
  337. send "&a/rank [プレイヤー] [ランク]"
  338. send "&a/ranklist"
  339. send "&a/fly"
  340. send "&8/spint [Player] [true/false]baのspin停止用です"
  341. send "&6-------------------------------&aページ 2&6------------------------"
  342. #hide
  343. command /hide [<text>]:
  344. permission: admin
  345. permission message:Unknown command. Type "/help" for help.
  346. trigger:
  347. if arg 1 is "on":
  348. hide player from all players
  349. send "&ahide機能をonにしました"
  350. broadcast "&e%player% left the game"
  351. if arg 1 is "off":
  352. reveal player from all players
  353. send "&ahide機能をoffにしました"
  354. broadcast "&e%player% has join the game"
  355. if arg 1 is not set:
  356. send "&aError!/hide on/off"
  357. #freeze
  358. command /Freeze [<player>] [<text>] [<text>]:
  359. permission: helper
  360. trigger:
  361. if arg 3 is "Freeze":
  362. set {Freeze.%arg 1%} to true
  363. broadcast "&b%arg 1%は%player%によってFreezeされました!理由>%arg 2%"
  364. send "&a%arg 1%の処罰が完了"
  365. if arg 3 is "unFreeze":
  366. set {Freeze.%arg 1%} to false
  367. broadcast "&b%arg 1%は%player%によってFreezeが解除されました!理由>%arg 2%"
  368. send "&b処罰の解除が完了"
  369. if arg 1 is not set:
  370. send "&b/Freeze [プレイヤー] [理由] [freeze/unfreeze]"
  371.  
  372. #freezelockmove
  373. on any move:
  374. if {Freeze.%player%} is true:
  375. send "&bFreezeされている"
  376. cancel event
  377.  
  378. on break:
  379. if {Freeze.%player%} is true:
  380. send "&bFreezeされている"
  381. cancel event
  382.  
  383. on place:
  384. if {Freeze.%player%} is true:
  385. send "&bFreezeされている"
  386. cancel event
  387. #mute
  388. command /mute [<player>] [<text>] [<text>]:
  389. permission: helper
  390. trigger:
  391. if arg 3 is "mute":
  392. set {Mute.%player%} to true
  393. broadcast "&6%arg 1%は%player%によってmuteされました理由>%arg 2%"
  394. send "&a%arg 1%の処罰が完了"
  395. if arg 3 is "unmute":
  396. set {Mute.%player%} to false
  397. broadcast "&6%arg 1%は%player%によってunmuteされました理由>%arg 2%"
  398. send "&a処罰の解除が完了"
  399. if arg 1 is not set:
  400. send "&6/mute [プレイヤー] [理由] [mute/unmute]"
  401. #lockchat
  402. on chat:
  403. if {Mute.%player%} is true:
  404. send "&6あなたはmuteされています"
  405. cancel event
  406. #report
  407. command /report [<player>] [<text>]:
  408. trigger:
  409. if arg 1 is not set:
  410. send "&a/report [違反者] [違反内容]"
  411. if arg 1 is set:
  412. send "&aReportが完了"
  413. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @p ~ ~ ~ 1 1 1"
  414. loop all players:
  415. if loop-player is op:
  416. message "%player%が報告 %arg 1% %arg 2%"
  417. #alltp
  418. command /alltp:
  419. permission: admin
  420. trigger:
  421. command "/tp %player% @a"
  422. broadcast "&a[%player%]テレポートしました"
  423. loop all players:
  424. send "&aテレポート対象player"
  425. send "&a%loop-player%"
  426. #warn
  427. variables:
  428. {BANwarn} = 5
  429.  
  430. command /mywarn:
  431. trigger:
  432. message "&aあなたが警告された回数は%{warn.%player%}%です。"
  433. message "&e※<none>と書かれている場合は0回。%{BANwarn}%回警告でBAN。"
  434.  
  435. command /warnset [<number>]:
  436. permission: owner
  437. trigger:
  438. if arg 1 is not set:
  439. message "&a/warnset <数字>"
  440. if arg 1 is set:
  441. set {BANwarn} to arg 1
  442. message "&bBAN警告回数を%arg 1%回に設定しました。"
  443. broadcast "&a%player%さんがBAN警告回数を%arg 1%回に設定しました。"
  444.  
  445. command /cwarn [<player>] [<text>]:
  446. permission: helper
  447. trigger:
  448. if {warn.%arg 1%} is 0:
  449. message "&cこれ以上減らすことはできません。"
  450. if {warn.%arg 1%} is larger than or equal to 1:
  451. add -1 to {warn.%arg 1%}
  452. broadcast "&a%player%さんが%arg 1%さんのことを%arg 2%の理由により警告スコアを1減らしました!"
  453. broadcast "&a%arg 1%さんの警告スコアは&e%{warn.%arg 1%}%&aです!"
  454.  
  455. command /warnn [<player>] [<text>]:
  456. permission: admin
  457. trigger:
  458. add 1 to {warn.%arg 1%}
  459. if arg 1 and arg 2 is set:
  460. broadcast "&c%arg 1%さんが&4%arg 2%&Cの理由により警告されました。"
  461. broadcast "&c%arg 1%さんの警告スコアは&4%{warn.%arg 1%}%&cです。"
  462. if {warn.%arg 1%} is larger than or equal to {BANwarn}:
  463. set {ban.ban.%arg 1%} to true
  464. command "/kick %arg 2%"
  465. send "&c警告値が一定を超えたためBanされました。" to arg 1
  466.  
  467. command /warns [<player>]:
  468. permission: helper
  469. trigger:
  470. message "&e%arg 1%&bの警告スコアは&e%{warn.%arg 1%}%&bです。"
  471.  
  472. every 1 tick:
  473. loop all players:
  474. if {spin.%loop-player%} is true:
  475. command "/tp %loop-player% ~ ~ ~ ~20 ~"
  476.  
  477. command /spint [<player>] [<text>]:
  478. permission: test
  479. trigger:
  480. if arg 2 is "true":
  481. set {spin.%arg 1%} to true
  482. send "%arg 1%true"
  483. if arg 2 is "false":
  484. set {spin.%arg 1%} to false
  485. send "%arg 1%false"
  486. if arg 1 is not set:
  487. send "&c/spint playerid true/false"
  488.  
  489. command /rank [<player>] [<text>]:
  490. permission: owner
  491. trigger:
  492. if arg 2 is "Builder":
  493. send "&aBuilderランクを与えました 対象player %arg 1%"
  494. command "/pex user %arg 1% add -minecraft.command.gamemode.creative"
  495. command "/pex user %arg 1% add -minecraft.command.gamemode.creative"
  496. command "/pex user %arg 1% add worldedit.*"
  497. command "/pex user %arg 1% remove wolrdedit.calc"
  498. set {fly.%arg 1%} to on
  499. set {flyrank.%arg 1%} to on
  500. if arg 2 is "Helper":
  501. command "/pex user %arg 1% add helper"
  502. send "&bHelper&aランクを与えました 対象player %arg 1%"
  503. set {fly.%arg 1%} to on
  504. set {flyrank.%arg 1%} to on
  505. if arg 2 is "Admin":
  506. command "/pex user %arg 1% add admin"
  507. command "/pex user %arg 1% add -minecraft.command.gamemode"
  508. command "/pex user %arg 1% add helper"
  509. command "/pex user %arg 1% add mvp"
  510. command "/pex user %arg 1% add worldedit.*"
  511. send "&cAdmin&aランクを与えました 対象player %arg 1%"
  512. set {fly.%arg 1%} to on
  513. set {flyrank.%arg 1%} to on
  514. if arg 2 is "delete":
  515. command "/deop %arg 1%"
  516. command "/pex user %arg 1% remove *"
  517. send "&8RankDelete"
  518. if arg 2 is "Jail":
  519. send "&cJail&aランクを与えました 対象player %arg 1%"
  520. command "/pex user %arg 1% remove *"
  521. set gamemode of arg 1 to adventure
  522. if arg 2 is "VIP":
  523. send "&cVIP&aランクを与えました 対象player %arg 1%"
  524. set {fly.%arg 1%} to on
  525. set {flyrank.%arg 1%} to on
  526. if arg 1 is not set:
  527. send "&aプレイヤーを指定してください"
  528. if arg 2 is not set:
  529. send "&aランクを指定してください"
  530. send "&aランクの一覧>>/ranklist"
  531.  
  532. command /ranklist:
  533. permission: owner
  534. trigger:
  535. send "&aBuilder"
  536. send "&bHelper"
  537. send "&cAdmin"
  538. send "&8Jail"
  539. send "&6VIP"
  540.  
  541. command /fly:
  542. trigger:
  543. if {flyrank.%player%} is on:
  544. if {fly.%player%} is on:
  545. set {fly.%player%} to off
  546. send "&cflyを無効にしました"
  547. set player's flight mode to false
  548. stop
  549. if {flyrank.%player%} is on:
  550. if {fly.%player%} is off:
  551. set {fly.%player%} to on
  552. send "&aflyを有効にしました"
  553. set player's flight mode to true
  554. stop
  555. if {flyrank.%player%} is off:
  556. send "&cRankを持っていない!"
  557.  
  558. command /setspawn [<text>]:
  559. permission: admin
  560. trigger:
  561. if arg 1 is "lobby":
  562. set {setpoint.lobby} to location of player
  563. send "&alobbyを%location of player%に設定"
  564. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  565. if arg 1 is "death":
  566. set {setpoint.death} to location of player
  567. send "&alobbyを%location of player%に設定"
  568. command "/execute %player% ~ ~ ~ playsound block.anvil.use ambient @a ~ ~ ~ 1 1 1"
  569. if arg 1 is "check":
  570. send "&alobbyは%{setpoint.lobby}%です"
  571. send "&aリスポーン地点は%{setpoint.death}%です"
  572. if arg 1 is not set:
  573. send "&c/setspawn lobby/death/check"
  574.  
  575. on join:
  576. teleport player to {setpoint.lobby}
  577.  
  578. on death:
  579. teleport player to {setpoint.death}
  580.  
  581. command /Anydesk [<player>] [<text>]:
  582. permission: admin
  583. trigger:
  584. if arg 1 is set:
  585. send "&a準備中>>Anydeskを用意しておいてください"
  586. command "/w %player% AnydeskDownload>>> https://anydesk.com/ja "
  587. set {anydesk.%arg 1%} to arg 2
  588. set {anydesktrue.%arg 1%} to true
  589. set {anydesk.freeze.%arg 1%} to true
  590. send "&a相手がハッククライアントを使っていた場合は/hax [プレイヤー]と打ってください。"
  591. send "&a相手がハッククライアントを使っていない場合は/nothax [プレイヤー]と打ってください"
  592.  
  593. command /nothax [<player>]:
  594. permission: admin
  595. trigger:
  596. send "&aAnydeskモードを解除しました"
  597. set {anydesk.%arg 1%} to 0
  598. set {anydesktrue.%arg 1%} to false
  599. set {anydesk.freeze.%arg 1%} to false
  600. send "&aAnydeskモードが解除されました!" to arg 1
  601.  
  602. command /hax [<player>]:
  603. permission: admin
  604. trigger:
  605. if arg 1 is set:
  606. send "&aプレイヤーをBanしました"
  607. kick the arg 1 due to "&cあなたのハッククライアントを検知しました"
  608. set {ban.ban.%arg 1%} to true
  609. if arg 1 is not set:
  610. send "&cプレイヤーネームを指定してください"
  611.  
  612. on any move:
  613. if {anydesk.freeze.%player%} is true:
  614. send "&c動かないでください<警告"
  615. cancel event
  616.  
  617. every 15 seconds:
  618. loop all players:
  619. if {anydesktrue.%loop-player%} is true:
  620. send "&c現在あなたは%{anydesk.%loop-player%}%という理由で画面共有(クライアント確認)を求められています" to loop-player
  621. send "&c⚠ログアウトした場合自動でbanされます⚠" to loop-player
  622. command "/w %loop-player% AnydeskDownload>>> https://anydesk.com/ja "
  623. send "&aダウンロードしソフトを開くことができた場合中央に書いてある番号/文字を運営に送ってください" to loop-player
  624. send "&a/adnum [番号/文字]" to loop-player
  625.  
  626. command /adnum [<text>]:
  627. trigger:
  628. send "&a送信完了" to player
  629. send "&a%player%がAnydeskのログイン番号を送信しました" to ops
  630. send "&c>>>>%arg 1%<<<<" to ops
  631.  
  632. on quit:
  633. if {anydesktrue.%player%} is true:
  634. send "&cログアウトした為自動Banが有効になりました"
  635. send "&cYou are Banned! Reason: Autoban"
  636. set {ban.ban.%player%} to true
  637.  
  638. command /punishmenu [<player>]:
  639. permission: admin
  640. trigger:
  641. if arg 1 is set:
  642. set {mps.%player%} to arg 1
  643. send "&c対象プレイヤー%{mps.%player%}%"
  644. open chest with 3 rows named "&cPunishMenu!" to player
  645. Format slot 0 of player with tnt named "&cBan" with lore "&aプレイヤーをbanします" to close then run [ execute player command "/pmo ban"]
  646. Format slot 1 of player with iron bars named "&8." to close
  647. Format slot 2 of player with fishing rod named "&8Kick" with lore "&aプレイヤーをkickします" to close then run [execute player command "/pmo kick"]
  648. Format slot 3 of player with iron bars named "&8." to close
  649. Format slot 4 of player with redstone lamp named "&cAnydeskMode" with lore "&aプレイヤーにAnydeskを求めます" to close then run [ execute player command "/pmo anydesk"]
  650. Format slot 5 of player with iron bars named "&8." to close
  651. Format slot 6 of player with fish named "&6Hide" with lore "&aプレイヤーのhideを有効にします" to close then run [ execute player command "/pmo hide"]
  652. Format slot 7 of player with iron bars named "&8." to close
  653. Format slot 8 of player with redstone block named "&aWarn" with lore "&aプレイヤーをwarnします" to close then run [ execute player command "/pmo warn"]
  654. Format slot 9 of player with iron bars named "&8." to close
  655. Format slot 10 of player with iron bars named "&8." to close
  656. Format slot 11 of player with iron bars named "&8." to close
  657. Format slot 12 of player with iron bars named "&8." to close
  658. Format slot 13 of player with iron bars named "&8." to close
  659. Format slot 14 of player with iron bars named "&8." to close
  660. Format slot 15 of player with iron bars named "&8." to close
  661. Format slot 16 of player with iron bars named "&8." to close
  662. Format slot 17 of player with iron bars named "&8." to close
  663. Format slot 18 of player with ice named "&bFreeze" with lore "&aプレイヤーを動けなくします" to close then run [ execute player command "/pmo freeze"]
  664. Format slot 19 of player with iron bars named "&8." to close
  665. Format slot 20 of player with barrier named "&8mute" with lore "&aプレイヤーのチャットを禁止します" to close then run [ execute player command "/pmo mute"]
  666. Format slot 21 of player with iron bars named "&8." to close
  667. Format slot 22 of player with red concrete named "&cJail" with lore "&aプレイヤーを投獄します" to close then run [ execute player command "/pmo jail"]
  668. Format slot 23 of player with iron bars named "&8." to close
  669. Format slot 24 of player with green concrete named "&aUnjail" with lore "&aプレイヤーを釈放します" to close then run [ execute player command "/pmo unjail"]
  670. Format slot 25 of player with iron bars named "&8." to close
  671. Format slot 26 of player with elytra named "&bFly" with lore "&aプレイヤーのflyを有効にします" to close then run [ execute player command "/pmo fly"]
  672.  
  673. command /pmo [<text>]:
  674. permission: admin
  675. trigger:
  676. if arg 1 is "ban":
  677. execute player command "/reasonGUI"
  678. set {mts.%player%} to "ban"
  679. if arg 1 is "kick":
  680. execute player command "/reasonGUI"
  681. set {mts.%player%} to "kick"
  682. if arg 1 is "anydesk":
  683. execute player command "/reasonGUI"
  684. set {mts.%player%} to "anydesk"
  685. if arg 1 is "hide":
  686. hide {mps.%player%} from all players
  687. if arg 1 is "warn":
  688. execute player command "/reasonGUI"
  689. set {mts.%player%} to "warn"
  690. if arg 1 is "Freeze":
  691. execute player command "/reasonGUI"
  692. set {mts.%player%} to "freeze"
  693. if arg 1 is "mute":
  694. execute player command "/reasonGUI"
  695. set {mts.%player%} to "mute"
  696. if arg 1 is "jail":
  697. execute player command "/reasonGUI"
  698. set {mts.%player%} to "jail"
  699. if arg 1 is "unjail":
  700. set {mts.%player%} to "unjail"
  701. execute player command "/pmmain unjail"
  702. if arg 1 is "fly":
  703. set {mts.%player%} to "fly"
  704. execute player command "/pmmain fly"
  705.  
  706. command /reasonGUI [<text>]:
  707. permission: admin
  708. trigger:
  709. if arg 1 is not set:
  710. send "&a1秒待ってください"
  711. wait 1 seconds
  712. open chest with 1 rows named "&cReasonGUI" to player
  713. Format slot 0 of player with black stained glass pane named "&8." to close
  714. Format slot 1 of player with diamond sword named "&cCombatHack/Macro" with lore "&aAuraの使用/マクロの使用" to run [ execute player command "/reasonGUI combat"]
  715. Format slot 2 of player with black stained glass pane named "&8." to close
  716. Format slot 3 of player with diamond boots named "&bMovementHack/Glitch" with lore "&aFly/Speedhackの使用/グリッチ" to run [ execute player command "/reasonGUI move"]
  717. Format slot 4 of player with black stained glass pane named "&8." to close
  718. Format slot 5 of player with lava bucket named "&eTroll" with lore "&a荒らし行為" to run [ execute player command "/reasonGUI troll"]
  719. Format slot 6 of player with black stained glass pane named "&8." to close
  720. Format slot 7 of player with paper named "&6Spam" with lore "&a同チャットの連呼/差別用語の使用" to run [ execute player command "/reasonGUI Spam"]
  721. Format slot 8 of player with black stained glass pane named "&8." to close
  722. if arg 1 is "combat":
  723. set {mrs.%player%} to "CombatHack/Macro"
  724. execute player command "/pmmain %{mts.%player%}%"
  725. if arg 1 is "move":
  726. set {mrs.%player%} to "MovementHack/Glitch"
  727. execute player command "/pmmain %{mts.%player%}%"
  728. if arg 1 is "troll":
  729. set {mrs.%player%} to "Troll"
  730. execute player command "/pmmain %{mts.%player%}%"
  731. if arg 1 is "Spam":
  732. set {mrs.%player%} to "Spam"
  733. execute player command "/pmmain %{mts.%player%}%"
  734.  
  735. command /pmmain [<text>]:
  736. permission: admin
  737. trigger:
  738. if arg 1 is "ban":
  739. set {ban.ban.%{mps.%player%}%} to true
  740. command "/kick %{mps.%player%}% %{mrs.%player%}% menuban"
  741. broadcast "&c-----=====-----"
  742. broadcast "&a処罰ログ"
  743. broadcast "&a処罰者:%player%"
  744. broadcast "&a被罰者:%{mps.%player%}%"
  745. broadcast "&aBan理由:%{mrs.%player%}%"
  746. broadcast "&c-----=====-----"
  747. if arg 1 is "kick":
  748. command "/kick %{mps.%player%}% %{mrs.%player%}% menukick"
  749. if arg 1 is "anydesk":
  750. execute player command "/anydesk %{mps.%player%}% %{mrs.%player%}%"
  751. if arg 1 is "warn":
  752. execute player command "/warnn %{mps.%player%}% %{mrs.%player%}%"
  753. if arg 1 is "freeze":
  754. execute player command "/freeze %{mps.%player%}% %{mrs.%player%}% freeze"
  755. if arg 1 is "mute":
  756. execute player command "/mute %{mps.%player%}% %{mrs.%player%}% mute"
  757. if arg 1 is "jail":
  758. execute player command "/jail %{mps.%player%}% %{mrs.%player%}% jail"
  759. if arg 1 is "unjail":
  760. execute player command "/jail %{mps.%player%}% %{mrs.%player%}% unjail"
  761. if arg 1 is "fly":
  762. set {flymenu.%{mrs.%player%}%} to true
  763. send "&aプレイヤーのflyを有効にしました。1時間後無効化されます"
  764. wait 1 hours
  765. set {flymenu.%{mrs.%player%}%} to false
  766.  
  767. every 1 seconds:
  768. loop all players:
  769. if {flymenu.%loop-player%} is true:
  770. set loop-player's flight mode to true
  771.  
  772. every 1 seconds:
  773. loop all players:
  774. if {flymenu.%loop-player%} is false:
  775. set loop-player's flight mode to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement