Error at the //regen command
cryptxon opened this issue ยท 4 comments
Server Implementation
Paper
Server Version
1.16.5
Describe the bug
After selecting the territory I write in the chat //regen and I get an error
To Reproduce
- Taking a wooden axe in your hand
- Allocate an area
- write //regen
Expected behaviour
The allocated area should be restored to its original appearance
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/123b2279427f4484a6b6a931fe517177
Fawe Version
FastAsyncWorldEdit-322 Authors: Empire92, MattBDev, IronApollo, dordsor21 and NotMyFault
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
Given I'm not able to replicate that on 1.19.3, this looks like a specific issue on 1.16.5.
Given I'm not able to replicate that on 1.19.3, this looks like a specific issue on 1.16.5.
yes, this interface (or class?) is from 1.17
...in 1.16.5 impl
Yeah is a specific error.
The class of BiomeProvider what we use. Is only available up to 1.17. Also fallback its not possible
1.16.5 Docs https://helpch.at/docs/1.16.5/org/bukkit/World.html
1.17.1 Docs https://helpch.at/docs/1.17.1/org/bukkit/World.html#getBiomeProvider()