### General Troubleshooting - [x] I am using the [latest version](https://github.com/LabyMod/labymod4-server-api/releases) of the LabyMod 4 Server API. - [x] I have checked for similar issues on the [Issue-tracker](https://github.com/LabyMod/labymod4-server-api/issues). - [x] I have checked for Pull Requests that might already address this issue. ### Feature Request A function that allows the indicator to be displayed before the player display name or before the badge or after the badge. ### Example Use-Case ```java labyModPlayer.setIndicatorPosition(labyModPlayer, Position.FIRST); ```
General Troubleshooting
Feature Request
A function that allows the indicator to be displayed before the player display name or before the badge or after the badge.
Example Use-Case