Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Решено В BungeeCord заходит на другие сервера.

Тема в разделе "Помощь", создана пользователем Jebati, 26 дек 2015.

Статус темы:
Закрыта.
  1. Автор темы
    Jebati

    Jebati Активный участник Пользователь

    Баллы:
    76
    Skype:
    NetsGameJebati
    Имя в Minecraft:
    Jebati
    Здравствуйте, дорогие форумчани.

    Я сделал сервера на BungeeCord.
    Вроде всё работает перекидывает, ошибок в BungeeCord в консоли нету, также как и на серверах, но если вести IP:ПОРТ, сервера не лобби, то на него зайти не с BungeeCord получается.
    Так вот, мне надо чтобы на сервер можно было попасть только через лобби сервер, то есть сервер указанный по стандарту в конфиги BungeeCord.

    Дополнительная информация:

    BungeeCord config.yml:
    Код:
    player_limit: -1
    ip_forward: false
    permissions:
      default:
      - bungeecord.command.server
      - bungeecord.command.list
      admin:
      - bungeecord.command.alert
      - bungeecord.command.end
      - bungeecord.command.ip
      - bungeecord.command.reload
    timeout: 30000
    log_commands: false
    online_mode: false
    servers:
      lobby:
        address: localhost:25588
        restricted: false
        motd: '&1Just another BungeeCord - Forced Host'
      home:
        address: localhost:25599
        restricted: false
        motd: '&1Just another BungeeCord - Forced Host'
    listeners:
    - max_players: 100
      fallback_server: lobby
      host: 0.0.0.0:25577
      bind_local_address: true
      ping_passthrough: false
      tab_list: GLOBAL_PING
      default_server: lobby
      forced_hosts:
        pvp.md-5.net: pvp
      tab_size: 60
      force_default_server: false
      motd: '&1Another Bungee server'
      query_enabled: false
      query_port: 25577
    disabled_commands:
    - disabledcommandhere
    network_compression_threshold: 256
    groups:
      Jebati:
      - admin
    connection_throttle: 4000
    stats: dd24d0ca-1710-4c6a-a1ad-efca7204184e
    Сервер lobby, server.properties:

    Код:
    #Minecraft server properties
    #Sat Dec 26 03:14:33 EST 2015
    generator-settings=
    op-permission-level=4
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    announce-player-achievements=true
    server-port=25588
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    debug=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    online-mode=false
    resource-pack=
    pvp=true
    difficulty=1
    enable-command-block=false
    player-idle-timeout=0
    gamemode=0
    max-players=100
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    spawn-protection=16
    motd=A Minecraft Server

    bukkit.yml:

    Код:
    # This is the main configuration file for Bukkit.
    # As you can see, there's actually not that much to configure without any plugins.
    # For a reference for any variable inside this file, check out the Bukkit Wiki at
    # http://wiki.bukkit.org/Bukkit.yml
    #
    # If you need help on this file, feel free to join us on irc or leave a message
    # on the forums asking for advice.
    #
    # IRC: #spigot @ irc.spi.gt
    #    (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
    # Forums: http://www.spigotmc.org/forums/help.40/
    # Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/
    
    
    settings:
      allow-end: true
      warn-on-overload: true
      permissions-file: permissions.yml
      update-folder: update
      ping-packet-limit: 100
      use-exact-login-location: false
      plugin-profiling: false
      connection-throttle: -1
      query-plugins: true
      deprecated-verbose: default
      shutdown-message: Server closed
    spawn-limits:
      monsters: 70
      animals: 15
      water-animals: 5
      ambient: 15
    chunk-gc:
      period-in-ticks: 600
      load-threshold: 0
    ticks-per:
      animal-spawns: 400
      monster-spawns: 1
      autosave: 6000
    auto-updater:
      enabled: true
      on-broken:
      - warn-console
      - warn-ops
      on-update:
      - warn-console
      - warn-ops
      preferred-channel: rb
      host: dl.bukkit.org
      suggest-channels: true
    aliases: now-in-commands.yml
    database:
      username: bukkit
      isolation: SERIALIZABLE
      driver: org.sqlite.JDBC
      password: walrus
      url: jdbc:sqlite:{DIR}{NAME}.db
    
    Сервер home, server.properties:


    Код:
    #Minecraft server properties
    #Sat Dec 26 03:14:34 EST 2015
    generator-settings=
    op-permission-level=4
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    announce-player-achievements=true
    server-port=25599
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    hardcore=false
    snooper-enabled=true
    online-mode=false
    resource-pack=
    pvp=true
    difficulty=1
    enable-command-block=false
    gamemode=0
    player-idle-timeout=0
    max-players=100
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    spawn-protection=16
    motd=A Minecraft Server
    

    Файл bukkit.yml, идентичен как на lobby сервере.

    Если нужна доп информация пишите.

    Заранее, спасибо. :)
     
  2. Хостинг MineCraft
    <
  3. Автор темы
    Jebati

    Jebati Активный участник Пользователь

    Баллы:
    76
    Skype:
    NetsGameJebati
    Имя в Minecraft:
    Jebati
    Проблема решена, таким путем, в файлах серверов spigot.yml, в строке bungeecord:, поставил true.
     
Статус темы:
Закрыта.

Поделиться этой страницей