PaperMC / Waterfall

BungeeCord fork that aims to improve performance and stability.
https://papermc.io
MIT License
742 stars 297 forks source link

The proxy server does not want to turn on #754

Closed EPGMooky closed 2 years ago

EPGMooky commented 2 years ago

Hi, i cant start my waterfall server. I use latest build 496 No plugins, clear server Every time I try to start the server without config.yml server will start but after the next start/restart the server no longer works. This error appear: [14:20:54 ERROR]: Exception in thread "main" java.lang.ClassCastException: class java.lang.String cannot be cast to class java.lang.Integer (java.lang.String and java.lang.Integer are in module java.base of loader 'bootstrap') [14:20:54 ERROR]: at net.md_5.bungee.conf.YamlConfig.getListeners(YamlConfig.java:275) [14:20:54 ERROR]: at net.md_5.bungee.conf.Configuration.load(Configuration.java:96) [14:20:54 ERROR]: at io.github.waterfallmc.waterfall.conf.WaterfallConfiguration.load(WaterfallConfiguration.java:67) [14:20:54 ERROR]: at net.md_5.bungee.BungeeCord.start(BungeeCord.java:279) [14:20:54 ERROR]: at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:67) [14:20:54 ERROR]: at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15 unknown unknown2 )

NoahvdAa commented 2 years ago

Your query port shouldn't be a string (remove the ').

EPGMooky commented 2 years ago

Thanks a lot!! This is hosting default config

Janmm14 commented 2 years ago

Thanks a lot!! This is hosting default config

Then you should change hosting.

electronicboy commented 2 years ago

query port should be a number, not a string, the quotes need removing