Updated Formulas (markdown)

garbagemule 2022-03-31 09:17:17 +02:00
parent bcb5903e90
commit 1faf02394b

@ -26,7 +26,7 @@ swarm2:
type: swarm
wave: 12
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.