SpiderClimbingDisabler
A Minecraft Bukkit Plugin for 1.21 to prevent spider/cavespider from climbing the wall.
📖About SpiderClimbingDisabler
SpiderClimbingDisabler
This plugin is suitable for Minecraft 1.21 Bukkit/Paper/Leaves servers and is used to disable the wall-climbing behavior of spiders and cave spiders.
Usage
- Configuration File
The configuration fileconfig.ymldefaults to
disable-spider-climbing: true
disable-cave-spider-climbing: true
disable-spider-climbing controls the climbing behavior of spiders, and disable-cave-spider-climbing controls the climbing behavior of cave spiders. When set to true, climbing is disabled; when set to false, climbing is allowed.
After modification, apply the changes by running /scd reload for a hot reload, or by restarting the server.
2. Adjusting Settings In-Game/scd (wcenable | wcdisable) (spider | cave_spider | all)wcenable enables the climbing behavior for the corresponding creature (sets the corresponding setting to false)wcdisable disables the climbing behavior for the corresponding creature (sets the corresponding setting to true)spider Spidercave_spider Cave Spiderall Both spider and cave spider
3. Build
Run ./gradlew build. The built file will be saved under ./build/lib.