|
|
Mythic Enchants has a simple command structure that can be accessed by typing **/mythicenchants** or **/me**. 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.
|
|
|
|
|
|
## General Commands
|
|
|
|
|
|
- **`/mythicenchants`** (alias: **/me**) *Base command for the plugin. Displays all other commands.*
|
|
|
|
|
|
- **`/me enchant <target> <enchantment> <level>`** *Enchants the target’s currently held item with the given enchantment.*
|
|
|
|
|
|
- **`/me remove [enchantment]`** *Removes the specified enchant from the held item.*
|
|
|
|
|
|
- **`/me reload`** *Reloads all mythicenchants configurations. When adding or making changes to enchantments, make sure that every player rejoins the server to see the changes. Restart the server when removing any enchantments*
|
|
|
|
|
|
<!--**`/me list`** *Lists all currently loaded enchantments.* -—>
|
|
|
- **`/me reload`** *Reloads the plugin.*
|
|
|
|
|
|
<!-- - **`/me info [enchantment]`** *Gives info about the specified enchantment.* -->
|
|
|
|
|
|
## Permissions
|
|
|
- **`mythicenchants.command.base`** - Required for **`/mythicenchants`**
|
|
|
- **`mythicenchants.command.enchant`** - Use the enchant command
|
|
|
- **`mythicenchants.command.reload`** - Use the reload command
|
|
|
<!-- - **`mythicenchants.command.info`** - Use the info command --> |
|
|
\ No newline at end of file |
|
|
| Command | Permission | Description |
|
|
|
|---------------------------------------------------------------|---------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
| **/mythicenchants** | mythicenchants.commands.base | The root command for all MythicEnchants commands |
|
|
|
| **/mythicenchants enchant \[target] \[enchantment] \<level>** | mythicenchants.commands.enchant | Similar to minecraft's enchant command but makes MythicEnchants reparse the target's equipment. Reparsing equipments helps with executing mythic skills. |
|
|
|
| **/mythicenchants remove \[target] \[enchantment]** | mythicenchants.commands.remove | Removes the provided enchantment from the target's main hand if possible. Also reparses the target's equipments. |
|
|
|
| **/mythicenchants reload** | mythicenchants.commands.reload | Reloads all of MythicEnchants' plugin settings, enchant definitions and mythic skills. However, running **/mythicmobs reload** will only reload configured MythicEnchants skills. <br><br> **NOTE**: When adding, updating, and/or removing enchantments, all players on the server has to rejoin to see any changes. | |