Updated Bukkit Set Up (markdown)

Risto Lahtela 2019-01-17 15:03:12 +02:00
parent 114d1711ad
commit 36a91422c4
1 changed files with 3 additions and 6 deletions

@ -3,9 +3,6 @@
This is the Set-Up tutorial for Standalone Bukkit servers. If you're installing the plugin on a Bungee network refer to [[Bungee Set-Up]]
> **4.6.0 has been released, but config settings are not yet up to date.**
> Please be patient as it will take a while to update all config references.
## Setting up Plan on a Sponge/Bukkit based server
### Step 1: Install
@ -17,7 +14,7 @@ Place the .jar to the `plugins`/`mods` folder and restart the server
### Step 2: Change Webserver Port
Default Webserver Port is **8804**.
If 8804 is not available or you want to use another port, change `WebServer.Port` to another value.
If 8804 is not available or you want to use another port, change `Webserver.Port` to another value.
```
Webserver:
@ -63,8 +60,8 @@ After installation you can use `/plan analyze` command to get a link to the webs
## Possible additional set up
### Sponge
**On Sponge WebServer & Geolocation gathering is disabled by default**, enable it with `WebServer.DisableWebServer: false`
Geolocation can be enabled with `Data.Geolocations: true`
**On Sponge WebServer & Geolocation gathering is disabled by default**, enable it with `Webserver.Disable_Webserver: false`
Geolocation can be enabled with `Data_gathering.Geolocations: true`
### Empty IP in server.properties
If IP in your server.properties is empty, you should change `Webserver.Alternative_IP.Address`to an address or IP that points to the Plan WebServer.