Chris
Chris
Are any of the threads consuming too many resources?
What version of CraftBukkit? What version of PurpleIRC? What version of Java? What other plugins are you running? What are your jvm options? If you can generate a heap dump...
That is exactly how it works. When an IRC user attempts to run a command it will check the game server for that player name. If that player is logged...
See line 215 https://github.com/cnaude/PurpleIRC/blob/master/src/main/java/com/cnaude/purpleirc/Utilities/IRCMessageHandler.java
Maybe I can add a feature that aliases UUIDs and IRC hostmasks. If it is blank it's just ignored.
Would it be possible to see a screenshot of this happening? I've tried to reproduce this issue on my test servers and I have been unable to do so. Are...
I think I have an idea what's causing this now.
Please try latest dev build: https://h.cnaude.org/jenkins/job/PurpleIRC/424/
That comment is accurate. The new version of ReportRTS is not compatible with PurpleIRC.
I'll need to implement the necessary changes to PurpleIRC. It's quite a few changes. I'll try to keep backwards compatibility.