mirror of
https://github.com/GeyserMC/Geyser.git
synced 2026-01-06 15:41:50 +00:00
Add Server Name config option (#1170)
* Add bedrock.server-name config option * Fix spelling mistake oops! * Remove trailing whitespace
This commit is contained in:
@@ -205,6 +205,11 @@ public class GeyserSpongeConfiguration implements GeyserConfiguration {
|
||||
public String getMotd2() {
|
||||
return node.getNode("motd2").getString("GeyserMC");
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getServerName() {
|
||||
return node.getNode("server-name").getString("Geyser");
|
||||
}
|
||||
}
|
||||
|
||||
@AllArgsConstructor
|
||||
|
||||
Reference in New Issue
Block a user