LuckPerms

LuckPerms

41.4k Downloads

Unable to place blocks when in proximity of an OP.

KuromeSama6 opened this issue · 3 comments

commented

Description

Blocks are unable to be placed down for a non-op player, when said player is in range of a OP.

  • BlockPlaceEvent is not cancelled, and the corresponding block is removed from the player’s inventory after being placed, but the block disappears immediately.

Reproduction Steps

Give one player luckperms.autoop

Have corresponding auto op features enabled.

Have a non op player place a block near the opped player.

Expected Behaviour

The block will disappear, but will not be return to the player’s inventory.

  • Disablement of the LuckPerms plugin through Plugman fixes the problem.
  • The OP is not affected.
  • If no OPs are online, both players are not affected.

Server Details

PaperMC 1.12.2 b1612

LuckPerms Version

v5.4.88

Logs and Configs

No response

Extra Details

No response

commented

Runtime loading/disabling/reloading of LP with Plugman or similar is not supported. Restart your server.

As for the actual issue, LP does not touch any ingame events i.e. block break, another plugin is at fault.

commented

The issue persists on a clean installation with no plugins other than LuckPerms installed.

I am disabling LuckPerms using Plugman just for comparison. After disablement the issue no longer occurs. The issue also does not occur if the server is started without LuckPerms installed.

commented

Have you tried without luckperms and manually /op the player?
LP de-ops auto-op'd players when they leave or the plugin is disabled, so disabling luckperms during runtime will remove the op status and the state you are trying to reproduce is different by then.