IntellectualSites / PlotSquared

PlotSquared - Reinventing the plotworld
GNU General Public License v3.0
544 stars 750 forks source link

road-flags doesn't work #4524

Open ZuRiKanHD opened 1 week ago

ZuRiKanHD commented 1 week ago

Server Implementation

Paper

Server Version

1.20.4

Describe the bug

Players who spawn a Wither on the wall on their plot can destroy the wall and the road behind it with the Wither. The Wither must touch the blocks to destroy them.

The set flags do not work on the road. Therefore, the Wither can destroy the road.

road:

  width: 11
  height: 62
  block: gray_concrete
  flags:
    block-burn: false
    explosion: false
    mob-break: false
    hostile-attack: false

To Reproduce

  1. Spawn a wither on the plot wall.
  2. Push the Wither against the wall and hit the Wither.
  3. When the Wither tries to free itself, the blocks are broken.

Expected behaviour

The Wither should not be able to break the wall.

Screenshots / Videos

No response

Error log (if applicable)

No response

Plot Debugpaste

https://athion.net/ISPaster/paste/view/d7a720338e414d69b0c3b088b74eab45

PlotSquared Version

PlotSquared version 7.3.11-Premium

Checklist

Anything else?

No response

RedstoneFuture commented 6 days ago

I can replicate this.

grafik