... | ... | @@ -8,7 +8,7 @@ Some commands can have a set of flags before their first argument, changing how |
|
|
| 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]` |
|
|
|
| -p <playername> | Use this flag to make the command execute at a given player | `mm mobs spawn`<br>`mm spawners create`<br>`mm spawners move` |`/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 also kill persistent mobs | `mm mobs killall` | `/mm m killall -p` |
|
... | ... | |