Ban Management

Ban Management

193k Downloads

Can you make it so we can disable commands

Twi5TeD opened this issue ยท 3 comments

commented

i made a plugin thats works better for checking for alts and its overriding my commands for the plugin is there anyway of disabling the command

commented

I think you could remove them from the plugin.yml

commented

Unfortunately not. You can always use reflection to override it. Your command will always be accessible via /plugin:commandName which was added in 1.7+.

commented

@confuser it depends if @Twi5TeD's plugin is a Spigot plugin, because the "/plugin:command" alias is not automatically applied to BungeeCord plugins, unless he expreselly integrates it. I think yes, you can overwrite BanManager' commands using reflection, as @confuser says.