# Effects

| Effect                                             | Description                                                                           |
| -------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `POTION:<EFFECT>:<STRENGTH>:<DURATION>:(TARGET)`   | Gives a potion effect to a player                                                     |
| `FEED:<AMOUNT>:(TARGET)`                           | Feed a player                                                                         |
| `FIRE:<TICKS>:(TARGET)`                            | Sets a player on fire for a certain number of ticks                                   |
| `EXPLODE:<STRENGTH>:<FIRE>:<BreakBlocks>:(TARGET)` | Create an explosion at a players location                                             |
| `SMELT`                                            | Smelt all blocks you mine                                                             |
| `INFUSION:<RADIUS>:<INSTANT_MINE>`                 | Mine all blocks in a radius                                                           |
| `AURA:<ALLY/ENEMY/ALL>:RADIUS:<EFFECT>`            | Gives all allies/enemies/everyone in a radius an effect                               |
| `LIGHTNING:(TARGET)`                               | Summons lightning at a location                                                       |
| `EXPERIENCE:<AMOUNT>:(TARGET)`                     | Gives a player a certain amount of experience                                         |
| `HEAL:<AMOUNT>:(TARGET)`                           | Heals a player a certain amount                                                       |
| `DAMAGE_MODIFIER:<MULTIPLIER>`                     | Multiply the amount of damage done by a multiplier                                    |
| `DROP_HEAD:(TARGET)`                               | Drops a players head                                                                  |
| `MULTISHOT:<AMOUNT>`                               | Shoots extra arrows                                                                   |
| `REPLACE_NEAR:<RADIUS>:<CURRENT>:<NEW>:<TIME>`     | Replaces all materials in a radius with another material for a certain amount of time |
| `COAT:<RADIUS>:<NEW>:<TIME>`                       | Coat a material over all blocks in a radius for a certain amount of time              |
| `TELEPATHY`                                        | Sends all blocks mined into your inventory                                            |
| `ADD_EXTRA_HEALTH:<AMOUNT>:<TIME>:(TARGET)`        | Increases a player's maximum health for a certain length of time                      |
| `REMOVE_EXTRA_HEALTH:<AMOUNT>:<TIME>:(TARGET)`     | Removes a player's maximum health for a certain amount of time                        |
