IntellectualSites / FastAsyncWorldEdit

Blazingly fast world manipulation for artists, builders and everyone else: https://www.spigotmc.org/resources/13932/
Other
609 stars 215 forks source link

FastAsyncWorldEdit bypasses GriefDefender protection #2889

Closed TWME-TW closed 3 weeks ago

TWME-TW commented 1 month ago

Server Implementation

Paper

Server Version

1.21

Describe the bug

When a player uses GriefDefender to create a claim, they then use FAWE to edit the claim. Delete the claim and players can still use FAWE operations in the area until the player rejoins.

I've stated this issue to the GriefDefender author, but he said it's a FAWE issue.

To Reproduce

Create a claim and use FAWE to edit within the claim. Delete the claim and use FAWE to edit it.

Expected behaviour

After deleting a claim, players should not be able to use FAWE to edit the area of ​​that claim (which has been deleted).

Screenshots / Videos

No response

Error log (if applicable)

No response

Fawe Debugpaste

https://athion.net/ISPaster/paste/view/3c40e048757d4377a036c0c26e8b3ee3

Fawe Version

2.11.2-SNAPSHOT-883;a64e09a

Checklist

Anything else?

No response

TWME-TW commented 1 month ago

After testing, I think the GriefDefender Api works normally, but FAWE does not retry to obtain a new claim but caches the mask generated by the old claim.