cybertiger / Bukkit-Instances

Instances for CraftBukkit
GNU Lesser General Public License v3.0
9 stars 16 forks source link

Empty instanced worlds #75

Open ArVdC opened 8 years ago

ArVdC commented 8 years ago

Hi Cyber,

I've a big issue since the v1.9.4 update (the same with v1.10) : an empty map appears instead the expected instanced world.

When I use the v1.9.2 of Spigot with Instances 1.24 (or 1.25), everything works correctly.

However the log file doesn't show any error when I enter in an empty instance. latest.txt

Maybe can you tell me wich versions of Multiverse, Protocolib, WorldEdit, Worldguard (...) must be used to maximize the compatibility with your plugin ?

Thank you so much for your concern.

Scratch741 commented 7 years ago

Have you solved this? I'm getting void worlds on 1.9.4 too, even with instances 1.26

ArVdC commented 7 years ago

No, I never solved this. Indeed I don't use this plugin anymore. I actually use WorldEdit's and WorldGuard's commands to restore parts of the map :

/rg select [region_name]
/snap use latest
//restore

But that is far from perfect solution ... Check the doc at http://wiki.sk89q.com/wiki/WorldEdit/Snapshots

Scratch741 commented 7 years ago

Thats a kind of a replacement... I stood on 1.9.2, just because of instances. Thanks for answer.