Jake Potrebic

Results 384 comments of Jake Potrebic

> But the method I used is very ugly. Since GlobalConfiguration.get().misc was null, I had to use this way. If there is any better way to get the value, please...

Should add an entry in bukkit's Registry for this. Just like nms has one for recipe types.

Why are these recipe methods on the World interface?

> because each NMS world has its own recipe manager class? presumably because different worlds can have different recipes loaded depending on the installed data packs The getRecipeManager method on...

> will be told by the client that the command does not exist I don't think the client has the final say on what commands exist. The client may thing...

Just a note that has to be resolved, this is going to break a lot of datapacks as they currently are. Since the `/minecraft:` command prefix is not a thing...

For clarification, this also happens on 1.19.4 and 1.20.4? The stacktrace you provided is from 1.20.2 which is neither of those versions.

@imDaniX @MiniDigger > Just wanna point out that this will currently break existing custom InventoryView implementations, which will surely affect some plugins compatibility. Upstream just added 2 new methods to...

> Despite all issues this can cause when called on InventoryClickEvent We don't want to add more API that is inherently broken. I'm leaning towards deprecating the setTitle(String) method with...

> is there anything that can be done on the server-side to fix it? I don't know, and I don't really care to try and hack a solution in to...