well, basically if you create a new dungeon, and then restart the server, the plugin says there is not dungeon with that name!
papermc 1.21.1 dungeons version Build 225
#5345 opened by Unknown 1 year ago
well, basically if you create a new dungeon, and then restart the server, the plugin says there is not dungeon with that name!
papermc 1.21.1 dungeons version Build 225
Please share your logs and check your maps folder for the dungeon. The dungeon should still exist in the MythicDungeons/maps. If it doesn't there's likely an error being fired, which I'll need your logs to troubleshoot.
hi! thats the weird thing, the map still remaining in the folder MythicDungeons/maps, it just not being recognized by the plugin, that happens with all the dungeons i created, asoon i restart the server the dungeons stop to be recognized. also there is not errors in the console, just the one tell me there is not dungeon with that name.[Legacy attachment omitted]
I still need your full logs to properly inspect the issue. The next thing I would check is your dungeon's config file. What does the DungeonType say? If it's set to null, change it to a valid dungeon type (classic, procedural, continuous)
If that turns out to be the problem, I think I know where the issue lies and can fix it so it doesn't happen in the future, but I need a confirmation that this is the problem.
DungeonType: CLASSIC
this is the option it comes with, and i keep it like this, same issue. i attached the full log.
[Legacy attachment omitted]
I had the same problem, my dungeon was in DungeonType: '', using DungeonType: 'classic' fixed it (in my case)
It's very likely you're encountering what Kdriiq1 described. Please double check that the newly created dungeon's config has a valid DungeonType. Make sure you're checking the config.yml located in your new dungeon's map folder and not the default-config.yml file.
That said, the latest dev build should fix this issue.