Jake Potrebic

Results 498 comments of Jake Potrebic

Well, first thing is that the structure of this command is probably not what you thought it was. You aren't marking the "argument" as executable. You need to call `.executes()`...

As for the problem that still exists if you fix ^, I guess I'd recommend just avoiding brigadier's "redirect" system if possible. There are inconsistencies within the library itself which...

I'm wondering if an event is better suited for more control over what happens. I feel like some event in the correct spot would enable even more than just these...

If setting the delay to 0 leads to an exception somewhere (idk if this happens for sure, just assuming), then either that exception should be fixed, or if that isn't...

After further consideration, we thinking throwing is the more correct behavior. It's odd to clamp values to 1 instead of specifying what values are valid in the first place and...

Without putting too much thought into this... I wonder if it's better to expose a gson TypeAdapter or serialize/deserialize pair for people to use within their own Gson setups.

@masmc05 I think that the "human-readable"-ness of this is really not that useful, especially when this would be a data-versioned format. Say you serialize an ItemStack on this version and...

Well wait, you generated the world before setting the seed in spigot.yml?

I cannot replicate this. I created a world with the seed `-2037834715355701356`, teleported to the village at `/tp -976 ~ -512`, stopped the server, changed the village seed to `98238390`,...