... | @@ -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% |
|
``` |