Advertisement
Blue_Tec

Untitled

Feb 17th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 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. wait 3 ticks
  24. make player execute command "/banch %arg-1%"
  25. command /banch [<Offlineplayer>]:
  26. trigger:
  27. if arg-1 is set:
  28. if arg-1 is online:
  29. open chest with 3 rows named "&a&l%arg-1%'s check ban" to player
  30. format slot 12 of player with yellow stained glass named "&a&LMCBANS" with lore "&e健全" to be unstealable
  31. format slot 13 of player with yellow stained glass named "&aLocalBan" with lore "&e健全" to be unstealable
  32. format slot 14 of player with yellow stained glass named "&aServer's ban" with lore "&e健全" to be unstealable
  33. stop
  34.  
  35. if arg-1 is not online:
  36. open chest with 3 rows named "&a&l%arg-1%'s check ban" to player
  37. format slot 12 of player with yellow stained glass named "&a&LMCBANS" with lore "&e健全" to be unstealable
  38. format slot 13 of player with yellow stained glass named "&aLocalBan" with lore "&e健全" to be unstealable
  39. format slot 14 of player with yellow stained glass named "&aServer's ban" with lore "&e健全" to be unstealable
  40. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement