XSeries
XSeries copied to clipboard
Library for cross-version Minecraft Bukkit support and various efficient API methods.
There are currently some issues with the unit tests that must be solved, most of them has to do with Maven. Also, some test related classes are left hanging around...
**Description** Hello, I'm the developer of [KitPvP](https://www.spigotmc.org/resources/27107/). KitPvP has used XSeries for years at this point - thank you for everything you do. Anyway, I've been receiving multiple reports of...
**Description** When using this in my plugin on the Paper `testing/no-relocation` branch, SkullUtils returns an error: ``` Error occurred while enabling UltraCosmetics v3.4.2 (Is it up to date?) java.lang.ExceptionInInitializerError: null...
# The Problem So as most of you know, there are server software out there that basically combine **Bukkit** and **Forge** together to make both plugins and mods function properly...
Hi, I’ve been using XSeries for a long time and I have no doubt that it’s very good and also safe, as it’s even open source. However, I work on...
[XItemStack] setDisplayName(getDisplayName()) doesn't retain the exact original IChatBaseComponent
**Description** So basicly the issue is that when i save a itemstack to the config using the XItemStack.serialize() function and deserialize it later it changes the nbt and that causes...
**Description** At the moment, applying textures does not work correctly in multiple versions. Each one has slightly different behaviors. This issue was previously discussed in another post, but no further...
Description When using XSeries 10.0.0 on Spigot 1.8.8, XEnchantment does not work properly and gives this stack trace: https://pastebin.com/VzU94YFc public ItemBuilder enchant(String enchantment, int level) { Enchantment xEnchantment = XEnchantment.matchXEnchantment(enchantment).orElse(XEnchantment.UNBREAKING).getEnchant();...
**Description** The version relocation of CraftBukkit has been removed as of 1.20.5, so now CraftBukkit classes are in the main `org.bukkit.craftbukkit` package, without the `.v`. This affects (and breaks) at...
Handles this conversion: https://hub.spigotmc.org/stash/projects/SPIGOT/repos/bukkit/commits/f6ac70751dbb9d2280a14b3706248987c243e313#src%2Fmain%2Fjava%2Forg%2Fbukkit%2Fentity%2FEntityType.java I figured that `BOAT -> OAK_BOAT` was the most logical thing to happen. Also adds the enums for the creaking for the winter drop, since that...