Updated Bukkit Set Up (markdown)

Risto Lahtela 2019-03-25 16:55:12 +02:00
parent 0850e6a2a1
commit 03218ba0ff
1 changed files with 14 additions and 0 deletions

@ -86,6 +86,20 @@ If you're using phpMyAdmin: [Creating a new Database on phpMyAdmin](http://webva
*If MySQL connection fails on plugin startup the plugin is disabled. You can restart it with /plan reload after changing the config.*
### KCauldron
The SpecialSource library included with KCauldron uses ASM4. Updating it to the latest version is required.
Instructions for updating to ASM5:
```
1. Navigate to the bin\net\md-5\SpecialSource\1.7-SNAPSHOT folder of the server
2. Delete the SpecialSource-1.7-SNAPSHOT.jar jar file
3. Download SpecialSource v1.7.4 from http://central.maven.org/maven2/net/md-5/SpecialSource/1.7.4/SpecialSource-1.7.4.jar
4. Copy the jar file to the bin\net\md-5\SpecialSource\1.7-SNAPSHOT folder
5. Rename the jar file you just copied to SpecialSource-1.7-SNAPSHOT.jar
```
[*copied from DiscordSRV wiki*](https://github.com/DiscordSRV/DiscordSRV/wiki/FAQ#fix-for-kcauldron)
### Pterodactyl users
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).