diff --git a/Bukkit-Set-Up.md b/Bukkit-Set-Up.md index 817671f..38406d9 100644 --- a/Bukkit-Set-Up.md +++ b/Bukkit-Set-Up.md @@ -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).