FastAsyncWorldEdit icon indicating copy to clipboard operation
FastAsyncWorldEdit copied to clipboard

[Feature Request] Regenerator NMS ChunkGenerators Support

Open ojmaster opened this issue 1 year ago • 1 comments

What feature do you want to see added?

Hello, I am using the Terra Plugin which uses a NMS ChunkGenerator, currently it is unsupported as when i try to do the //regen command I get this error [ERROR] Unsupported generator type com.dfsek.terra.bukkit.nms.v1_20_R1.NMSChunkGeneratorDelegate. I'd really appreciate it if this was added!

Are there any alternatives?

Nope

Anything else?

No response

ojmaster avatar Jan 04 '24 04:01 ojmaster

The reason why custom NMS-based chunk generators aren't supported is that it is impossible to support them without explicitly writing code for each of them. The newer spigot API also supports far better chunk generation than before, and it should be used instead.

SirYwell avatar Jan 06 '24 16:01 SirYwell

@SirYwell is regenerating with custom generators something that would be possible when using the new generation API?

dordsor21 avatar Jun 02 '24 16:06 dordsor21

We currently try to create custom generators that are written using the bukkit api (whether old or new), and those work. But arbitrary classes extending the NMS stuff aren't supported.

SirYwell avatar Jun 02 '24 18:06 SirYwell

Mm can probably close this then, and if people have issues with custom generators using the proper API we can investigate

dordsor21 avatar Jun 02 '24 19:06 dordsor21