Magic 10.10.1
Details
-
FilenameMagic-10.10.1.jar
-
Uploaded by
-
UploadedApr 25, 2025
-
Size5.04 MB
-
Downloads1,637
-
MD5714da2a61e2aaef4555055f0e0586515
Supported Bukkit Versions
- 1.21.5
- 1.21.1
- 1.21.2
- 1.21.3
- 1.21.4
- 1.21
- 1.20.6
- 1.20.5
Changelog
10.10.1
- Fix image maps (Camera item,
/mmap
command, etc) - Remove all invalid items from economy configs, fixes spammy invalid item warnings on startup
- Fix PlayRecordAction (music spell)
- Re-enable Geyser integration by default
- Fix loading issues in 1.21.1 caused by Spigot API breakage in the Sound enum
- Allow using Color and Potion properties in item json-formatted items, for tipped arrows and potions This fixes vanilla Magic Bow spell icons, which have been changed to use tipped_arrow instead of spectral_arrow or skulls
10.10
-
** Drop support for all MC versions prior to 1.20.5 **
These have not actually been working since Magic 10.9, I just didn't realize it. This is a fundamental problem with the required upgrade to Java 21 enforced by MC 1.20.5, and I don't think there is anything I can do about it.
The 10.9.7 Lineage will stay supported for older MC versions, and can be found in the MagicPlugin-Legacy
project on the build server: https://jenkins.elmakers.com/job/MagicPlugin-Legacy/ -
Add support for 1.21.5
-
The mount_restricted spell property can now be a list of entity types as well as true (true meaning all types)
-
Fix the behavior of the "locked" wand property when using the old_wand_locked_behavior config option
-
Fix error loading custom banner items in modern MC versions
-
Update Chinese (CN) localization file (thank you, JTYX8X!)
-
Update EffectLib, fixes default particles in modern MC
-
Fix particles not showing beyond 32 blocks in 1.21.4 and up This can be disabled via
/mconfig configure config particle_force_show false
-
Change "invalid item in config" messages from warnings to debug messages
-
Add geyser.enabled config option, can be used to disable Geyser integration if it is causing problems
-
Update Geyser integration to new API