Jump to content

HelperChat by YodaMaster


Yodamaster

Recommended Posts

on join:
    if player has permission "helper.chat":
        add player to {helperchat::*}
on quit:
    if player has permission "helper.chat":
        remove player from {helperchat::*}
command /helperchat <text>:
    trigger:
        if {%player%::helperchatres} is arg-1:
            send "&f&lDont Repeat your message" to player
        else:
            send "&e&lHelperChat:&b%player%:&f%arg-1%" to {helperchat::*}
            set {%player%::helperchatres} to arg-1
command /hc <text>:
    trigger:
        if {%player%::helperchatres} is arg-1:
            send "&f&lDont Repeat your message" to player
        else:
            send "&e&lHelperChat:&b%player%:&f%arg-1%" to {helperchat::*}
            set {%player%::helperchatres} to arg-1

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...