-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
World generation problem #65
Comments
Boxed is unfortunately incompatible with MultiverseCore right now. If you use MyWorlds (another multi world plugin) then it works. We'll continue to try and get MV to work, but this is a problem, yes. |
Thank you for your reply. I replaced the plugin, but after reset the new box is still generated with a bug. Is it worth rebuilding the world itself at this point? |
Yes. The seed worlds will have been zeroed (just void), so that's why. |
I deleted the existing boxed worlds, generated new ones, but still no good. What could be the problem? [19:06:02 INFO]: Preparing level "boxed_world" |
Odd. I have not seen that error before. Let me investigate. |
I found that the issue is when the Boxed world is set as the default world. This unfortunately is not really supported. If you don't do this, then it works fine. So, if you can accept a default world, maybe use it for a spawn, then you should be okay. I spent a few hours trying to make changes to Boxed to try to support it being set as the default world but it's has problems - the biomes are random because the default world is made by the server before Boxed can actually make the world. However, it mostly works. You can try it a https://ci.codemc.io/job/BentoBoxWorld/job/Boxed/. The bukkit.yml file would be:
However, I think the biomes issue is a problem and it's easier just to have a default world, even if you never use it. |
So what do you suggest I do? Make the default world a spawn and generate a new Boxed world? Bytheway, I still don't know if the Boxed game mode requires an End world 😐 |
Box doesn't have an End yet and one shouldn't be made by default by the Addon. For the world setup, remove the settings that try to make the Boxed world a default world. A world, world_nether, world_the_end will be created. Make that a spawn/lobby and you can use WorldProtect, etc. to limit what people can do it in. Then players will run /box to start their box, or click on a menu somewhere. I hope that makes sense! |
When I restart the server, I get this error message. Do I have to deal with this? [17:59:28 INFO]: [My_Worlds] Enabling My_Worlds v1.20.4-v3 |
Unfortunately, the console still displays the error message when I restart the server. Why is this? [10:48:57 INFO]: [My_Worlds] Enabling My_Worlds v1.20.4-v3 |
Apart from getting this error, is there any problem? I believe that MyWorlds is trying to preload the world but it cannot because the world is not loaded yet. It does manage to load it later. |
I am also dealing with this same issue.
After /box reset, area around box spawn not generating properly. Logs do not seem out of the ordinary: https://pastebin.com/9DAPqh6g I am using MultiverseCore, though. Additionally - none of my boxed worlds are my default world. I cannot recreate this bug consistently. But figured I'd chime in to let you know this is still happening sometimes. |
@MrZero1 BentoBox does not support area-radius values that are not divisible by 16. Change your area-radius to 320, 160, etc. and delete the world + bentobox database and start from scratch to fix your issue. |
This is Boxed-specific and I have made changes to Boxed so that settings will be adjusted to be every 16 blocks going forward. |
Expected behavior
After boxed reset, the world is generated incorrectly. Sometimes the world around your new box is incomplete, sometimes it is covered with water, but the structures are generated.
Observed/Actual behavior
Steps/models to reproduce
I made the settings as described in the documentation (https://docs.bentobox.world/en/latest/BentoBox/Set-a-BentoBox-world-as-the-server-default-world/), but after the /boxed reset command the world is generated incorrectly.
BentoBox version
Certain words are in Hungarian. Sorry about that. (like Jelenlegi verzió = current version)
[18:27:55 INFO]: Jelenlegi verzió: PAPER 1.20.4.
[18:27:55 INFO]: (git-Paper-436 (MC: 1.20.4))
[18:27:55 INFO]: BentoBox verzió: 2.1.1
[18:27:55 INFO]: Adatbázis: JSON
[18:27:55 INFO]: Betöltött játék világok:
[18:27:55 INFO]: boxed_world (Boxed): Alap világ, Pokol
[18:27:55 INFO]: Betöltött bővítmények:
[18:27:55 INFO]: Biomes 2.1.1 (ENABLED)
[18:27:55 INFO]: Border 4.2.1 (ENABLED)
[18:27:55 INFO]: Boxed 2.4.0 (ENABLED)
[18:27:55 INFO]: CauldronWitchery 2.0.1 (ENABLED)
[18:27:55 INFO]: Challenges 1.2.0 (ENABLED)
[18:27:55 INFO]: Chat 1.1.4 (ENABLED)
[18:27:55 INFO]: CheckMeOut 1.1.1 (ENABLED)
[18:27:55 INFO]: ControlPanel 1.13.1 (ENABLED)
[18:27:55 INFO]: DimensionalTrees 1.7.0 (ENABLED)
[18:27:55 INFO]: Greenhouses 1.7.5 (ENABLED)
[18:27:55 INFO]: InvSwitcher 1.12.0 (ENABLED)
[18:27:55 INFO]: Level 2.12.0 (ENABLED)
[18:27:55 INFO]: Likes 2.3.1 (ENABLED)
[18:27:55 INFO]: MagicCobblestoneGenerator 2.5.1 (ENABLED)
[18:27:55 INFO]: TwerkingForTrees 1.5.0 (ENABLED)
[18:27:55 INFO]: Visit 1.6.0 (ENABLED)
[18:27:55 INFO]: Warps 1.14.0 (ENABLED)
Plugin list
[18:29:02 INFO]: Plugins (36): ArmorStandEditor, BKCommonLib, BentoBox, BentoBox-Biomes, BentoBox-Boxed, BentoBox-CauldronWitchery, BentoBox-Challenges, BentoBox-CheckMeOut, BentoBox-Greenhouses, BentoBox-Level, BentoBox-Likes, BentoBox-MagicCobblestoneGenerator, BentoBox-Visit, BentoBox-Warps, Essentials, EssentialsChat, EssentialsSpawn, EvenMoreFish, ExcellentCrates, ExcellentEnchants, FastAsyncWorldEdit, InfernalMobs, LuckPerms, Multiverse-Core, NexEngine, ODailyQuests, Oraxen, PlaceholderAPI, ProtocolLib, ServerUtils, TAB, Vault, ViaBackwards, ViaVersion, WorldGuard and ntdLuckyBlock
Other
No response
The text was updated successfully, but these errors were encountered: