Skip to content
GitLab
Explore
Sign in
Register
MythicCraft
MythicMobs
Wiki
Skills
Mechanics
currencytake
You need to sign in or sign up before continuing.
currencytake
· Changes
Page history
Updated formatting, typos and example
authored
Jun 13, 2023
by
Amy
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/currencytake.md
View page @
a7baaf05
...
@@ -4,11 +4,11 @@ Mechanic: CurrencyTake
...
@@ -4,11 +4,11 @@ Mechanic: CurrencyTake
Takes money from players.
Takes money from players.
This mechanic needs the Vault plugin and an economy plugin installed to
This mechanic needs the Vault plugin and an economy plugin installed to
work.
work.
It also requires Vault being enabled in the
[](
/configuration/
)
It also requires Vault being enabled in the
[
config.yml
](
/configuration/
)
```
yaml
Vault
:
Vault
:
Enabled
:
true
Enabled
:
true
```
Attributes
Attributes
----------
----------
...
@@ -20,8 +20,8 @@ Attributes
...
@@ -20,8 +20,8 @@ Attributes
Examples
Examples
--------
--------
This skill will take away 20 money from all players in radius of 20 blocks.
-
currencytake{amount=20} @pir{r=20} ~onSpawn 0.2
```
yaml
Skills
:
If executed the skill will take away 20 money from all players in radius
-
currencytake{amount=20} @pir{r=20} ~onSpawn
of 20 blocks by a chance of 20%
```