drtshock/Factions

main.conf commandBase doesn't work

Closed this issue · 2 comments

Debug info

https://info.factions.support/4ceb0b8c9ce1458e97eebd07d39a911b

Details

commandBase option in main.conf not working

My actions

  • Stopped the server
  • Edited commandBase in main.conf like this:
    # The command base (by default f, making the command /f)
    commandBase=[
        fc
    ]
    
  • Started the server
  • Introduced /fc and /factions:fc into the chat
    The server replied that the command was not found
    image
  • Introduced /f and /factions:f into the chat
    The command worked, but it shouldn't. I want to disable the /f alias
    image
    at the same time, in the help message, the server suggests using /fc

My problem

My plugin uses the /f command and because of Factions my plugin's autocomplete doesn't work

mbax commented

Hi, yeah, that sounds about right. It broke at some point in the past. Temporarily you can edit plugin.yml inside the jar itself to change the command and that should do it.

mbax commented

Working on big update that will fix this, btw. 0.7.0 release will have the fix.