Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leinnesw/entitymanager

A plugin that manages entities
https://github.com/leinnesw/entitymanager

Last synced: 19 days ago
JSON representation

A plugin that manages entities

Awesome Lists containing this project

README

        

# EntityManager

Development: **[Leinne](https://github.com/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](https://pmmp.io/)

## YAML data
* config.yml
``` 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 ` | `entitymanager.command` | |
| `/entitymanager check `| `entitymanager.command.check` | Check the number of entities(If blank, it is set as a default Level)|
| `/entitymanager remove `| `entitymanager.command.remove` | Remove all entities in Level(If blank, it is set as a default Level) |
| `/entitymanager spawn type ` | `entitymanager.command.spawn`| If blank, it is set as a sender's Position|