Created Bungee Set Up (markdown)

Rsl1122 2017-09-22 15:59:13 +03:00
parent 0114a52012
commit 395b6ac827
1 changed files with 41 additions and 0 deletions

41
Bungee-Set-Up.md Normal file

@ -0,0 +1,41 @@
![Plan Header](https://puu.sh/vQyow.jpg)
# Bungee Set-Up
This is the Set-Up tutorial for Bungee Networks. If you're installing the plugin on a single Bukkit Server refer to [[Bukkit Set-Up]]
## Steps
1. Create a MySQL Database for Plan
2. Install Plan on the Bungee server
3. Install Plan on the Bukkit servers
4. Join the Bungee server
## Create a MySQL Database for Plan
Create a new database in your MySQL with `CREATE DATABASE _dbname_`
## Install Plan on the Bungee server
1. Place the .jar in the plugins folder and restart the server
2. Change the config settings:
- `IP` | Change this to the Address or IP used to connect to your bungee server directly (Without port)
- Database Settings | Change these to the settings of the Database you just created.
- `WebServer.Port` | Change to a suitable port and open the port in the firewall.
3. Reload the plugin with /plan reload
## Install Plan on the Bukkit servers
1. Place the .jar to the plugins folder and restart the bukkit server.
2. Change the WebServer.Port to a free port for the API WebServer (You can change this again easier after the installation)
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 Bungee server
After installing the plugin on all the servers you want to include, join the Bungee server (Lobby).
This will send a config update message through the plugin channel to Plan on all Bukkit servers. Plan on Bukkit will change the config settings to match Bungee settings.
Now Plan should be installed & you can start customizing.
### For further configuration refer to:
- [[Bungee Configuration]]
- [[Bukkit Configuration]]
- [[Commands & Permissions]]