Updated Formulas (markdown)

garbagemule 2021-05-09 16:40:18 +02:00
parent 519e5eb90b
commit 69d64fd503

@ -29,7 +29,7 @@ swarm2:
amount: max(20, <live-players> * 2) amount: max(20, <live-players> * 2)
``` ```
MobArena comes with a small bag of predefined formulas in `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.