DevLeoko / AdvancedBan

AdvancedBan is a Spigot plugin to manage punishments on single servers and server networks
GNU General Public License v3.0
158 stars 130 forks source link

Resolve conflict for /check command #577

Open drejkbt opened 2 years ago

drejkbt commented 2 years ago

What version of AdvancedBan (/AdvancedBan) are you using? New

What kind of server do you have (Bungeecord/single server)? single

What server version (/version) are you using? 1.8.8

Please provide the EXACT steps required to reproduce the problem...

So yes I have another plugin that has the same / check command, can this command be changed as well?

Any error/log post it through pastebin.com and link it here. (Also include /plugins/AdvancedBan/logs/latest.log)

No

Add any additional information below.

UP i from poland

Hopefuls commented 2 years ago

The check command cannot be renamed, it is hard-coded

A248 commented 2 years ago

That's not exactly true. You may use your server's commands.yml to specify command overrides and resolve plugin conflicts.

Steps:

  1. Enable Friendly-Register-Commands in the AdvancedBan config.
  2. Configure the commands.yml accordingly with the desired behavior.