My server doesn't seem to be working anymore, and I cant seem to figure out how? Hopefully the spigot community can help Code (Text): 24.05 02:47:51 [Server] INFO permissions loaded 24.05 02:47:51 [Server] INFO Loaded plugin BungeePerms version 3.0 dev #47 by wea_ondara 24.05 02:47:51 [Server] INFO Loaded plugin cmd_alert version git:cmd_alert:1.9-SNAPSHOT:ec48077:1156 by SpigotMC 24.05 02:47:51 [Server] INFO Loaded plugin BungeeAnnouncer version 0.1.6 by Favorlock 24.05 02:47:51 [Server] INFO Loaded plugin cmd_send version git:cmd_send:1.9-SNAPSHOT:ec48077:1156 by SpigotMC 24.05 02:47:51 [Server] INFO Loaded plugin cmd_list version git:cmd_list:1.9-SNAPSHOT:ec48077:1156 by SpigotMC 24.05 02:47:51 [Server] SEVERE Exception in thread "main" 24.05 02:47:51 [Server] SEVERE java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.util.Collection 24.05 02:47:51 [Server] SEVERE at net.md_5.bungee.conf.YamlConfig.getListeners(YamlConfig.java:218) 24.05 02:47:51 [Server] SEVERE at net.md_5.bungee.conf.Configuration.load(Configuration.java:78) 24.05 02:47:51 [Server] SEVERE at net.md_5.bungee.BungeeCord.start(BungeeCord.java:259) 24.05 02:47:51 [Server] SEVERE at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55) 24.05 02:47:51 [Server] SEVERE at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) Bungeecord Config Code (Text): ip_forward: false network_compression_threshold: 256 stats: 52102f9b-0415-4889-9a3d-0201c3164122 groups: md_5: - admin servers: hub: motd: '&b&l&nEXPLODING&d&l&nMC &f&lNEWS: &b&lELUA &f&l + &e&lNew Games&f&l + &6&l1.8-1.9' address: 192.99.147.86:25754 restricted: false skywars: motd: '&c&lEXPMC &1SkyWars' address: 192.99.19.186:25785 restricted: false factions: motd: '&c&lEXPMC &1Factions' address: 167.114.100.222:25810 restricted: false timeout: 30000 player_limit: -1 listeners: query_port: 25577 motd: '&3ExplodingMC' priorities: - hub - factions - skywars bind_local_address: true tab_list: GLOBAL_PING query_enabled: false host: 192.99.148.35:26039 forced_hosts: pvp.md-5.net: pvp max_players: 1000 tab_size: 60 ping_passthrough: false force_default_server: true permissions: default: - bungeecord.command.server - bungeecord.command.list - slashserver.factions - slashserver.skywars - slashserver.lobby admin: - bungeecord.command.alert - bungeecord.command.end - bungeecord.command.ip - bungeecord.command.reload online_mode: true log_commands: false disabled_commands: - disabledcommandhere connection_throttle: 4000 Please help ASAP as I was planning to release when this happened ;(
Thanks for the quick reply, but the problem still persits. I changed the config to: Code (Text): ip_forward: false network_compression_threshold: 256 stats: 52102f9b-0415-4889-9a3d-0201c3164122 groups: md_5: - admin servers: hub: motd: '&b&l&nEXPLODING&d&l&nMC &f&lNEWS: &b&lELUA &f&l + &e&lNew Games&f&l + &6&l1.8-1.9' address: 192.99.147.86:25754 restricted: false skywars: motd: '&c&lEXPMC &1SkyWars' address: 192.99.19.186:25785 restricted: false factions: motd: '&c&lEXPMC &1Factions' address: 167.114.100.222:25810 restricted: false timeout: 30000 player_limit: -1 listeners: - query_port: 25577 motd: '&3ExplodingMC' priorities: - hub - factions - skywars bind_local_address: true tab_list: GLOBAL_PING query_enabled: false host: 192.99.148.35:26039 forced_hosts: pvp.md-5.net: pvp max_players: 1000 tab_size: 60 ping_passthrough: false force_default_server: true permissions: default: - bungeecord.command.server - bungeecord.command.list - slashserver.factions - slashserver.skywars - slashserver.lobby admin: - bungeecord.command.alert - bungeecord.command.end - bungeecord.command.ip - bungeecord.command.reload online_mode: true log_commands: false disabled_commands: - disabledcommandhere connection_throttle: 4000 and now the console says: Code (Text): 24.05 04:01:57 [Server] INFO Loaded plugin cmd_list version git:cmd_list:1.9-SNAPSHOT:ec48077:1156 by SpigotMC 24.05 04:01:57 [Server] SEVERE Exception in thread "main" 24.05 04:01:57 [Server] SEVERE while parsing a block collection 24.05 04:01:57 [Server] INFO in 'reader', line 23, column 3: 24.05 04:01:57 [Server] INFO - query_port: 25577 24.05 04:01:57 [Server] INFO ^ 24.05 04:01:57 [Server] INFO expected <block end>, but found Key 24.05 04:01:57 [Server] INFO in 'reader', line 24, column 3: 24.05 04:01:57 [Server] INFO motd: '&3ExplodingMC' 24.05 04:01:57 [Server] INFO ^ 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(ParserImpl.java:514) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:199) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:153) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:231) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:155) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) 24.05 04:01:57 [Server] SEVERE at org.yaml.snakeyaml.Yaml.load(Yaml.java:412) 24.05 04:01:57 [Server] SEVERE at net.md_5.bungee.conf.YamlConfig.load(YamlConfig.java:63) 24.05 04:01:57 [Server] SEVERE at net.md_5.bungee.conf.Configuration.load(Configuration.java:64) 24.05 04:01:57 [Server] SEVERE at net.md_5.bungee.BungeeCord.start(BungeeCord.java:259) 24.05 04:01:57 [Server] SEVERE at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55) 24.05 04:01:57 [Server] SEVERE at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15) I can't read errors well so if someone could help I would be so grateful.
Oh sorry, I was supposed to post this before, I got fed up trying to fix it and I just redid the config. Thanks for the help guys!