Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Prefix missing in mesages #685

Open
Obeeyyyy opened this issue Dec 7, 2024 · 0 comments
Open

[BUG] Prefix missing in mesages #685

Obeeyyyy opened this issue Dec 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Obeeyyyy
Copy link

Obeeyyyy commented Dec 7, 2024

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

  1. install plugin
  2. 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.

@Obeeyyyy Obeeyyyy added the bug Something isn't working label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants