Zrips / CMI

116 stars 97 forks source link

Homes in a custom world (PlotSquared, BentoBox BSkyblock) #4362

Open x1p opened 4 years ago

x1p commented 4 years ago

Description of issue: After the update to 8.7.8.3, players are unable to access their homes. Their homes gui remains as black stained glass. When they do /home nameofthehome it notifies the player: worldDontExist: '&cTarget world can''t be accessed anymore. Can''t teleport you there!'

New homes function like normal

Raw data of the homes shows nothing special. Home%%bskyblock_world:865.5:129.6:870.5:65.1:89.55;MyIsland%%bskyblock_world:864.5:129.0:864.5:0.0:0.0 In above example only the MyIsland home appears in the gui. Gui shows 2/100 where only 1 is visible.

OP player can't see the players home either. Nothing changed on the Bentobox/Skyblock side. Not permission related.

Looks related to combat update (CMI 8.7.8.3) but no commands are blocked. My guess is that there is something changed in the way custom world generators are supported but I'm not sure because there are no clues in the changelog concerning homes or custom worlds


Cmi Version (using/cmi version): 8.7.8.3 Server Type (Spigot/Paperspigot/etc): Paper Server Version (using /ver): 1.16.3 Relevant plugins (Delete if this isn't needed): BentoBox (skyblock plugin)

x1p commented 4 years ago

Although you can make a new home in game, the homes are inaccessable after restart.

The change in code is likely caused by this last change:

This causes issues in plugins that handle custom worlds (without the need for multiverse) In such plugins, multiverse is not recommended as it can cause issues. Concerns plugins such as:

CloudeLecaw commented 3 years ago

Well we also use multiverse and dont see any issues as long as you dont lod/unload the worlds each secound. Its just important to use latest build von the dev site and not the last spigot released one https://ci.onarandombox.com/job/Multiverse-Core/

Last Update is build #8​15 from 08.10.2020 06:38

Most important changes in multiverse-core: Build798 - Disallow world names with spaces build806 - Loads unloaded world before deleting

x1p commented 3 years ago

I know, I know Thnx anyway

Kesims commented 3 years ago

Hello, I have exactly the same problems. Worlds like bentobox_world_nether loads after CMI, so it thinks that the world does not exist and breaks /home etc.