Feature request
Description
We want to modify items which players receive via upgrade waves (i.e. change maximum stack sizes, so 16 milk buckets will not fill half of the inventory — like it was before in 1.20.4). Currently there's NewWaveEvent and I can even get a UpgradeWave via it, but it doesn't contain any methods to change wave and its behavior — in other words, I can only read, but not write. Something like mutable ArenaPlayerReceiveItemEvent or UpgradeWave#setItems (there's even no method to getItems...) would be very useful.
Another thing we need is ArenaSpawnMobEvent, to modify mobs (i.e. their armor and/or attributes). I'm even surprised that such an obvious event has not been added in so many years :c
Additional information
Is this plugin even still alive & supported?
70+ requested features, 10+ bugs (including 2 from me!), last release in 2024...
MobArena, one of my favorite plugins from the 1.8 era, which I still use in 1.21.11...
Please... live...
Feature request
Description
We want to modify items which players receive via upgrade waves (i.e. change maximum stack sizes, so 16 milk buckets will not fill half of the inventory — like it was before in 1.20.4). Currently there's
NewWaveEventand I can even get aUpgradeWavevia it, but it doesn't contain any methods to change wave and its behavior — in other words, I can only read, but not write. Something like mutableArenaPlayerReceiveItemEventorUpgradeWave#setItems(there's even no method togetItems...) would be very useful.Another thing we need is
ArenaSpawnMobEvent, to modify mobs (i.e. their armor and/or attributes). I'm even surprised that such an obvious event has not been added in so many years :cAdditional information
Is this plugin even still alive & supported?
70+ requested features, 10+ bugs (including 2 from me!), last release in 2024...
MobArena, one of my favorite plugins from the 1.8 era, which I still use in 1.21.11...
Please... live...