Advertisement
Blue_Tec

Untitled

Feb 18th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. command /search [<Offlineplayer>]:
  2. trigger:
  3. if arg-1 is set:
  4. if arg-1 is online:
  5. open chest with 3 rows named "&a&l%arg-1% is online" to player
  6. format slot 0 of player with skull of arg-1 named "&a検索されました。" with lore "&b" to be unstealable
  7. format slot 12 of player with green stained glass named "&a検索されました。" with lore "&6UUID: %UUID of arg-1%" to be unstealable
  8. format slot 13 of player with green stained glass named "&a検出IPです。" with lore "&b%IP of arg-1%" to be unstealable
  9. format slot 14 of player with green stained glass named "&aBAN" with lore "&c履歴なし" to be unstealable
  10. format slot 14 of player with green stained glass named "&aBAN履歴" with lore "&cMySql is not set" to close then run [make player execute command "/chban %arg-1%"]
  11. stop
  12.  
  13. if arg-1 is not online:
  14. open chest with 3 rows named "&c&l%arg-1% is offline" to player
  15. format slot 0 of player with skull of arg-1 named "&a検索されました。" with lore "&b" to be unstealable
  16. format slot 12 of player with green stained glass named "&a検索されました。" with lore "&6UUID: %UUID of arg-1%" to be unstealable
  17. format slot 13 of player with green stained glass named "&a検出IPです。" with lore "&b%IP of arg-1%" to be unstealable
  18. format slot 14 of player with green stained glass named "&aBAN履歴" with lore "&cMySql is not set" to close then run [make player execute command "/chban %arg-1%"]
  19. stop
  20. command /chban [<Offlineplayer>]:
  21. trigger:
  22. if arg-1 is set:
  23. make player execute command "/waitban 12397128371i23"
  24. wait 10 seconds
  25. make player execute command "/banch %arg-1%"
  26. stop
  27.  
  28. command /waitban [<text>]:
  29. trigger:
  30. if arg-1 is "12397128371i23":
  31. open chest with 1 rows named "&0&l検索しています... &8&l10&0&L秒" to player
  32. wait 1 second
  33. open chest with 1 rows named "&0&l検索しています... &8&l9&0&L秒" to player
  34. wait 1 second
  35. open chest with 1 rows named "&0&l検索しています... &8&l8&0&L秒ほどお待ちください。" to player
  36. wait 1 second
  37. open chest with 1 rows named "&0&l検索しています... &8&l7&0&L秒ほどお待ちください。" to player
  38. wait 1 second
  39. open chest with 1 rows named "&0&l検索しています... &8&l6&0&L秒ほどお待ちください。" to player
  40. wait 1 second
  41. open chest with 1 rows named "&0&l検索しています... &8&l5&0&L秒" to player
  42. wait 1 second
  43. open chest with 1 rows named "&0&l検索しています... &8&l4&0&L秒" to player
  44. wait 1 second
  45. open chest with 1 rows named "&0&l検索しています... &8&l3&0&L秒" to player
  46. wait 1 second
  47. open chest with 1 rows named "&0&l検索しています... &8&l2&0&L秒" to player
  48. wait 1 second
  49. open chest with 1 rows named "&0&l検索しています... &8&l1&0&L秒" to player
  50. stop
  51.  
  52. command /banch [<Offlineplayer>]:
  53. trigger:
  54. if arg-1 is set:
  55. if arg-1 is online:
  56. open chest with 3 rows named "&0&l%arg-1%さんの履歴" to player
  57. format slot 12 of player with yellow stained glass named "&a&LMCBANS" with lore "&e健全" to be unstealable
  58. format slot 13 of player with yellow stained glass named "&aLocalBan" with lore "&e健全" to be unstealable
  59. format slot 14 of player with yellow stained glass named "&aServer's ban" with lore "&e健全" to be unstealable
  60. stop
  61.  
  62. if arg-1 is not online:
  63. open chest with 3 rows named "&a&l%arg-1%'s check ban" to player
  64. format slot 12 of player with yellow stained glass named "&a&LMCBANS" with lore "&e健全" to be unstealable
  65. format slot 13 of player with yellow stained glass named "&aLocalBan" with lore "&e健全" to be unstealable
  66. format slot 14 of player with yellow stained glass named "&aServer's ban" with lore "&e健全" to be unstealable
  67. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement