Advertisement
Avanty

rban

Mar 24th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. command /rban [<offlineplayer>] [<text>]:
  2. trigger:
  3. if arg 1 is not set:
  4. if arg 2 is not set:
  5. send "&cChyba: &7/rban nick duvod"
  6. if arg 1 is set:
  7. if arg 2 is set:
  8. ban arg 1 due to "&7Byl jsi zabanovan z duvodu: &a%arg 2%&7!"
  9. broadcast "&7Hrac &c%arg 1% &7byl zabanovan administratorem &a%player% &7z duvodu &e%arg 2%"
  10. else:
  11. ban arg 1 due to "&7Byl jsi zabanovan bez duvodu."
  12. broadcast "&7Hrac &c%arg 1% &7byl zabanovan administratorem &a%player% &7z duvodu &eBez duvodu%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement