Using //undo in a claim fails using inventory mode
CooperRules opened this issue ยท 2 comments
Server Implementation
Paper
Server Version
1.19.2
Describe the bug
When a user has a claim and they are trying to //undo or //redo one of their edits, the command fails. FAWE still sends the "Undid 1 available edits", but no action actually occurs. This error does NOT occur if the inventory mode of FAWE is set to 0 (creative mode), and only occurs on 1 and 2.
No error in console.
To Reproduce
- Set inventory mode to 1 in config
- Make an edit, stand in a claim, and attempt to undo it
- Bug
Expected behaviour
- User makes an edit, wants to undo it
- Uses //undo, gets "Undid 1 available edits", last edit is undone.
Screenshots / Videos
https://www.youtube.com/watch?v=sjkk55my-_0
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/16c28ba3b97e4bb7a9d8b5cea2193377
Fawe Version
FastAsyncWorldEdit version 2.5.1-SNAPSHOT-344;5e8bc5c
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
Can you tell me which plugin is used for claiming in your video? Is it Griefprevention?
I looked into it a little bit more to find out if this issue is more on the side of Griefprevention. That plugin wasn't updated after 1.17, even the fork is 1 year untouched. I guess if you use a different protection plugin or the right version for the plugin (in this case 1.17 server and fawe) it might could work, but it's not a good idea to downgrade your minecraft server as it might break. Better to change the plugin or fork it and make the usage of fawe in Griefprevention working right again.