Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Cave Spider

BillyGalbreath edited this page Oct 27, 2018 · 4 revisions
Minecraft Cave Spider

Cave spiders are a hostile mob type that can climb up walls.

Controls:

W A S D keys moves in the direction you want to move. Pressing W against a wall will climb the wall.

Pressing spacebar key will jump if on the ground.

Permissions:

  • allow.ride.cave_spider - Allows players to ride cave spiders

Settings:

base-speed: 0.3
max-health: 12.0
ai:
  melee-damage: 2.0
  follow-range: 16.0
riding:
  speed: 1.0
  jump-power: 0.5
  ride-in-water: true
  climb-walls: true
  climb-speed: 1.0
  saddle:
    require: false
    consume: false
  • base-speed - The base speed of the mob. This includes both AI and riding speeds.
  • max-health - Maximum amount of health for the mob.
  • ai.melee-damage - Amount of damage when AI does melee attack.
  • ai.follow-range - Distance (in blocks) AI can focus on an attack target.
  • riding.speed - Modifier to adjust speed when the mob is ridden. (base-speed × riding.speed = actual riding speed)
  • riding.ride-in-water - When the mob can be ridden in water. False will eject the player when the mob goes into water.
  • riding.jump-power - Jumping power when ridden. (keep in mind they take fall damage)
  • riding.climb-walls - Enable to disable ability to climb walls when ridden.
  • riding.climb-speed - Vertical speed for wall climbing. Does not effect AI wall climbing.
  • riding.saddle.require - Requires saddle in hand to ride
  • riding.saddle.consume - Consumes saddle in hand