Updated Bungee Set Up (markdown)

Rsl1122 2017-10-01 15:08:01 +03:00
parent 62f0c5d673
commit ec9bdb311e

@ -8,7 +8,7 @@ This is the Set-Up tutorial for Bungee Networks. If you're installing the plugin
1. Create a MySQL Database for Plan
2. Install Plan on the Bungee server
3. Install Plan on the Bukkit servers
4. Join the Bukkit servers
4. Set-Up Bukkit-Bungee connection
## Create a MySQL Database for Plan
Create a new database in your MySQL with `CREATE DATABASE _dbname_`
@ -29,15 +29,12 @@ Create a new database in your MySQL with `CREATE DATABASE _dbname_`
If the Bukkit server is not local, open the firewall for the port.
3. If IP in your server.properties is empty, you should change `AlternativeIP `to an address or IP that points to the server.
## Join the Bukkit servers
## Set-Up Bukkit-Bungee Connection
After installing the plugin on all the servers you want to include, join the servers.
On each Bukkit server and use **/plan m setup <BungeeAddress>** command.
You can find BungeeAddress in the start-up log of the Plan on Bungee.
This will send a config update message through the plugin channel to Plan on Bungee, which will return the WebServer address.
Plan on Bukkit will restart twice to change the config settings to match Bungee settings.
Now Plan should be installed & you can start customizing.
*Please note: you can also set the address manually in the serverInfo.yml and restart the Bukkit plugin.*
This will attempt to connect to the Bungee server, if successful the Bungee server will send it's ping, as well as config settings.
### For further configuration refer to:
- [[Bungee Configuration]]