Skip to content

2pocket2edition/mob-plugin

 
 

Repository files navigation

Nukkit Mob Plugin

Development: kniffo80 matt404 augesrob PetteriM1 PikyCZ DaPorkchop_

MobPlugin is a plugin that implements the mob entities for MCPE including movement, aggression etc.

Notice

This plug-in is in development. Therefore, It is possible to function abnormally.

Nukkit.io Discord Github All Releases GitHub release CircleCI builds

Plugin Example configuration

Place this plugin jar file to your Nukkit's home directory "${NUKKIT_HOME}/plugins".

Make Sure to include all mobs. Previous builds had few missing.

The following configuration sets mobs AI enabled and the auto spawn task will be triggered all 300 ticks.

Recommended Settings:

Change the 0 to 1 and nothing higher. 0 = Disabled 1 = Allow them to spawn

entities:
  mob-ai: true
  auto-spawn-tick: 300
  worlds-spawn-disabled: "exampleworld"

max-spawns:
  bat: 0
  blaze: 0
  cave-spider: 0
  chicken: 1
  cow: 1
  creeper: 0
  donkey: 0
  enderman: 0
  ghast: 0
  horse: 0
  iron-golem: 0
  mooshroom: 0
  mule: 0
  ocelot: 0
  pig: 1
  pig-zombie: 0
  rabbit: 0
  silverfish: 0
  sheep: 1
  skeleton: 0
  skeleton-horse: 0
  snow-golem: 0
  spider: 0
  squid: 0
  witch: 0
  wolf: 0
  zombie: 0
  zombie-horse: 0
  zombie-villager: 0

About

Nukkit Mob Plugin (fka PureEntities)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%