Reasons for "on chat" not working

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

jaylawl

Active Member
Jan 29, 2017
173
31
0
What could be potential reasons for the "on chat" event not doing anything at all?

I feel like i have tried absolutely everything. I tried different Skript versions (currently settles on dev31c), deleting other plugins one by one, deleting/deactivating all other scripts, changing the skript load order...

And all i'm trying right now is basically this
code_language.skript:
on chat:
    broadcast "&7chat event"

But no dice. (To be specific: absolutely nothing happens. Tried Skript debug maximum level, no feedback, nothing)

It used to work before and no significant changes were made. Yet its suddendly broken. I even have an entire chatbot based on the "on chat"-event.

What else could i try, any ideas/suggestions?

Cheers
 
Are you using a custom chat? If so, from a plugin or from one of your scripts?
 
Are you using a custom chat? If so, from a plugin or from one of your scripts?
Negative. There is ChatControl on there, but all functions are deactivated except for Console stuff. Removing ChatControl doesnt make a difference.
 
Do you run bungee? how about any sort of plugin that affects chat in any way.
 
Do you run bungee? how about any sort of plugin that affects chat in any way.
We are running a custom network plugin called "LumineCore". It does format chat, but it didn't interfere with the "on chat" trigger previously and hasn't been updated ever since.
 
Status
Not open for further replies.