Advertisement
W1c3k

InfoOfPlayer

Jun 1st, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. command /info [<offlineplayer>]:
  2.     permission: mod
  3.     permission message: &4Nie masz dostepu do tej komendy!
  4.     trigger:
  5.         if arg 1 is set:
  6.             if arg-offlineplayer is online:
  7.                 send ""
  8.                 send "&7&lGracz: &a%arg 1%"
  9.                 send "&7&lUUID: &a%uuid of arg-1%"
  10.                 send "&7&lIP: &a%ip of arg-1%"
  11.                 send "&7&lPING: &a%ping of arg-1%"
  12.                 send "&7&lGM: &a%gamemode of arg-1%"
  13.                 send "&7&lONLINE: &atrue"
  14.                 send ""
  15.             else:
  16.                 send ""
  17.                 send "&7&lGracz: &c%arg 1%"
  18.                 send "&7&lUUID: &cnone"
  19.                 send "&7&lIP: &cnone"
  20.                 send "&7&lPING: &cnone"
  21.                 send "&7&lGM: &cnone"
  22.                 send "&7&lONLINE: &cfalse"
  23.                 send ""
  24.         else:
  25.             send "&cPodaj gracza!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement