BungeeCord

枝鯖側の準備

  • spigot.yml
    bungeecord=trueにする
  • server.properties
    online-mode=falseにする

幹鯖側の準備

  • config.yml
    ip_forward: true
    network_compression_threshold: 256
    stats: (統計用識別子)
    groups:
      kubotan:
      - admin
    servers:
      main:
        motd: main.gorogoro.space
        address: (ipアドレス):25565
        restricted: false
      sub:
        motd: sub.gorogoro.space
        address: (ipアドレス):25565
        restricted: false
      hub:
        motd: hub.gorogoro.space
        address: (ipアドレス):25566
        restricted: false
      spare:
        motd: spare.gorogoro.space
        address: (ipアドレス):25565
        restricted: false
    timeout: 30000
    player_limit: -1
    listeners:
    - query_port: 25565
      motd: §aごろごろしましょ( ´ ▽ ` )ノ
      tab_list: GLOBAL_PING
      query_enabled: false
      proxy_protocol: false
      forced_hosts:
        pvp.kubotan: pvp
      ping_passthrough: false
      priorities:
      - main
      bind_local_address: true
      host: 0.0.0.0:25565
      max_players: 30
      tab_size: 60
      force_default_server: false 
    prevent_proxy_connections: false
    permissions:
      default:
      - bungeecord.command.server
      - bungeecord.command.list
      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

ゲートプラグイン