Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 158
    • Issues 158
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
  • Commands and Permissions

Commands and Permissions · Changes

Page history
added flags authored Oct 25, 2023 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 17 additions and 4 deletions
+17 -4
  • Commands-and-Permissions.md Commands-and-Permissions.md +17 -4
  • No files found.
Commands-and-Permissions.md
View page @ 6e732415
Commands
========
## Commands
Mythic Mobs has a simple command structure that can be accessed by typing **/mythicmobs**. Typing that will display a menu with all available commands, and each level of commands will provide menus or information about what you can do. All command parameters surrounded by []'s are required, while <>'s are optional.
## Flags
Some commands can have a set of flags before their first argument, changing how the command behaves.
| Flag | Description | Affected Commands | Example |
| ---- | -----------------------|--------------------------------------- | ----------------------------- |
| -s | Silent commands will not give any chat feedback | `mm mobs spawn`<br>`mm item give`<br>`mm test cast`<br>`mm test mechanic` |`/mm test cast -s [metaskill]` |
| -p <playername> | Use this flag to make the command execute at a given player | `mm mobs spawn` |`/mm m s -p <player> [mobname]` |
| -t | Executes the command at the target location | `mm mobs spawn` |`/mm m s -t [mobname]` |
| -n | Fakes the mob as being spawned naturally (`NATURAL` spawn reason, as opposed to `COMMAND`) | `mm mobs spawn` |`/mm m s -n [mobname]` |
| -p | If the command should kill the mob that perfectly matches the name provided, instead of every mob whose name contains the string | `mm mobs killall` | `/mm m killall -p [mobname]` |
| -f | If all the mobs that matches the specified faction should be killed | `mm mobs kill` |`/mm m kill -f [factionname]` |
| -d | Should the item drop if the inventory if full | `mm item give` | `/mm i give -d [itemname]` |
<!--
As a general note, a command can be made **silent** by using the **`-s`** flag before the first argument. A silent command will not give any chat feedback.
-->
General Commands
----------------
## General Commands
- **/mm** (alias: **/mythicmobs**) *Base command for the plugin. Displays all other commands.*
- **/mm debug [level]** (alias: **/mm d [level]** *Sets the plugin's debug level. 0 = OFF.*
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips