WorldGuard

WorldGuard

8M Downloads

Extinguishing candles shouldn't depend on the interact flag

TheoRetisch1 opened this issue ยท 2 comments

commented

WorldEdit Version

7.2.9-SNAPSHOT

WorldGuard Version

7.0.7-SNAPSHOT+2174-4abf971

Platform Version

git-Paper-173 (MC: 1.18.1)

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using a version of WorldGuard compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

The extinguishing of candles depends on the interact flag. This should not be the case because extinguishing candles is more equivalent to destruction than simple interaction. While other objects affected by the interact flag can be restored to their original state with another click, candles require permissions to relight them. Thus, extinguishing candles does not correspond to the original intention of the interact flag. Furthermore, it is highly incosequent to include lighting and extinguishing candles in different flags. Would be cool if interacting with candles could be bound to building rights.

Expected Behavior

Extinguishing candles only should be possible with building rights.

Reproduction Steps

  1. Protect a region.
  2. Set interact to allow.
  3. Right click a candle without building rights -> the candle goes out

Optional WorldGuard-Report

No response

Anything Else?

No response

commented

Thanks for testing, let's change the title of the bug report:
The extinguishing of candles depends on the interact flag. This shouldn't be the case because extinguishing candles is more equivalent to destruction than simple interaction. While other objects affected by the interact flag can be restored to their original state with another click, candles require permissions to relight them. Thus, extinguishing candles does not correspond to the original intention of the interact flag. Furthermore, it is highly incosequent to include lighting and extinguishing candles in different flags. Would be cool if interacting with candles could be bound to building rights.