SpiderClimbingDisabler
PluginGPL-3.0-only

SpiderClimbingDisabler

A Minecraft Bukkit Plugin for 1.21 to prevent spider/cavespider from climbing the wall.

25
Downloads
1
Followers
1 months ago
Updated
📦
1
Versions

📖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

  1. Configuration File
    The configuration file config.yml defaults 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 Spider
cave_spider Cave Spider
all Both spider and cave spider
3. Build
Run ./gradlew build. The built file will be saved under ./build/lib.

Parts of this project were written with AI participation