Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on chat:
- cancel event
- if {nick::%uuid of player%} is set:
- if {prefix::%uuid of player%} is set:
- if {suffix::%uuid of player%} is set:
- broadcast "%{prefix::%uuid of player%}%%{nick::%uuid of player%}%%{suffix::%uuid of player%}%&a: &r%coloured message%"
- else:
- broadcast "%{prefix::%uuid of player%}%%{nick::%uuid of player%}%&a: &r%coloured message%"
- else:
- if {suffix::%uuid of player%} is set:
- broadcast "%{nick::%uuid of player%}%%{suffix::%uuid of player%}%&a: &r%coloured message%"
- else:
- broadcast "%{nick::%uuid of player%}%&a: &r%coloured message%"
- else:
- if {prefix::%uuid of player%} is set:
- if {suffix::%uuid of player%} is set:
- broadcast "%{prefix::%uuid of player%}%%player%%{suffix::%uuid of player%}%&a: &r%coloured message%"
- else:
- broadcast "%{prefix::%uuid of player%}%%player%&a: &r%coloured message%"
- else:
- if {suffix::%uuid of player%} is set:
- broadcast "%player%%{suffix::%uuid of player%}%&a: &r%coloured message%"
- else:
- broadcast "%player%&a: &r%coloured message%"
- command /prefix <player> <text>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/prefix <プレイヤー名> <付けたい称号>
- trigger:
- if arg-1 is set:
- if arg-2 is set:
- set {prefix::%uuid of arg-1%} to coloured arg-2
- send "&7[&a称号&7] &2%arg 1%&aの称号 (前)を""%coloured arg 2%&a""にしました。"
- command /suffix <player> <text>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/suffix <プレイヤー名> <付けたい称号>
- trigger:
- if arg-1 is set:
- if arg-2 is set:
- set {suffix::%uuid of arg-1%} to coloured arg-2
- send "&7[&a称号&7] &2%arg 1%&aの称号 (後ろ)を""%coloured arg 2%&a""にしました。"
- command /clearprefix <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/clearprefix <プレイヤー名>
- trigger:
- if arg-1 is set:
- delete {prefix::%uuid of arg-1%}
- send "&7[&a称号&7] &2%arg 1%&aの称号 (前)をリセットしました。"
- command /clearsuffix <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/clearsuffix <プレイヤー名>
- trigger:
- if arg-1 is set:
- delete {suffix::%uuid of arg-1%}
- send "&7[&a称号&7] &2%arg 1%&aの称号 (後ろ)をリセットしました。"
- command /punish1 <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/punish1 <player>
- trigger:
- if arg-1 is set:
- set {prefix::%uuid of arg-1%} to coloured "&0*&f"
- send "&7[&0punish&7] &4%arg 1%&0の違反レベルを1にしました。"
- command /punish2 <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/punish2 <player>
- trigger:
- if arg-1 is set:
- set {prefix::%uuid of arg-1%} to coloured "&0**&f"
- send "&7[&0punish&7] &4%arg 1%&0の違反レベルを2にしました。"
- command /punish3 <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/punish3 <player>
- trigger:
- if arg-1 is set:
- set {prefix::%uuid of arg-1%} to coloured "&0***&f"
- send "&7[&0punish&7] &4%arg 1%&0の違反レベルを3にしました。"
- command /punish4 <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/punish4 <player>
- trigger:
- if arg-1 is set:
- set {prefix::%uuid of arg-1%} to coloured "&0****&f"
- send "&7[&0punish&7] &4%arg 1%&0の違反レベルを4にしました。"
- command /forgivepunish <player>:
- permission: server.admin
- permission message: &cあなたは権限を持っていません。
- usage: &a/forgivepunish <プレイヤー名>
- trigger:
- if arg-1 is set:
- delete {prefix::%uuid of arg-1%}
- send "&7[&0punish&7] &4%arg 1%&0違反レベルをリセットしました。"
Advertisement
Add Comment
Please, Sign In to add comment