Solved Help with chat

  • 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.

TubeVillager

Member
Jan 29, 2019
28
1
0
23
Hey skripters,

I wanna know how I add something to the thing when a player chats.
So like I dont wanna cancel the chat event and customize the message
but I wanna get the message that you would get always but add something
in front of this. I wanna do this because I am using a plugin that adds things
I need in the chat before the player name without using any placeholders.

So is there a way I can do this?
Thxxx
 
Hey skripters,

I wanna know how I add something to the thing when a player chats.
So like I dont wanna cancel the chat event and customize the message
but I wanna get the message that you would get always but add something
in front of this. I wanna do this because I am using a plugin that adds things
I need in the chat before the player name without using any placeholders.

So is there a way I can do this?
Thxxx

Code:
set message to "Hello %message%"
 
set changes the message. not the full the full line. i want it to be set before the player name and some other things. as i said: i dont want to format the message of anything because that is just not what i need.
 
Code:
set chat format to "hello %chat format%"
 
Last edited:
  • Like
Reactions: Snow-Pyon
Thanks I will try it now.
[doublepost=1549895636,1549895432][/doublepost]doesnt work. which dependencies do i need? skquery maybe?
 
okay i downloaded the latest version of skript on github but now it doesnt recognize the on chat event anymore ;-;
[doublepost=1549896713,1549896051][/doublepost]even worse it doesnt recognize any event anymore
[doublepost=1549897439][/doublepost]okay i tried some things and now it works thanks
[doublepost=1549897960][/doublepost]nevermind its incompatible with the plugin but its okay im just gonna try another system for this lol
 
Status
Not open for further replies.