Adding fake player with uuid doesn"t work.
shadow2921 opened this issue ยท 7 comments
Hi,
I'm currently playing on a 1.20.1 modpack (Reclamation).
I would need the block placer from NaturesAura to be allowed to place block on my claim (it's a block which doesn't moove).
This block use the neoforge default name for fake players ([Minecraft]) with the default uuid.
Here is the config : staticFakePlayers = ["41C82C87-7AfB-4024-BA57-13D2C99CAE77", "[Minecraft]" ]
Even with this config, the placer isn"t allowed to place block.
I see no reason for it to not work.
Is the block placer on the very edge of a claim?
Ah, I know what's wrong. The fake player is not actually moved to the position of the block placer, so it can't be used with this option.
Yep i Do so the config files stays the same as edited and the server closure cannot overwrite the file :)
Going to add another option or improve this one to support such cases: #740