Failing on any block modification operation
Adamiok opened this issue ยท 0 comments
Server Implementation
Paper
Server Version
1.20.1
Describe the bug
Running any operation, which changes blocks, fails and logs an error into the console.
To Reproduce
- Set up a 1.20.1 paper server with FAWE and join it
- Use the selection wand to select any area in the world
- Type
//set stone
- Observe how the operation fails
Expected behaviour
I expect that the selected area will be set to stone blocks.
Screenshots / Videos
No response
Error log (if applicable)
https://gist.github.com/Adamiok/475116a080bebc46b1516f3fe32664c3
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/6ebf9f7ad61f4bb98b3a6dfac41fbc87
Fawe Version
2.6.5-SNAPSHOT-528
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?
I have contacted support on discord and was asked to create this issue.
Also I have been suggested to disable restriction-restriction-options.allow-blacklists
option as a workaround.