Details
Supported Bukkit Versions
- 26.1
- 26.1.1
- 26.1.2
- 1.21.11
- 1.21.10
- 1.21.9
- 1.21.8
- 1.21.7
- 1.21.6
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 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
Changelog
11.0
Backwards Compatibility
- Requires Java 17 to run
- Compatible from Spigot/Paper 1.17 up
- Vanilla item spell icons will be used in 1.19 and lower, skull icons in 1.20 and up
FIXES
- Fix setting string properties via configure commands, broken in 10.11
- Prevent re-rewarding Valhalla perk rewards
- Fix lots of broken items in the vanilla/valhalla RP (thanks to Stiktabulous for checking!)
- Fix custom spawn eggs and spawners
- Attribute values will not be fetched from the wand and class
- This should fixes various issues with attributes which get set to the class, such as with the
/mage attribute command.
- Fix using variables in the ModifyAttributes and ModifyProperties actions
- Fix EffectLib's ExplodeEffect and BigBangEffect
- Fix being able to put
unstashable wands in chests if they were in your main hand
- Fix an error that could occor if a spell kills its own caster inside of an Asyncronous action
- Update BattleArena integration
- Fix spell, wand and item icons in war, bending and stars configs
Changes
- Change
/mitem save to store most item components as config and try to avoid serializing items
- Add
/mitem serialize to use only Bukkit serialization to save an item
- Change Valhalla perk rewards to be "p:" permanent by default
- Change Valhalla XP rewards to use the
SKILL_ACTION reason by default (was PLUGIN)
- This will make them react to XP multipliers
- This can be reconfigured per currency using
gain_reason
- Add left click events to
spell_blocks definitions, right click events no longer trigger on left click
- Separate
damager and last_damager target types, the former now updates with any damage taken, including self damage
- The
debug_effects config option is now on by default
- Use
/mconfig configure config debug_effects false to turn it back off if it's spammy for some reason
Improvements
- Allow giving multiple spells in a single Valhalla
learn_spell perk reward
- Add support for pasting entities via Volume-based actions
- Add "enabled" icon variants to the vanilla and valhalla RP, used for showing when a spell has been unlocked
- You will need to delete the ValhallaMMO/skills/magic_progression.yml file for the above changes to take affect
- Add
effect_bubbles_particle config option to wands, defaults to entity_effect
- Add
wither_archer mob to go along with pre-existing spawner
- Add
earns_multiplier option to spells, for easily scaling SP earn
- Add
arenas.enabled false config optiont to disable Magic Arenas features
- Automatically generate maybe-unique keys for item attributes, add optional
key config to override
- Add
mana_max_boost and mana_regeneration_boost custom lore options for wands
API
- Added
Mage.getModifiers method