sekwah41 / Advanced-Portals

An advanced portals plugin for bukkit
GNU Lesser General Public License v3.0
158 stars 65 forks source link

`/ap command remove` does nothing #450

Open EpicKnarvik97 opened 3 weeks ago

EpicKnarvik97 commented 3 weeks ago

The command: /ap command remove does nothing when executed. No output is given in the chat nor the log. Giving it a number corresponding to one of the commands registered to the portal (/ap command remove 1) changes nothing. It seems like someone simply forgot to implement the command.

I also noticed that there is no tab-completion for the /ap command command itself, while other commands have full tab-completion support.

sekwah41 commented 3 weeks ago

This was never fully implemented. I plan to add the ability to add extra tags to more than just commands in the recode. Or at least the structure allows it.

I need to modify this so command tags also allow auto complete. I’ll keep this open for removing command tags but will make another issue for the auto complete for command tags as it's quite a different task.