Updated Bukkit Set Up (markdown)

Risto Lahtela 2020-08-14 15:20:29 +03:00
parent 0de403e937
commit afdf516dad
1 changed files with 5 additions and 6 deletions

@ -95,10 +95,6 @@ Reload the plugin after changing the port with `/plan reload` to apply changes.
>
> Port needs to be allocated before it can be used, see [this section](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#pterodactyl-panel) to do so.
> 🚧 **Sponge Users**
>
> Webserver is disabled by default on Sponge. See how to enable it in [this section](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#sponge)
> 💭 **Failed to bind port, what now?**
>
> The port is likely in use by another program, try using another port.
@ -180,6 +176,10 @@ Next section is about additional set-up
So that Plan can download Geolocation database you need to accept [GeoLite2 EULA](https://www.maxmind.com/en/geolite2/eula) in the Plan config under `Data_gathering.Accept_GeoLite2_EULA`
> 🚧 **Sponge Users**
>
> Geolocation is disabled by default on Sponge. See how to enable it in [this section](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#sponge)
## (Optional) MySQL
Plan does not create a new database automatically, so you need to either create or use an existing one.
@ -238,9 +238,8 @@ How to create users is also covered by the linked tutorial.
## Sponge
Webserver and Geolocations are disabled by default to match Ore guidelines.
Geolocation is disabled by default to match Ore guidelines.
- Webserver can be enabled by setting `Webserver.Disable_Webserver` to `false`
- Player Geolocation can be enabled by setting `Data_gathering.Geolocations` to `true`
[Back to step 2](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#step-2-change-webserver-port)