1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Configurate: Sectionification (#5904)

* Init: config sections

* Start on adding tests, move migrations over to ConfigMigrations class

* Get rid of auth section again, rename that one config option, fix mtu migration

* Move custom skulls config options to the bottom of the gameplay settings

* Add more tests
This commit is contained in:
chris
2025-11-03 14:30:48 +01:00
committed by GitHub
parent d045508aae
commit 77d1dcaeec
53 changed files with 2947 additions and 463 deletions

View File

@@ -271,7 +271,7 @@ public class GeyserViaProxyPlugin extends ViaProxyPlugin implements GeyserBootst
@Override
public Path getFloodgateKeyPath() {
return new File(ROOT_FOLDER, geyserConfig.floodgateKeyFile()).toPath();
return new File(ROOT_FOLDER, geyserConfig.advanced().floodgateKeyFile()).toPath();
}
@Override