A plugin add humanoid entity for PocketMine-MP
Command
Main command : /humanoid <add | set | remove | copy | cancel | lang | reload | save>
subcommand | arguments | description |
---|---|---|
Add | [name] | Add humanoid |
Set | <data name> [data] | Change humanoid's data |
Remove | Remove humanoid | |
Copy | Copy humanoid | |
Cancel | Cancel act | |
Lang | <language prefix> | Load default lang file |
Reload | Reload all data | |
Save | Save all data |
Permission
permission | default | description |
---|---|---|
humanoid.cmd | OP | main command |
humanoid.cmd.add | OP | add subcommand |
humanoid.cmd.set | OP | set subcommand |
humanoid.cmd.remove | OP | remove subcommand |
humanoid.cmd.copy | OP | copy subcommand |
humanoid.cmd.cancel | OP | cancel subcommand |
humanoid.cmd.lang | OP | lang subcommand |
humanoid.cmd.reload | OP | reload subcommand |
humanoid.cmd.save | OP | save subcommand |
<data name> list
ex) /humanoid Set List 2
name | arguments | description |
---|---|---|
List | [page] | Show data name list |
Name | [name] | Change humanoid's name |
Rotation | * or <yaw> <pitch> | Change humanoid's yaw and pitch |
Item | * or <item id> [item meta] | Change humanoid's held item |
Skin | * or <player name> | Change humanoid's skin |
Geometry | <geometry name> | Change humanoid's geometry name |
Sneak | Toggle humanoid's sneaking | |
Position | * or <player name> or <x> <y> <z> [world name] | Change humanoid's position |
Scale | <scale percent> | Change humanoid's scale |
ChangeLog
v1.0.0
- First release
v1.0.1
- [Added] Softdepend https://github.com/PMMPPlugin/GeometryAPI
- [Fixed] Humanoid : get geometry data from GeometryAPI
v1.0.2
- [Fixed] Humanoid : load geometry data only entity construct
v1.0.3
- [Added] Add PluginCommand getter and setter
- [Added] Add getters and setters to SubCommand
- [Fixed] Add api 3.0.0-ALPHA11
- [Added] Add website and description
- [Changed] Show only subcommands that sender have permission to use
v1.0.4
- [Added] Add skin steal sub command
- [Fixed] Save NBT before copy humanoid