Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- p: &8[&bSv-Hosting&8]
- permmsg: &cDu har ikke tilladelse til dette!
- command /punishment [<player>]:
- permission: punishment.admin
- permission message: {@p} {@permmsg}
- trigger:
- if arg-1 is not set:
- send "{@p} &cSkriv gerne en person." to player
- else:
- open chest with 3 rows named "&c&lPUNISHMENT" to player
- format slot 11 of player with paper named "&4&lMUTE" to close then run [execute player command "/punishmentmute %player%"]
- format slot 13 of player with diamond axe named "&4&lBAN" to close then run [execute player command "/punishmentban %player%"]
- format slot 15 of player with gold axe named "&4&lTEMPBAN" to close then run [execute player command "/punishmenttempban %player%"]
- command /punishmentmute [<player>] [<text>]:
- permission: punishment.admin
- permission message: {@p} {@permmsg}
- trigger:
- if arg-1 is not set:
- send "{@p} &cSkriv gerne en person." to player
- else:
- if arg-2 is not set:
- wait 3 ticks
- open chest with 1 row named "&4&lMUTE &7- &r%arg-1%" to player
- format slot 0 of player with paper named "&4&lSPAM" to close then run [execute player command "/punishmentmute %player% Spam"]
- if arg-2 is "Spam":
- wait 3 ticks
- open chest with 1 row named "&4&lSPAMMUTE &7- &r%arg-1%" to player
- format slot 0 of player with paper named "&4&l10 MIN" to close then run [execute player command "/punishmentmute %player% Spam10min"]
- if arg-2 is "Spam10min":
- wait 3 ticks
- broadcast "{@p} &4%arg-1% &cer blevet muted af: &4%player% &ci &410min &cfor &4spam"
- execute console command "emute %arg-1% 10m"
Advertisement
Add Comment
Please, Sign In to add comment