Track who placed Annihilation Plane and use it with the FakePlayer
Sir-Will opened this issue ยท 4 comments
At the moment any permissions/claim mods will prevent the block breaking as a unknown fakeplayer is being used.
If it would use the game profile of the player who placed it, like other mods do, this wouldn't be an issue.
We simply reuse the generic fakeplayer provided by forge instead of creating a mod specific fakeplayer. Trying to track the actual player is simply to complicated and prone to many issues. E.g. it would be affect by chunkloading order and similar.
As it is the generic fakeplayer, either the permission plugin should take it into account or ideally should help forge to provide a best practice approach to make it easier for everyone as well as ideally deprecate anything which should be avoided.
I didn't notice any issues with EnderIO, ThermalExpansion and few other mods with block placers/breakers so I assume they all do the same.