A Minecraft Bukkit Plugin for 1.21 to prevent spider/cavespider from climbing the wall.
config.yml defaults todisable-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.