BungeeCord のバックアップの現在との差分(No.1)


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#author("2017-09-17T12:48:16+09:00","default:gorogoro","gorogoro")
#author("2017-09-18T23:35:16+09:00","default:gorogoro","gorogoro")
* 枝鯖側の準備 [#o6bce94f]
-spigot.yml
 - bungeecord=trueにする
 bungeecord=trueにする
-server.properties
 - online-mode=falseにする
 online-mode=falseにする

* 幹鯖側の準備 [#ucda1c9e]
-config.yml
 - serversに適当に枝鯖を追加。
 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

* ゲートプラグイン [#ff2b0666]