Advertisement
Blue_Tec

Untitled

Feb 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 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 1 of player with skull of arg-1 named "&a検索されました。" with lore "&c" to be unstealable
  7. format slot 12 of player with green stained glass named "&a検索されました。" with lore "&c" 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. stop
  11.  
  12. if arg-1 is not online:
  13. open chest with 3 rows named "&c&l%arg-1% is offline" to player
  14. format slot 1 of player with skull of arg-1 named "&a検索されました。" with lore "&c" to be unstealable
  15. format slot 12 of player with green stained glass named "&a検索されました。" with lore "&c" to be unstealable
  16. format slot 13 of player with green stained glass named "&a検出IPです。" with lore "&b%IP of arg-1%" to be unstealable
  17. format slot 14 of player with green stained glass named "&aログを見ます。" with lore "&c<none>" to be unstealable
  18. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement