mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-22 23:41:30 +01:00
Updated Formulas (markdown)
parent
bcb5903e90
commit
1faf02394b
@ -26,7 +26,7 @@ swarm2:
|
|||||||
type: swarm
|
type: swarm
|
||||||
wave: 12
|
wave: 12
|
||||||
monster: slime
|
monster: slime
|
||||||
amount: max(20, <live-players> * 2)
|
amount: min(20, <live-players> * 2)
|
||||||
```
|
```
|
||||||
|
|
||||||
MobArena comes with a small bag of predefined formulas in [`formulas.yml`](https://github.com/garbagemule/MobArena/blob/master/src/main/resources/formulas.yml) called [macros](#macros). These can be used instead of manually typing in the same formula multiple times all over the config-file. It is possible to redefine or remove existing formulas, and to add entirely new, custom formulas.
|
MobArena comes with a small bag of predefined formulas in [`formulas.yml`](https://github.com/garbagemule/MobArena/blob/master/src/main/resources/formulas.yml) called [macros](#macros). These can be used instead of manually typing in the same formula multiple times all over the config-file. It is possible to redefine or remove existing formulas, and to add entirely new, custom formulas.
|
||||||
|
Loading…
Reference in New Issue
Block a user