Updated Bukkit Set Up (markdown)

Rsl1122 2018-04-12 08:12:23 +03:00
parent 4ec98492f1
commit 916be15845
1 changed files with 4 additions and 0 deletions

@ -15,6 +15,10 @@ This is the Set-Up tutorial for Standalone Bukkit servers. If you're installing
> If at any point the plugin fails to enable, /plan reload should still be accessible.
## Possible additional set up
### Sponge
On Sponge WebServer is disabled by default, enable it with `WebServer.DisableWebServer: false`
Geolocation is also disabled by default, enable it with `Data.Geolocations: true`
### Empty IP in server.properties
If IP in your server.properties is empty, you should change `Commands.AlternativeIP`to an address or IP that points to the server. After setting this set `Commands.AlternativeIP.Enabled`to true.