Advertisement
pwwm

Untitled

Sep 29th, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. command /ban [<player>]:
  2. permission: ban.use
  3. permission message: &cNo permission to use &a/Ban!
  4. trigger:
  5. execute console command "/eban %arg 1% &aYou've been caught for &n&oCheating&r&a! &dAppeal Here: &dmhRaidZone.net/Appeal"
  6. broadcast "&f"
  7. broadcast "&e%arg 1% &cHas Been Caught &aCheating &cand Has Been &cRemoved From The Network!"
  8. broadcast "&f"
  9.  
  10. # The Skript will do it all for you :)
  11.  
  12. command /unban [<offlineplayer>]:
  13. permission: unban.use
  14. permission message: &cNo permission to use &a/Unban!
  15. trigger:
  16. execute console command "/eunban %arg 1%"
  17.  
  18. command /warn [<player>] [<text>]
  19. permission: warn.use
  20. permission message: &cNo permission to use &a/Warn!
  21. trigger:
  22. broadcast ""
  23. broadcast "&e%arg 1% &7Has Been Warned For &e%arg 2%"
  24. broadcast ""
  25.  
  26. command /tempban [<player>] [<value>]:
  27. permission: tempban.use
  28. permission message: &cNo permission to use &a/Tempban!
  29. trigger:
  30. execute console command "/eban %arg 1% &aYou've been caught for &n&oCheating&r&a! &dAppeal Here: &dmhQuests.weebly.com/appeal &c&lBAN EXPIRES IN &e&l%arg 3%"
  31. broadcast "&f"
  32. broadcast "&e%arg 1% &cHas Been Caught &aCheating &cand Has Been &cRemoved From The Network!"
  33. broadcast "&f"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement