On 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 community!

    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.

JackyBoy

Member
Feb 4, 2017
104
1
18
Hey there, I know about the on chat thing but I was wondering if there was a way to detect if a message had a word in it, the word could be anywhere in the message tho. I am grateful for any help
 
try
code_language.skript:
if "%message%" contains "test":

That does not work, There are no errors, however, I do have bungee chat, it might be that thats stopping it from working IDK? if so do you know how to fix it?
 
That does not work, There are no errors, however, I do have bungee chat, it might be that thats stopping it from working IDK? if so do you know how to fix it?
Im guessing thats the problem because i know that the spigot server never sees bungee commands i.e. /servers so i would assume that the plugin behaves the same resulting in the chat event never being fired. To make sure, remove the plugin from your server and check if it works.

No clue how you would fix it if that is the problem
 
Status
Not open for further replies.