Updated Bukkit Set Up (markdown)

Risto Lahtela 2019-03-26 10:18:00 +02:00
parent 02ec8da0b6
commit fd05b5d994
1 changed files with 4 additions and 3 deletions

@ -86,15 +86,16 @@ 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
### Cauldron / Thermos / KCauldron
The SpecialSource library included with KCauldron uses ASM4. Updating it to the latest version is required.
The SpecialSource library included in Cauldron 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
4. (KCauldron) Copy the jar file to the bin\net\md-5\SpecialSource\1.7-SNAPSHOT folder
4. (Cauldron / Thermos) Copy the jar file to the libraries\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)