Message Change Skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

SandyVerse

Active Member
Mar 19, 2017
51
0
0
33
So, essentially, I want my messages to be someone akin to this: "SandyVerse &8» %message%"

But, when using this as a rough outline
code_language.skript:
options:
    P: &6&lUHC &8 »
   
   
   
on chat:
    set message to "{Player} &8» %message%"

I get "SandyVerse: {Player} &8» (insert message).

Any help?
 
So, essentially, I want my messages to be someone akin to this: "SandyVerse &8» %message%"

But, when using this as a rough outline
code_language.skript:
options:
    P: &6&lUHC &8 »
  
  
  
on chat:
    set message to "{Player} &8» %message%"

I get "SandyVerse: {Player} &8» (insert message).

Any help?
Replace {player} with %player%.
 
I want the player to have the separator to be the &8» but instead I get: SandyVerse: SandyVerse » %message%. I've also tried editing the Essentials Chat config for this reason, but it never worked.
Instead of using "set message .." just use:

Code:
Cancel event
Broadcast "chat format here"
 
I want the player to have the separator to be the &8» but instead I get: SandyVerse: SandyVerse » %message%. I've also tried editing the Essentials Chat config for this reason, but it never worked.
Look up message format on the docs
Instead of using "set message .." just use:

Code:
Cancel event
Broadcast "chat format here"

Don't do this -- its an absolute mess when you have to deal with mutes
 
Status
Not open for further replies.