Item Dupes - Auto Pickup #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Item dupes when interacting with a WorldGuard protected region. CAUSE: AutoPickup being enabled (doesn't check reigon protection) if using on a server just disable this option in config.yml or use /nvus autopickup false command on server.
Fixed in v0.7.0
Still happening in a rare scenario. Investigating now.
Seems to have been fixed. Merging into v0.7.0
AutoPickup now checks if the player can break blocks in the area the block is being mined.
Also checks if they are an owner/member of region if it's protected by WorldGuard.
As well as checks if the player is an admin or otherwise a player with the WorldGuard region bypass permission.
Seems to be fully resolved now but will do further testing!