Class ProxyDefineCommandsEvent

java.lang.Object
net.md_5.bungee.api.plugin.Event
net.md_5.bungee.api.event.TargetedEvent
io.github.waterfallmc.waterfall.event.ProxyDefineCommandsEvent

public class ProxyDefineCommandsEvent extends TargetedEvent
Called when the proxy intercepts the command packet allowing for plugins to prevent commands being added to the clients which might not be wanted. Plugin developers, please implement Command.hasPermission(CommandSender) properly in favor of this event.