Ome_R

Results 935 comments of Ome_R

It looks like a good solution. However, I only need a way to clear data in a specific chunk, not the entire cache. If that what you meant, then it...

I am the author of the skyblock plugin. I set blocks using the following method (nms): (1.14) chunk.setType(blockPosition, Block.getByCombinedId(combinedId), true); (1.13) chunk.a(blockPosition, Block.getByCombinedId(combinedId), true);

@MylesIsCool I am not doing this async, or anything special. I don't use the Bukkit API as this method is much more performance friendly, and for large amount of block...

@MylesIsCool Haven't tried, but he wasn't the only one to be able to replicate it. I am willing to give you a copy in order to get this thing sorted...

@MylesIsCool after some testings, we found out it also happens when SuperiorSkyblock places schematics using FAWE (their paste method for schematics).

@Xernium @MylesIsCool but that's not FAWE, as it also happens also without FAWE installed, and only SuperiorSkyblock. It probably happens because that's an empty world, and not vanilla one (for...

Sketchy? Pasting blocks using an NMS method or creating an empty world? You're just blaming other plugins (SuperiorSkyblock, FAWE...) instead of checking it. The issue was reported almost 3 weeks...

@Xernium as I said earlier: > I set blocks using the following method (nms): (1.14) chunk.setType(blockPosition, Block.getByCombinedId(combinedId), true); (1.13) chunk.a(blockPosition, Block.getByCombinedId(combinedId), true);

@Xernium Fully synced (on main thread)

Your piglins don't barter the gold ingot but instead just pick it up? This is not a vanilla behavior. Try replicating it on a server with only SSB installed, let...