A plugin for Bukkit servers that helps determine which plugins are listening for specific events.
Useful for debugging when events are being canceled or interfered with by other plugins.
[!]
Warning: This plugin was
quickly created for personal use and is not a
carefully planned or
thoroughly tested project. It is intended as a
development/debugging tool to help analyze event handling and plugin interference, not for
production use.
What it does:
● Logs which plugins are listening to specific events.
● Shows their event priority and listener class.
● Logs whether the event was cancelled.
How to use:
● Put the plugin jar into your
`plugins/` folder.
● Start the server.
● Open the config file:
`plugins/EventDebugger/pluginConfiguration.yml`
● Add the full event class names you want to check, for example::
● Restart your server and watch the console/logs. (
Example output ↓)
![[IMG]](//proxy.spigotmc.org/31a1ae511f9c03cd481d38338d829680137c4386/68747470733a2f2f692e696d6775722e636f6d2f53646c5a684b512e706e67)