Shane Freeder

Results 445 comments of Shane Freeder

Same here, Spigot 1.7.10 using Towny and Groupmanager, I ended up having to custom compile a version to block the usage on chests. Will this issue be fixed?

It would just be easier to create a username:uuid mapping database, name changes before the update will be broken, but further name changes shouldn't be an issue. Surely this would...

So, this behavior looks like it WAI and that JDs are outdated, the server has an explicit * 3 to the "speed" (what gets referred to as force) in the...

The thing has been returning the speed for years, not the force. It's not exactly intended, but "that's been the implementation for so long now" unless upstream removed a division...

player#getLocation() just gets the position of the player as far as the server is concerned, as was said on discord, am not sure that there is exactly an issue here...

Just noting here for prosperity, we had a bit of an internal discussion regarding this and generally posit that the better idea would be to make the stack itself store...

No, mojang saves itemstacks using NBT still, we'd just align ItemStack itself with that, rather than trying to keep ItemMeta in the mix (i.e. ItemMeta goes, the patch stays as...

This is generally a spigot issue due to them removing empty stacks from LootCommand#dropInWorld due to their own mangling of ItemStacks, should be easy to patch, just needs a few...

you may need to delay setting the path by a tick or two, as there's a whole bunch of state that these pathfinders rely upon which is not set until...