uskyblock / uSkyBlock

The best skyblock bukkit plugin around...
http://dev.bukkit.org/bukkit-plugins/uskyblock/
GNU General Public License v3.0
15 stars 12 forks source link

Minecraft 1.20.6 Update #55

Closed minoneer closed 3 months ago

minoneer commented 5 months ago

Update for Minecraft/Spigot/Paper 1.20.6

Vanilla-Minecraft changes how items are stored and specified in 1.20.5. Since items are a central part of uSkyBlock, it requires extensive changes.

This PR depends on #54 - once that is merged, the diff should become a lot cleaner and more readable.

minoneer commented 5 months ago

@Muspah I have marked this as a draft for now - it would be great to get a second pair of eyes on this, as the changes are involved.

I tested it on our local setup, and everything looks good, but testing on another independent setup would be good.

Diff of the actual update: https://github.com/minoneer/uSkyBlock/compare/a1742af344c8acc2e2b989503e99d9c0fdc36657...minoneer:uSkyBlock:minecraft-1.20.6

minoneer commented 4 months ago

Rebased onto bukkit-utils merge in master