forked from RevivalPMMP/PureEntitiesX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
35 lines (32 loc) · 1.12 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: PureEntitiesX
main: revivalpmmp\pureentities\PureEntities
version: 0.2.8-3.alpha10
api: [3.0.0-ALPHA9, 3.0.0-ALPHA10, 3.0.0-ALPHA11]
load: STARTUP
authors: ["milk0417", "RevivalPMMP"]
description: Implement all MCPE entities into your worlds
website: https://github.com/RevivalPMMP/PureEntitiesX
commands:
pesummon:
description: Summons a creature
usage: "/pesummon <mob-name> [playername] [isBaby(true|false)]"
permission: pureentities.command.pesummon
peremove:
description: Removes non-player entities from the current level (by default, only entities generated by PEX)
usage: "/peremove <opt: all>"
permission: pureentities.command.peremove
permissions:
pureentities:
default: op
description: "Allows using all the PureEntities commands"
children:
pureentities.command:
default: op
description: "Allows using all the PureEntities commands"
children:
pureentities.command.pesummon:
default: op
description: "Allows spawning mobs"
pureentities.command.peremove:
default: op
description: "Allows remove of all entities in current level"