Dummy is a plugin for Unturned / OpenMod. It spawns a dummy and shows the amount of damage when damaged. Also, very helpful with debugging plugins.
Maybe outdated so check help.md to get all commands
- 
/dummy create - Creates a dummy with unique ID. 
- 
/dummy copy - Creates a dummy with unique ID and copy skin, clothes, beard, hair, face from an owner. 
- 
/dummy remove <id> - Remove dummy by ID. 
- 
/dummy clear - Clear all dummies. 
- 
/dummy execute <id> <command> - Execute a command. 
- 
/dummy tphere <id> - Teleport to you a dummy. 
- 
/dummy gesture <id> <gesture> - Send gesture to a dummy. Gesture can be found here. 
- 
/dummy stance <id> <stance> - Send stance to a dummy. Stance can be found here. 
- 
/dummy face <id> <faceIndex> - Send face to a dummy. FaceIndex can be found here. 
- 
/dummy button <id> <buttonName> - Click to button. 
- 
/dummy inputfield <id> <inputFieldName> <Text> - Input text in InputField 
_Maybe outdated so check help.md to get all permissions
- EvolutionPlugins.Dummy:commands.dummy
- EvolutionPlugins.Dummy:commands.dummy.clear
- EvolutionPlugins.Dummy:commands.dummy.copy
- EvolutionPlugins.Dummy:commands.dummy.create
- EvolutionPlugins.Dummy:commands.dummy.remove
- EvolutionPlugins.Dummy:commands.dummy.tphere
- EvolutionPlugins.Dummy:commands.dummy.button
- EvolutionPlugins.Dummy:commands.dummy.execute
- EvolutionPlugins.Dummy:commands.dummy.face
- EvolutionPlugins.Dummy:commands.dummy.gesture
- EvolutionPlugins.Dummy:commands.dummy.inputfield
- EvolutionPlugins.Dummy:commands.dummy.jump
- EvolutionPlugins.Dummy:commands.dummy.stance
Outdated
- 
amountDummies ( default: 1 ) - Max dummies in same time. 
- 
kickDummyAfterSeconds ( default: 300 ) - Kick automatically dummy after amount of seconds. 
- 
isAdmin (default: false) - On spawning make a dummy admin 
| Gesture | Index | 
|---|---|
| INVENTORY_START | 1 | 
| INVENTORY_STOP | 2 | 
| PICKUP | 3 | 
| PUNCH_LEFT | 4 | 
| PUNCH_RIGHT | 5 | 
| SURRENDER_START | 6 | 
| SURRENDER_STOP | 7 | 
| POINT | 8 | 
| WAVE | 9 | 
| SALUTE | 10 | 
| ARREST_START | 11 | 
| ARREST_STOP | 12 | 
| REST_START | 13 | 
| REST_STOP | 14 | 
| FACEPALM | 15 | 
| Stance | Index | 
|---|---|
| CLIMB | 0 | 
| SWIM | 1 | 
| SPRINT | 2 | 
| STAND | 3 | 
| CROUCH | 4 | 
| PRONE | 5 | 
| DRIVING | 6 | 
| SITTING | 7 | 
You can get support in my discord server

