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

Last edited by Ticxo Dec 10, 2023
Page history
This is an old version of this page. You can view the most recent version or browse the history.

Commands and Permissions

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
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