nvx / CleanroomGenerator

CleanroomGenerator - Clean Room style flat world Chunk Generator for the Minecraft Server Mod Bukkit. See the Bukkit forum thread for more information.
https://dev.bukkit.org/projects/cleanroomgenerator
GNU Affero General Public License v3.0
18 stars 23 forks source link

CleanroomGenerator does not work #36

Open sovtec opened 1 year ago

sovtec commented 1 year ago

Hello

during my testing, I have seen that the command /mvcreate normal -g CleanroomGenerator:. does not work and sends a message saying "Invalid generator! 'CleanroomGenerator:.' aborting world creation"

How am I supposed to make a clean world?

Using paper 1.19-81 trying to use the CleanroomGenerator with a plugin so it would be nice to get some answers :)

Regards

nvx commented 1 year ago

Sounds like the plugin failed to load. Are there any startup errors?

sovtec commented 1 year ago

Sounds like the plugin failed to load. Are there any startup errors?

Plugin loads up fine and works but the generator does not work CleanroomGenerator

No, to be honest, this problem had been around for a while but I was not reporting on it before now, I use paper mc tho, this should be taken into consideration

KingZhara commented 1 year ago

Are you sure that the plugin is loading correctly? You can check the logs to make sure but if it is then test this command and see if it creates a void world /mvcreate cleanroom normal -g CleanroomGenerator:. I know you have tried it before but if it fails then you may want to update both cleanroom and multiverse core.

sovtec commented 1 year ago

Are you sure that the plugin is loading correctly? You can check the logs to make sure but if it is then test this command and see if it creates a void world

/mvcreate cleanroom normal -g CleanroomGenerator:.

I know you have tried it before but if it fails then you may want to update both cleanroom and multiverse core.

Both updated, still error when using the generator but not when not using the generator

KingZhara commented 1 year ago

Have you tried updating your server .jar file to the latest version provided by paper?