XSeries icon indicating copy to clipboard operation
XSeries copied to clipboard

[XItemStack] - giveOrDrop NoSuchMethodError on 1.8.8

Open tomwmth opened this issue 1 year ago • 0 comments

Description

    @Execute
    public void execute(@Context CommandSender sender, @Arg("player") Player player) {
        ItemStack item = new ItemBuilder()
                // ...
                .build();
        XItemStack.giveOrDrop(player, item);
    }

https://pastebin.com/S4Vt1gJm

Version Latest XSeries (11.3.0)

Java 8

Unmodified Paper for 1.8.8 (build 445) obtained from their build explorer /ver returns "CraftBukkit version git-PaperSpigot-445 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)"

tomwmth avatar Oct 05 '24 11:10 tomwmth