Disabling Mob AI

Status
This thread has been locked.

Sadon

Premium
Feedback score
3
Posts
37
Reactions
18
Resources
0
Hey guys, curious if someone could help me turn off mob ai on my server by either telling me how to do it or simply pointing me to a plugin. I want mobs to take fall damage and be pushed by water but I don't want them to walk around (or endermen to tp out of their grinder). Any help is appreciated!

Best, Sadon
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

9yz

Builder | Open for comissions!
Premium
Feedback score
11
Posts
345
Reactions
109
Resources
0
The simplest thing would be to just put a commandblock on a clock in the spawn-chunks that runs the command
Code:
/entitydata @e[type=!Player] {NoAi:1}
every tick.

Basicly, that command targets any non-player (type=!Player), and gives them the tag "NoAi."
If you don't want commandblocks on your server, I'm sure somebody would make this for free for you, as it's really simple.
 
Status
This thread has been locked.
Top