Edit server type name #1660
Answered
by
GoldenStack
Distractic
asked this question in
Help
-
|
In the F3 information, the server type is "Minestom" Is the value changeable ? |
Beta Was this translation helpful? Give feedback.
Answered by
GoldenStack
Jan 5, 2023
Replies: 2 comments
-
|
You can change the brand name of the server by using MinecraftServer#setBrandName() |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
MinecraftServer.setBrandName is what controls that: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Distractic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

MinecraftServer.setBrandName is what controls that:
https://javadoc.minestom.net/net/minestom/server/MinecraftServer.html#setBrandName(java.lang.String)