Updated Bukkit Set Up (markdown)

Aurora Lahtela 2022-05-30 19:38:32 +03:00
parent e03d194293
commit 36ed31a2ca
1 changed files with 5 additions and 5 deletions

@ -61,6 +61,10 @@ After installing, it is also possible to
Download `Plan.jar` (or `PlanFabric.jar` for fabric) - If you don't have one get one from [Releases](https://github.com/plan-player-analytics/Plan/releases/latest)
> 🚧 **Pterodactyl Panel Users**
>
> 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.
> 🚧 **Cauldron / Thermos Users**
>
> ASM 5 is required, see [this section](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#cauldron--thermos--kcauldron) on how to update the library before getting started.
@ -93,10 +97,6 @@ Reload the plugin after changing the port with `/plan reload` to apply changes.
> Make sure to use a Port that is *not* designated for a non HTTP protocol like FTP.
> You can find list of well-known ports [on Wikipedia](https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers) if necessary. (Generally, don't use ports below 1024.)
> 🚧 **Pterodactyl Panel Users**
>
> 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.
> 💭 **Failed to bind port, what now?**
>
> The port is likely in use by another program, try using another port.
@ -268,7 +268,7 @@ After the steps change `Alternative_IP` settings in Plan config to point to the
- (Optional) It is recommended to increase "tmpfs_size" pterodactyl setting. See https://pterodactyl.io/wings/1.0/configuration.html#other-values, this prevents any "Disk or temporary directory is full" errors when using SQLite.
[Back to step 2](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#step-2-change-webserver-port)
[Back to step 0](https://github.com/plan-player-analytics/Plan/wiki/Bukkit-Set-Up#step-0-prepare)
## Cauldron / Thermos / KCauldron