Jump to content

Talk via Console skript


pnguin

Recommended Posts

I made a skript where you can talk through live console 🙂 

command /console [<text>]:
    trigger:
        if executor is not console:
            send "&cOnly the console can execute this!"
        else:
            loop all players:
                set {_a} to arg-1
                if arg-1 contains "%loop-player%":
                    replace all "%loop-player%" with "&e@%loop-player%&f" in {_a}
                    play sound "BLOCK_NOTE_BLOCK_PLING" with volume 1 and pitch 1 to loop-player
                    broadcast "&8• &x&3&2&7&6&f&b&lCONSOLE &x&3&2&7&6&f&b<insert name here> &7(From Console) &8➻ &f%{_a}%"

 

I used to play Minehut I guess?
Yeah, I still watch the forums for some reason. (15/5/2023)
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...