You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The set prefix in the config.yml under prefixFormat: 'whatever' is not displayed infront of the messages send by the plugin.
The only exception is the help command.
Expected Behaviour
Expected behaviour is the messages being send with the respective prefix.
How to Reproduce
install plugin
run any better teams command other than the help command
Error message
no errors
Output of /teama version
Storage Method: com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
Minecraft Version: 1.21.1-18-63ce67d (MC: 1.21.1)
Language Selected: messages
Online mode: false
Player count: 1
Current plugin version: 4.10.0
Additional Information
I looked at parts of the code and found Message messageI = new StaticMessage(fMessage, false); in Team.java line 1039.
I dont know if the 2nd parameter is whats causing this as i dindt look at the whole project but it might be.
The text was updated successfully, but these errors were encountered:
What is the bug?
The set prefix in the config.yml under prefixFormat: 'whatever' is not displayed infront of the messages send by the plugin.
The only exception is the help command.
Expected Behaviour
Expected behaviour is the messages being send with the respective prefix.
How to Reproduce
Error message
no errors
Output of /teama version
Storage Method: com.booksaw.betterTeams.team.storage.storageManager.SeparatedYamlStorageManager
Minecraft Version: 1.21.1-18-63ce67d (MC: 1.21.1)
Language Selected: messages
Online mode: false
Player count: 1
Current plugin version: 4.10.0
Additional Information
I looked at parts of the code and found Message messageI = new StaticMessage(fMessage, false); in Team.java line 1039.
I dont know if the 2nd parameter is whats causing this as i dindt look at the whole project but it might be.
The text was updated successfully, but these errors were encountered: