Fix where rankinfo would have shown that you can rankup to the same rank as you are now as a feedback message.
Added option to show players compass location in bossbar compass
Small change for /cmi time autorealtime start to avoid requiring that start variable and in case you dint provided it, simply start real time feature.
Fix for rcon not working properly when using alias commands
Some rework on custom alias handling as it was causing some of the issues with other plugins. Now we will avoid canceling command event and will process command normally if possible. This is only the case when we have alias pointing to a one cmi command without any specialized command variables. This on another hand added option to define sub commands for existing plugins, or even override main commands while keeping original sub command functionality. For example, using /cmi aliaseditor new jobs-asConsole! cmi warp jobs [playerName] and after player used basic /jobs command, he will get teleported to jobs warp location instead of printing out jobs command help page. Similar thing can be done with subcommands, for example /cmi aliaseditor new jobs browse-asConsole! cmi msg [playerName] !&7Full list of jobs can be found at X location so when player performs /jobs join command, he gets custom feeedback message instead of generic jobs feedback message. And in adition to this, you can make custom subcommands, like /cmi aliaseditor new jobs custom-asConsole! cmi msg [playerName] !&7Doing some custom thing so player now has access to /jobs custom command, while still having access to any default commands from jobs plugin. And in addition to this, any custom sub command should get included into tabcomplete, just for convenience sake. So in general you can make new commands for any plugin or make them output or perform different actions when performing old commands. And as this support specialized commands, you can even charge money to perform those commands.