Hello!
I have been trying to find a way to resolve some plugin issues (various issues and plugins) and would like to know if/how to read console output using Skript and SkBee only. Please do not suggest an add-on.
Essentially, a plugin outputs something to console or in chat (any sent message not from a player), I would like to listen for those messages and react to them...
Something like:
Is this possible?
I have been trying to find a way to resolve some plugin issues (various issues and plugins) and would like to know if/how to read console output using Skript and SkBee only. Please do not suggest an add-on.
Essentially, a plugin outputs something to console or in chat (any sent message not from a player), I would like to listen for those messages and react to them...
Something like:
Code:
on chat:
sender is console
set {_m} to message
{_m} contains "PluginName"
send "Console is speaking... &3%{_m}%" to all players
Is this possible?