XSeries icon indicating copy to clipboard operation
XSeries copied to clipboard

Library for cross-version Minecraft Bukkit support and various efficient API methods.

Results 8 XSeries issues
Sort by recently updated
recently updated
newest added

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...

documentation
enhancement
opinions

**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...

bug

**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...

bug

# 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...

bug
documentation
enhancement
opinions
special case
performance

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...

bug

**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...

enhancement
special case

**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...

bug
enhancement
opinions
special case
performance

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();...

bug