mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-29 14:15:46 +01:00
Updated Setting up the config file (markdown)
parent
78210aa119
commit
a3d209a9e3
@ -99,6 +99,8 @@ I recommend the default settings, but most of them can be changed without proble
|
||||
|
||||
The waves-branch denotes the **distribution/probability** of monsters spawning. Note that this is **not** amounts/counts. With a value of 0, that monster will never spawn. With a value greater than 0, the monster will spawn depending on the values of all the other monsters. In the following example, every wave should (statistically, on average) spawn twice as many zombies as skeletons, and five times as many skeletons as creepers (spiders and wolves will not spawn) on the default waves:
|
||||
|
||||
arenas:
|
||||
default:
|
||||
waves:
|
||||
default:
|
||||
zombies: 10
|
||||
@ -115,6 +117,8 @@ The rewards-section denotes which rewards the arena players can win in the arena
|
||||
|
||||
In the following example, players will receive either four arrows or a gold bar every 3 waves (3, 6, 9, 12, etc.), and a diamond every 10 waves (10, 20, 30, etc.), as well as an iron tool on wave 7 (only on wave 7), and a diamond sword on wave 19 (only on wave 19):
|
||||
|
||||
arenas:
|
||||
default:
|
||||
rewards:
|
||||
waves:
|
||||
every:
|
||||
|
Loading…
Reference in New Issue
Block a user