problème bungeecord

theoebersold

Aventurier
5 Mai 2024
3
0
1
25
Bonjour à tous,
j'essaye de faire un lobby pour mes 3 serveurs Minecraft.
Problème, c'est que la commande /server (serv) ne marche pasil me met commande inconnue,

que doit-je faire ? Aidez-moi svp
Cordialement

code :
Code:
server_connect_timeout: 5000
enforce_secure_profile: false
remote_ping_cache: -1
forge_support: false
player_limit: -1
permissions:
  default:
  - bungeecord.command.server
  - bungeecord.command.list
  admin:
  - bungeecord.command.alert
  - bungeecord.command.end
  - bungeecord.command.ip
  - bungeecord.command.reload
  - bungeecord.command.kick
  - bungeecord.command.send
  - bungeecord.command.find
timeout: 30000
log_commands: false
network_compression_threshold: 256
online_mode: false
servers:
  lobby:
    motd: '&2Lobby'
    address: localhost:25569
    restricted: false
  paforsemen:
    motd: '&5paforsemen'
    address: localhost:25565
    restricted: false
  yoshipvp:
    motd: '&2yoshipvp'
    address: localhost:25566
    restricted: false
  nanocube:
    motd: '&3nanocube'
    address: localhost:25564
    restricted: false
listeners:
- query_port: 25568
  motd: '&5bonjour'
  tab_list: GLOBAL_PING
  query_enabled: false
  proxy_protocol: false
  forced_hosts:
    pvp.md-5.net: pvp
  ping_passthrough: false
  priorities:
  - lobby
  bind_local_address: true
  host: 0.0.0.0:25570
  max_players: 2025
  tab_size: 60
  force_default_server: false
prevent_proxy_connections: false
ip_forward: true
remote_ping_timeout: 5000
reject_transfers: false
disabled_commands:
- disabledcommandhere
connection_throttle: 4000
stats: 006ba0d6-bf3c-4ab7-8557-396fa83832d8
connection_throttle_limit: 3
groups:
  theoebersold:
  - admin
log_pings: true
 
Dernière édition par un modérateur: