problème sur BungeeCord

Avocado_Life

Aventurier
6 Mars 2021
6
0
1
16
Bonjour !
J'ai créé un serveur lobby (serveur1) et bedwars (serveur2)

En créant le BungeeCord voila ce que j'ai trouvé dans la console du Bungee :

Code:
evan@minecraft:~$ cd BungeeCord
evan@minecraft:~/BungeeCord$ java -jar -Xms512M -Xms512M BungeeCord.jar
15:23:41 [INFOS] Using mbed TLS based native cipher.
15:23:41 [INFOS] Using zlib based native compressor.
15:23:41 [INFOS] Enabled BungeeCord version git:BungeeCord-Bootstrap:1.16-R0.5-SNAPSHOT:a7c6ede:1549
15:23:41 [INFOS] Not on Windows, attempting to use enhanced EpollEventLoop
15:23:41 [INFOS] Epoll is working, utilising it!
15:23:41 [INFOS] Discovered module: ModuleSpec(name=cmd_alert, file=modules/cmd_alert.jar, provider=JenkinsModuleSource())
15:23:41 [INFOS] Discovered module: ModuleSpec(name=cmd_find, file=modules/cmd_find.jar, provider=JenkinsModuleSource())
15:23:41 [INFOS] Discovered module: ModuleSpec(name=cmd_list, file=modules/cmd_list.jar, provider=JenkinsModuleSource())
15:23:41 [INFOS] Discovered module: ModuleSpec(name=cmd_send, file=modules/cmd_send.jar, provider=JenkinsModuleSource())
15:23:41 [INFOS] Discovered module: ModuleSpec(name=cmd_server, file=modules/cmd_server.jar, provider=JenkinsModuleSource())
15:23:41 [INFOS] Discovered module: ModuleSpec(name=reconnect_yaml, file=modules/reconnect_yaml.jar, provider=JenkinsModuleSource())
15:23:41 [INFOS] Loaded plugin reconnect_yaml version git:reconnect_yaml:1.16-R0.5-SNAPSHOT:a7c6ede:1549 by SpigotMC
15:23:41 [INFOS] Loaded plugin cmd_find version git:cmd_find:1.16-R0.5-SNAPSHOT:a7c6ede:1549 by SpigotMC
15:23:41 [INFOS] Loaded plugin cmd_server version git:cmd_server:1.16-R0.5-SNAPSHOT:a7c6ede:1549 by SpigotMC
15:23:41 [INFOS] Loaded plugin cmd_alert version git:cmd_alert:1.16-R0.5-SNAPSHOT:a7c6ede:1549 by SpigotMC
15:23:41 [INFOS] Loaded plugin cmd_send version git:cmd_send:1.16-R0.5-SNAPSHOT:a7c6ede:1549 by SpigotMC
15:23:41 [INFOS] Loaded plugin cmd_list version git:cmd_list:1.16-R0.5-SNAPSHOT:a7c6ede:1549 by SpigotMC
15:23:41 [GRAVE] Exception in thread "main"
15:23:41 [GRAVE] java.lang.IllegalArgumentException: Server serveur1 (priority 0) is not defined
15:23:41 [GRAVE]     at com.google.common.base.Preconditions.checkArgument(Preconditions.java:359)
15:23:41 [GRAVE]     at net.md_5.bungee.conf.Configuration.load(Configuration.java:135)
15:23:41 [GRAVE]     at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)
15:23:41 [GRAVE]     at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
15:23:41 [GRAVE]     at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)

Si c'est possible de me dire quesqu'y cloche ce serai gentil.
Merci d'avance
 

Avocado_Life

Aventurier
6 Mars 2021
6
0
1
16
Salut,

Dans ta liste de "priority" tu as mis "serveur1" mais il semblerait que tu n'ai pas de configuration avec c n om de serveur.
Si tu veux plus de détail, il nous faudrait ton fichier de configuration bungeecord.


Cordialement,
Detobel36


Code:
prevent_proxy_connections: false
listeners:
- query_port: 25577
  motd: '&1Another Bungee server'
  tab_list: SERVER
  query_enabled: false
  proxy_protocol: false
  forced_hosts:
    heartcraft.fr: lobby
  ping_passthrough: false
  priorities:
  - server1
  - server2
  bind_local_address: true
  host: 0.0.0.0:25565
  max_players: 0
  tab_size: 60
  force_default_server: true
remote_ping_cache: 200
network_compression_threshold: 256
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
log_pings: true
server:
  server1:
    motd: '&1Just another BungeeCord - Forced Host'
    address: heartcraft.fr:25565
    restricted: false
  server2:
    motd: '&1Just another BungeeCord - Forced Host'
    address: heartcraft.fr:25566
    restricted: false
connection_throttle_limit: 3
server_connect_timeout: 5000
timeout: 30000
player_limit: -1
ip_forward: true
groups:
  Avocado_Life:
  - admin
remote_ping_timeout: 5000
connection_throttle: 5000
log_commands: false
stats: 4b30b1c9-beff-4aa9-ace2-9b6fa36745dd
online_mode: true
forge_support: false
disabled_commands:
- disabledcommandhere
servers:
  lobby:
    motd: '&1Just another BungeeCord - Forced Host'
    address: localhost:25565
    restricted: false

Voila le fichier .config de BungeeCord
 
Dernière édition: