Changes
Page history
Update Commands-and-Permissions.md
authored
Sep 29, 2023
by
Ticxo
Show whitespace changes
Inline
Side-by-side
Commands-and-Permissions.md
View page @
5b20cdec
Commands and permissions
\ No newline at end of file
## Commands
```
[] = Required
<> = Optional
```
### Reload command
`/meg reload <config|models>`
Reload configs and reimport models. Can specify what to reload.
### Summon command
`/meg summon [model-id] <entity-type=PIG>`
Summon an entity with a model at the command sender's location.
If
`entity-type`
is not set, default to spawning a pig.
### Disguise command
`/meg disguise [model-id] <see-self=true>`
Disguise command sender.
If
`see-self`
is set to false, the command sender will be unable to see their model.
### Undisguise command
`/meg undisguise`
Undisguise command sender.
### Debug command
`/meg debug [debug-toggle] <true|false>`
Active or deactivate debugging options.
If 2nd argument is not set, print the status of the debugging option instead.
## Permissions
*
`modelengine`
*
`admin`
- Access to all commands
*
`command`
*
`reload`
- Access to reload command
*
`summon`
- Access to summon command
*
`disguise`
- Access to disguise command
*
`undisguise`
- Access to undisguise command
*
`debug`
- Access to debug command
\ No newline at end of file