Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/effects/all-effects/add_damage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ Adds incoming or outgoing damage from any damage trigger
damage: 2 # The damage to add (or subtract)
...other config (eg triggers, filters, mutators, etc)
```

:::tip

To modify MythicMobs damage, use the `take_mythic_damage` trigger.

:::
17 changes: 17 additions & 0 deletions docs/effects/all-effects/cast_mythic_skill.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# `add_stat`
:::infoRequires:
MythicMobs
:::

:::dangerTriggered Effect
This effect requires a [Trigger](https://plugins.auxilor.io/effects/all-triggers) to activate.
:::

Casts a MythicMobs skill on the target.
# Effect Syntax
```yaml
- id: cast_mythic_skill
args:
skill: "skill ID" # The ID of the skill to cast
victim_to_player: true # For passive skill, set it to true.
```
4 changes: 4 additions & 0 deletions docs/effects/all-effects/create_explosion.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ Creates an explosion
args:
power: 1 # The power of the explosion
amount: 1 # The amount of explosions
create_fire: true # If the explosion should create fire
break_blocks: true # If the explosion should break blocks
player_as_damager: false # If the player should be the source of the explosion

...other config (eg triggers, filters, mutators, etc)
```
8 changes: 7 additions & 1 deletion docs/effects/all-effects/damage_multiplier.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ Multiplies incoming or outgoing damage from any damage trigger
args:
multiplier: 0.5 # The multiplier
...other config (eg triggers, filters, mutators, etc)
```
```

:::tip

To modify MythicMobs damage, use the `take_mythic_damage` trigger.

:::
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,13 @@ Multiplies explosion resistance
- id: explosion_knockback_resistance_multiplier
args:
multiplier: 2 # The multiplier for explosion knockback resistance
```
```

:::tip

Multiplier of 1.0 = 0 knockback resistance (default)
Multiplier of 2.0 = 1 knockback resistance (maximum)

Values above 2.0 (1 knockback resistance) will not have any additional effect.

:::
17 changes: 17 additions & 0 deletions docs/effects/all-effects/give_mob_coins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# `give_mob_coins`
:::infoRequires:
UltimateMobCoins
:::

:::dangerTriggered Effect
This effect requires a [Trigger](https://plugins.auxilor.io/effects/all-triggers) to activate.
:::

Give the player mob coins
# Effect Syntax
```yaml
- id: give_mob_coins
args:
amount: 10 # The amount of mob coins to give
...other config (eg triggers, filters, mutators, etc)
```
9 changes: 9 additions & 0 deletions docs/effects/all-effects/knockback_resistance_multiplier.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ Multiplies knockback resistance
args:
multiplier: 2 # The multiplier for knockback resistance
```

:::tip

Multiplier of 1.0 = 0 knockback resistance (default)
Multiplier of 2.0 = 1 knockback resistance (maximum)

Values above 2.0 (1 knockback resistance) will not have any additional effect.

:::
6 changes: 3 additions & 3 deletions docs/effects/all-effects/multiply_edprison_economy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `multiply_edprison_economy`
# `edprison_economy_multiplier`
:::infoRequires:
EdPrison
:::
Expand All @@ -7,10 +7,10 @@ EdPrison
This effect is permanent and does not require a trigger.
:::

Multiplies incomming EdPrison economy.
Multiplies incoming EdPrison economy.
# Effect Syntax
```yaml
- id: multiply_edprison_economy
- id: edprison_economy_multiplier
args:
multiplier: 1.5 # The xp multiplier
economies: # The economy types to multiply
Expand Down
2 changes: 2 additions & 0 deletions docs/effects/all-effects/permanent_potion_effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ Gives a permanent [potion effect](https://hub.spigotmc.org/javadocs/bukkit/org/b
args:
effect: blindness # The effect to give
level: 2 # The effect level to give
particles: true # (Optional) If the effect should show particles
icon: false # (Optional) If the effect should show the icon in the top corner
```
2 changes: 2 additions & 0 deletions docs/effects/all-effects/potion_effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Gives a [potion](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/Poti
effect: blindness # The effect to give (https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html)
level: 1 # The level to give
duration: 40 # The duration of the effect (in ticks)
particles: true # (Optional) If the effect should show particles
icon: false # (Optional) If the effect should show the icon in the top corner
apply_to_player: false # True to apply to the player, false to apply to the victim
...other config (eg triggers, filters, mutators, etc)
```
17 changes: 17 additions & 0 deletions docs/effects/all-effects/take_mob_coins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# `take_mob_coins`
:::infoRequires:
UltimateMobCoins
:::

:::dangerTriggered Effect
This effect requires a [Trigger](https://plugins.auxilor.io/effects/all-triggers) to activate.
:::

Take mob coins from the player
# Effect Syntax
```yaml
- id: take_mob_coins
args:
amount: 10 # The amount of mob coins to take
...other config (eg triggers, filters, mutators, etc)
```
2 changes: 2 additions & 0 deletions docs/effects/all-effects/telekinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Teleports all drops to the player's inventory
# Effect Syntax
```yaml
- id: telekinesis
args:
on_tamed_mob_kills: false # If telekinesis will also work for tamed mob kills
```
26 changes: 26 additions & 0 deletions docs/effects/all-effects/villager_trade_multiplier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# `villager_trade_multiplier`
:::dangerPermanent Effect
This effect is permanent and does not require a trigger.
:::

:::dangerExperimental
This effect is experimental, please report any bugs via Discord.
:::

Multiplies the cost of villager trades

# Effect Syntax
```yaml
- id: villager_trade_multiplier
args:
multiplier: 0.5 # The multiplier for villager trade costs
```

:::tip

When the effect is active, the villager's name, profession, and level will not show.
The villager will continue to level correctly.

Costs are limited to 64 items, costs cannot exceed this stack.

:::
9 changes: 9 additions & 0 deletions docs/effects/all-filters/is_tamed_entity_owner.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# `is_tamed_entity_owner`

If the player is the owner of a tamed entity (eg wolf, cat, etc).

# Filter Syntax
```yaml
filters:
is_tamed_entity_owner: true
```
10 changes: 10 additions & 0 deletions docs/effects/all-filters/tamed_entity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# `tamed_entity`

The list of tamed entities that the effect should activate on

# Filter Syntax
```yaml
filters:
tamed_entities:
- wolf
```
Loading