Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leinnesw/entitymanager
- Owner: LeinneSW
- Created: 2016-02-14T03:05:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T06:25:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-17T04:07:21.871Z (30 days ago)
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 11
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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|