LuckPerms

LuckPerms

1M Downloads

Use items into spawn area

Closed this issue · 2 comments

commented

Description

Hello,
I've noticed a rather strange bug on my server.
I'm using "luckperms.autoop" in my administrator group.
The issue is quite odd: around the spawn area, players can use enchantment tables, ender chests, regular chests, etc., as long as I'm not connected as the founder.
As soon as I connect, when a player tries to open a chest, enchantment table, etc., nothing happens.

I've disabled all my plugins except for LuckPerms, and the issue still persists.
If I remove myself from the founder group — which only contains "luckperms.autoop", "prefix.100.&7⧼&4Founder&7⧽&4", "weight.100" — then everything goes back to normal.
Players are also able to open these items when they're far from spawn, even if I'm connected as OP.

I really don't understand what's causing this. I've already tried deleting users from the database, but it didn't help.
I also get no errors in the console or logs when this happens.

Thanks a lot in advance for any help!

Reproduction Steps

Use "luckperms.autoop" into a admin group.
Go near spawn, default user can't use chest,enderchest,... if admin is connected

Expected Behaviour

Chest,enderchest,... should be usable

Server Details

git-paper-1.21.4#230

LuckPerms Version

v5.4.164

Logs and Configs

No response

Extra Details

No response

commented

vanilla spawn protection is disabled if the server does not have any OPs. you can disable it all the time by setting the spawn radius to 0 in server.properties

commented

Whoa, I had no idea the server handled spawn protection like that! Thanks a ton!