commit | 5fe4567b79abbba07ac2e49b905dd0bb98475859 | [log] [download] |
---|---|---|
author | BuildTools <unconfigured@null.spigotmc.org> | Tue Sep 21 21:38:05 2021 +0300 |
committer | BuildTools <unconfigured@null.spigotmc.org> | Tue Sep 21 21:38:05 2021 +0300 |
tree | 75cb36e168559300ac612468d35d9a2987b4c259 | |
parent | e9a7e1fc584ff61138fad85b648d3f615bd2f0ec [diff] |
Use String instead of Enchantment instance in LegacyEnchantmentId The enchantment instance itself was never needed, so just using string makes the code simpler (no longer need fake enchantment instance) and also improves performance of enchantment id transformers. This also fixes spigot support, since fake enchantment instance causes class that only exists in paper to load.
Support 1.17, 1.16, 1.15, 1.14, 1.13, 1.12, 1.11, 1.10, 1.9, 1.8, 1.7, 1.6, 1.5, 1.4.7 clients on Spigot 1.17.1
Important notes:
Known issues:
Known wontfix issues:
Website: https://protocol.support/
Spigot: https://www.spigotmc.org/resources/protocolsupport.7201/
BukkitDev: https://dev.bukkit.org/projects/protocolsupport/
Main Jenkins: https://build.hurricanegames.org/job/ProtocolSupport/
Backup Jenkins: https://ci.velocitypowered.com/job/ProtocolSupport/
Licensed under the terms of GNU AGPLv3