Minecraft ControlMobs mod 2026 download
logo
minecraft mod ControlMobs

ControlMobs

Game Version: CB 1.0.1-R1
Total Downloads: 4,970
Updated: Jan 8, 2012
Created: Nov 13, 2011
Download ControlMobsDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ControlMobs 1.1 with bugfix beta 23.94 KB Jan 8, 2012 CB 1.0.1-R1 3,756 download ControlMobs ControlMobs 1.1 with bugfix betaDownload
ControlMobs 1.1 beta 23.88 KB Dec 21, 2011 CB 1.0.1-R1 431 download ControlMobs ControlMobs 1.1 betaDownload
ControlMobs 1.0 beta 16.70 KB Nov 14, 2011 CB 1337 476 download ControlMobs ControlMobs 1.0 betaDownload
ControlMobs beta 16.70 KB Nov 13, 2011 CB 1337 307 download ControlMobs ControlMobs betaDownload

Description

Share this:

ControlMobs 1.1

Mob controlling system for Bukkit

Hello, i have made a plugin for bukkit to control how the mobs behave. This is the first official plugin i have made and I'm open for improvements to the plugin

Features

  • Controlling if the endermen can pickup or place blocks
  • Controlling if monster auto attacks you or only attacks when you attack them(You can self choose which mobs)
  • Controlling creeper explosion
  • Controlling monster spawning
  • Controlling if monsters burn when it's sun
  • Kill all mobs command

Todo

  • Possibility to disable player damage when creeper blows up
  • More, open to idea's

Download and sourcecode

Download: Button on the sidepanel

Source Code: https:github.com/TheUnnamedDude/MobControll

Install

Just put the plugin file in the plugins folder and start the server

Commands

  • ControlMobs kill = Kills all hostile mobs(MobControll.admin and OP)
  • ControlMobs reload = reloads config(MobControll.admin and OP)

Configuration

The configuration have 3 main "Things" to configure

  • AutoAttack
  • Enderman
  • Creeper

The autoattack chooses if mobs automatic attacks humans in range, when a mob has autoattack configured to true they don't attack you and when it's false they attack you.

The Enderman config chooses if Endermen can Pickup and/or place blocks, if they are false the endermen can't do it.

The Creeper config chooses what happens when a creeper blows, you can choose if the world takes damage with CreateCrater and if the player the creeper attacked should get damage when it blows up(The player damage is not implantet yet)

Standard Configuration:

AutoAttack:
  Creeper: true
  Zombie: false
  Spider: false
  Enderman: false
  Skeleton: false
Enderman:
  Place: false
  Break: false
Creeper:
  CreateCrater: false
  Damage: false

Comments

Add a comment