All commands that use the sendLanguageMessage do not respond with the messages in language.yml when running the associated commands. Changing it to sendLanguageMessageNoPrefix and rebuilding the plugin fixes the issue, bypassing the prefix and printing the configured feedback when running the commands.
All commands that use the
sendLanguageMessagedo not respond with the messages in language.yml when running the associated commands. Changing it tosendLanguageMessageNoPrefixand rebuilding the plugin fixes the issue, bypassing the prefix and printing the configured feedback when running the commands.