Open Parties and Claims

Open Parties and Claims

39M Downloads

Adding fake player with uuid doesn"t work.

shadow2921 opened this issue ยท 7 comments

commented

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.

commented

I see no reason for it to not work.
Is the block placer on the very edge of a claim?

commented

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.

commented

Or maybe not. Let me think.

commented

Did you stop the server before editing the file?

commented

Yep i Do so the config files stays the same as edited and the server closure cannot overwrite the file :)

commented

Yeah, I think that's the issue after all.

commented

Going to add another option or improve this one to support such cases: #740