Improve the way Triton's own messages are generated
Closed this issue · 0 comments
diogotcorreia commented
Currently, when getting a message with Triton#getMessage
, you need to provide a default string in case it is not found in plugins/Triton/messages.yml
. However, it should get the default from the messages.yml
file inside the plugin jar instead of having to provide it every time the message is needed.