PlotSquared
PlotSquared copied to clipboard
/p clear has trouble with custom biomes
Server Implementation
Paper
Server Version
1.19.3
Describe the bug
When I try to clear a plot that has a custom registered biome with Volans (or any other custom biome plugin), errors happen in the console.
To Reproduce
- Create a custom biome using a biome plugin
- Use for example /p setbiome $volans:blue (normally: /p setbiome $yourplugin:yourbiome)
- Try to clear the plot with /p clear
- Wait for errors / result
Expected behaviour
It should remove what was build on the plot, maybe also the custom biome, but you could always override the biome with /p setbiome forest. It does unfortunately not work for this case, as the backup process became stuck and overriding biomes only helps for the /p clear process after a server restart.
Screenshots / Videos
No response
Error log (if applicable)
https://paste.gg/p/anonymous/24d5a1203890463289561c3db3905d61
Plot Debugpaste
https://athion.net/ISPaster/paste/view/833d3df57c844b21be02b4d6953709f4
PlotSquared Version
6.10.4
Checklist
- [X] I have included a Plot debugpaste.
- [X] I am using the newest build from https://www.spigotmc.org/resources/77506/ and the issue still persists.
Anything else?
I am not sure if it is 100% a plotsquared or a FAWE / Worldedit issue because there are different problems mixing in together
It's actually the same exception but a different command. I think the issue is on recognizing custom made biome types (or custom biomes).
Here the "same" exception but it looks like it tells you more about the main issue: https://paste.gg/p/anonymous/bc6a676b714c4f0e8ff91666105bbe35
Hi, this issue has already been fixed. https://github.com/IntellectualSites/FastAsyncWorldEdit/pull/2510