mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-21 15:01:27 +01:00
Updated Formulas (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user