Updated Bukkit Set Up (markdown)

Risto Lahtela 2019-01-17 15:02:00 +02:00
parent bef1699ba1
commit 114d1711ad
1 changed files with 12 additions and 10 deletions

@ -14,13 +14,13 @@ Place the .jar to the `plugins`/`mods` folder and restart the server
> If the plugin fails to enable, `/plan reload` is available to restart the plugin after config changes.
### Step 2: Change WebServer Port
### Step 2: Change Webserver Port
Default WebServer Port is **8804**.
Default Webserver Port is **8804**.
If 8804 is not available or you want to use another port, change `WebServer.Port` to another value.
```
WebServer:
Webserver:
Port: 8804
```
@ -67,19 +67,19 @@ After installation you can use `/plan analyze` command to get a link to the webs
Geolocation can be enabled with `Data.Geolocations: true`
### Empty IP in server.properties
If IP in your server.properties is empty, you should change `Commands.AlternativeIP.Link`to an address or IP that points to the Plan WebServer.
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.
For example if you connect to your server with play.address.net:25565 change it to `play.address:%port%`
After setting this set `Commands.AlternativeIP.Enabled`to true.
After setting this set `Webserver.Alternative_IP`to true.
```
Commands:
AlternativeIP:
Enabled: true
Link: play.address.net:%port%
Webserver:
...
Alternative_IP: true
Address: play.address:%port%
```
> **%port%** is a placeholder that is automatically replaced with `WebServer.Port`.
> **%port%** is a placeholder that is automatically replaced with `Webserver.Port`.
> You don't need to replace it unless you set up a routing rule on your domain.
### MySQL
@ -93,6 +93,8 @@ If you're using phpMyAdmin: [Creating a new Database on phpMyAdmin](http://webva
In order to access the Plan WebServer running on the Minecraft server, you need to [add additional allocations for the port](https://pterodactyl-guides.readme.io/docs/allocating-ips-and-ports-to-a-node).
After creating an allocation, set `Webserver.Internal_IP` to the internal address you allocated a moment ago.
### Azure or similar service
Make sure to [enable port forwarding on Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/nsg-quickstart-portal)