EventDebugger
Claim this plugin
This plugin was imported from Spiget and is currently unclaimed.
Plugin Information
Description
If you have a plugin that is misbehaving and altering events on your server, this plugin can help you figure out which plugin is causing the issue. Simply edit the configuration file to target the events and methods you want to track, and the plugin will log information about which events were cancelled and by which plugin. To use the plugin, you'll need to find the event class you want to track. You can do this by going to https://hub.spigotmc.org/javadocs/spigot/ and navigating to the location of the event. For example, the PlayerInteractEvent will be located in the org.bukkit.event.player package. Once you've found the event class, copy the fully qualified class name (e.g. org.bukkit.event.player.PlayerInteractEvent) and add it to the plugin's configuration file, along with the methods you want to track (e.g. isCancelled). An example configuration for tracking the PlayerInteractEvent and the isCancelled method would look like this:
Minecraft Plugin Badges
Use these badge images in docs, README files, or forum posts.