MrTigreroux / TigerReports

Spigot plugin to manage player reports.
16 stars 16 forks source link

unkown command #104

Closed KikyoC closed 2 years ago

KikyoC commented 2 years ago

Hello, when I enable tiggerreport on my server, I can do /report (nickname) and, when i click on an item in the GUI it say unkown command. 0 error log in console. Can anyone know that ?

MrTigreroux commented 2 years ago

The command executed is /tigerreports:report, probably you use a plugin which blocks commands with a :, then configure that plugin to allow the command of TigerReports.

KikyoC commented 2 years ago

Ok, thank you ! So I have a secod question : How can I know which plugin is blocking the :

MrTigreroux commented 2 years ago

There is no universal way, you should know what the plugins you installed do. If you don't, you can disable one by one and test if the command is still blocked.