Jordan

Results 179 comments of Jordan

What's the performance impact of this? Also is setting blocks via the world safe to do during the populate chunk phase, given neighbour-generation-state requirements?

A reasonable extension to this would be setting NBT data as well (https://github.com/IntellectualSites/PlotSquared/issues/3579)

I think it would also be a good idea to add a global prevention for beacon effects "leaking" out of plots, able to be enabled/disabled under the paper block in...

You can add it to the plotExit method in `com.plotsquared.core.listener.PlotListener`

It would probably be best to add it to the PlotPlayer

There's no API in bukkit/spigot(/paper that I'm aware of) that allows for lighting to be "generated" with lighting blocks placed. You can also quite easily see many lighting issues during...

~~This will almost certainly be it, as FAWE starts using the chunk as soon as it's loaded~~

The methods in BukkitWorld for getting entities ultimately only ever get the loaded entities https://github.com/IntellectualSites/FastAsyncWorldEdit/blob/main/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit/BukkitWorld.java#L142-L165 which is completed before any chunks are loaded by FAWE in ForwardExtentCopy

Why did you close this? Having a system to load chunks for operations that otherwise wouldn't is a reasonable addition imo

The upstream label was there cos it's also an upstream issue, not necessarily meaning it can/should only be fixed there