Skip to content

LeinneSW/EntityManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EntityManager

Development: Leinne (before milk0417)

EntityManager is a plugin for managing entities(Mob, Animal).

Notice

Start developing again!

I decided to start development again.
I want lots of issues and interests.

Supported Server software

PocketMine-MP

YAML data

  • config.yml
entity:
  not-spawn: [] #List of spawn prohibited entities
  explodeMode: false #Entity Explosion Mode(none, onlyEntity, cancelled)
autoclear:
  turn-on: true #Turn on / off automatic removal of entities
  tick: 6000 #Entity removal period(20 = 1second)
  levels: [] #If blank, it is set as all Levels
  entities: ["Projectile", "Item"] #List of entities to remove
command:
  remove: ["Projectile", "Item"]

Commands

Command Permission Description
/entitymanager <check/remove/spawn> entitymanager.command
/entitymanager check <LevelName> entitymanager.command.check Check the number of entities(If blank, it is set as a default Level)
/entitymanager remove <LevelName> entitymanager.command.remove Remove all entities in Level(If blank, it is set as a default Level)
/entitymanager spawn type <x y z Level> entitymanager.command.spawn If blank, it is set as a sender's Position

About

A plugin that manages entities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages