MobArena v0.108
Details
-
FilenameMobArena-0.108.jar
-
Uploaded by
-
UploadedJan 1, 2024
-
Size544.42 KB
-
Downloads2,968
-
MD52f35fc4145971815e60a2048914014e0
Supported Bukkit Versions
- 1.21
- 1.20.6
- 1.20.5
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
Changelog
v0.108
Added:
- Support for chest references in item syntax. The new
invsyntax allows for referencing container indices in the config-file. This should help bridge the gap between class chests and various other parts of the config-file, such as rewards and upgrade waves. - Support for saved items. The new
/ma save-itemcommand can be used to save the currently held item to disk, which allows it to be used in various places in the config-file. This should help bridge the gap between the config-file and class chests for config-file centric setups. - New per-arena setting
monster-teleportingallows monsters to teleport inside the arena region. This should allow for stuff like/tpcommands and for Endermen to "do their thing". - New permission
mobarena.admin.errorsfor better error visibility. Players with this permission will get a message if an arena encounters an error. Currently, the only such error is the one resulting from Spigot's "max max health" setting throwing an exception when monster health is set "too high".
Fixed:
- Explosion damage caused by Exploding Sheep now correctly counts as monster damage. This means that the explosions only affect other mobs if the per-arena setting
monster-infightis set totrue. - Explosion damage caused by the boss ability
obsidian-bombnow correctly counts as monster damage. This means that the explosions only affect other mobs if the per-arena settingmonster-infightis set totrue. - An old discrepancy with auto start timers in the auto-ready logic has been removed. This fixes an issue in MobArenaStats where the extension would throw errors in arenas with
auto-ready: trueand a non-zero auto start timer. Note that the combination ofauto-ready: trueand adefault-classnow requires the use of astart-delay-timerto prevent the arena from starting immediately when the first player joins. - Signs in arena regions, as well as Arena Signs anywhere, can no longer be edited by right-clicking.
- Signs now correctly restore themselves again in arenas with
soft-restore: true.