> For the complete documentation index, see [llms.txt](https://edseries-plugins.gitbook.io/p/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edseries-plugins.gitbook.io/p/edmobswords/features/commands-placeholders.md).

# Commands & placeholders

## Commands

Permission `edmobswords.admin` (op by default). Aliases: `/mobswords`, `/ems`.

| Command                          | Description                                                           |
| -------------------------------- | --------------------------------------------------------------------- |
| `/edmobswords wand <zone> <mob>` | gives the mob wand for that zone and mob                              |
| `/edmobswords give [player]`     | gives the sword tool (swaps an existing OmniTool to it)               |
| `/edmobswords reload`            | reloads configs, mobs, zones and re-registers the enchants in EdTools |

The currencies and tracks come with their own EdTools commands: `/mobcoin`, `/mobkills`, `/moblevel`, `/swordprestige`.

`/edtools reload` re-registers the sword enchants automatically. `/edtools zone <player> <zone> <global|alone>` puts a player into a mob zone (mobs spawn for them even when they stand outside its corners).

## Placeholders

| Placeholder                                  | Value                                                          |
| -------------------------------------------- | -------------------------------------------------------------- |
| `%edmobswords_damage%` / `_formatted`        | the player's sword damage against zone mobs                    |
| `%edmobswords_server_damage%` / `_formatted` | the sword damage against real mobs                             |
| `%edmobswords_skin_damage%` / `_formatted`   | the `damage` of the equipped sword skin tier                   |
| `%edmobswords_damage_boost%`                 | the sword-damage booster multiplier (1 = none)                 |
| `%edmobswords_shared%`                       | `true` when the player's mobs are shared (global session)      |
| `%edmobswords_session_players%`              | how many players share the player's mobs (themselves included) |
| `%edmobswords_zone%`                         | the mob zone the player fights in, or `none`                   |
| `%edmobswords_in_zone%`                      | `true` / `false`                                               |
| `%edmobswords_mobs_alive%`                   | how many of the player's packet mobs are alive                 |

Everything else is EdTools: `%edtools_enchant_level_sword-cleave%`, `%edtools_currency_balance_mob-coins%`, `%edtools_leveling_level_mob-level%`, `%edtools_summary_gained_mob-coins%`...
