From ec9bdb311e3a5eb697e0e0fd49f04734ae380c50 Mon Sep 17 00:00:00 2001 From: Rsl1122 Date: Sun, 1 Oct 2017 15:08:01 +0300 Subject: [PATCH] Updated Bungee Set Up (markdown) --- Bungee-Set-Up.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Bungee-Set-Up.md b/Bungee-Set-Up.md index e13c749..05046dc 100644 --- a/Bungee-Set-Up.md +++ b/Bungee-Set-Up.md @@ -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 ** 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]]