Bikbokken

Untitled

Jun 4th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. options:
  2. p: &8[&bSv-Hosting&8]
  3. permmsg: &cDu har ikke tilladelse til dette!
  4.  
  5.  
  6.  
  7. command /punishment [<player>]:
  8. permission: punishment.admin
  9. permission message: {@p} {@permmsg}
  10. trigger:
  11. if arg-1 is not set:
  12. send "{@p} &cSkriv gerne en person." to player
  13. else:
  14. open chest with 3 rows named "&c&lPUNISHMENT" to player
  15. format slot 11 of player with paper named "&4&lMUTE" to close then run [execute player command "/punishmentmute %player%"]
  16. format slot 13 of player with diamond axe named "&4&lBAN" to close then run [execute player command "/punishmentban %player%"]
  17. format slot 15 of player with gold axe named "&4&lTEMPBAN" to close then run [execute player command "/punishmenttempban %player%"]
  18.  
  19.  
  20. command /punishmentmute [<player>] [<text>]:
  21. permission: punishment.admin
  22. permission message: {@p} {@permmsg}
  23. trigger:
  24. if arg-1 is not set:
  25. send "{@p} &cSkriv gerne en person." to player
  26. else:
  27. if arg-2 is not set:
  28. wait 3 ticks
  29. open chest with 1 row named "&4&lMUTE &7- &r%arg-1%" to player
  30. format slot 0 of player with paper named "&4&lSPAM" to close then run [execute player command "/punishmentmute %player% Spam"]
  31. if arg-2 is "Spam":
  32. wait 3 ticks
  33. open chest with 1 row named "&4&lSPAMMUTE &7- &r%arg-1%" to player
  34. format slot 0 of player with paper named "&4&l10 MIN" to close then run [execute player command "/punishmentmute %player% Spam10min"]
  35. if arg-2 is "Spam10min":
  36. wait 3 ticks
  37. broadcast "{@p} &4%arg-1% &cer blevet muted af: &4%player% &ci &410min &cfor &4spam"
  38. execute console command "emute %arg-1% 10m"
Advertisement
Add Comment
Please, Sign In to add comment