Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Model Engine 4 Model Engine 4
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • Model Engine 4Model Engine 4
  • Wiki
  • Commands and Permissions

Commands and Permissions · Changes

Page history
Update Commands-and-Permissions.md authored Sep 29, 2023 by Ticxo's avatar Ticxo
Hide whitespace changes
Inline Side-by-side
Showing with 45 additions and 1 deletion
+45 -1
  • Commands-and-Permissions.md Commands-and-Permissions.md +45 -1
  • No files found.
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
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration
Modeling
  • Creating a Model
    • Hitbox & Eye Height
    • Shadow
  • Bone Behaviors
  • Animating a Model
  • Importing a Model
  • Scriptable Keyframes
MythicMobs
  • Mechanics: Model
  • Mechanics: VFX
  • Conditions
  • Targeters
API
  • Basic
    • Apply / Remove Model
    • Play / Stop Animation
    • Configure Bone Behaviors
    • Mounting / Dismounting Model
    • Per-Player Model
    • Events
  • Advanced
    • Custom Base Entity
    • Custom Mount Controller
    • Custom Importer
    • Custom Bone Behaviors
    • Custom Script Reader
    • Custom Timeline
    • Custom Animation Handler
    • Custom Render Type
Technical
  • Terminology
  • Animation Systems
  • Mount Controllers