imDaniX / Dangerous-Caves-2

Minecraft Bukkit plugin for a new cave experience
MIT License
22 stars 7 forks source link

DC2 not working #44

Closed DSJZ closed 3 years ago

DSJZ commented 3 years ago

DC2 not working on my severs, mobs not spawning, no structures, cave aging is also not present. Do i need to install another plugin?

imDaniX commented 3 years ago

No, it should work as-is. Does /dcaves command works? If doesn't - please send your start-up log(until "Done" message) and send it with https://hatebin.com/

DSJZ commented 3 years ago

No, it should work as-is. Does /dcaves command works? If doesn't - please send your start-up log(until "Done" message) and send it with https://hatebin.com/

Ok, so the command works, but nothing spawns naturally. I even remove all plugins except for DC2 still didnt work. Things arent spawning naturally. All vanilla mobs, no cave aging. Etc.

DSJZ commented 3 years ago

https://hatebin.com/qybozsfakk

imDaniX commented 3 years ago

Ah, I get it. Your world name is different. Every feature contains the worlds section - you should make it empty or replace world with your overworld world name. So

worlds:
  - world

should become

worlds:
  - Salakkau

Replace it in every feature section.

Also, next time please use bug-report template.

DSJZ commented 3 years ago

Ah, I get it. Your world name is different. Every feature contains the worlds section - you should make it empty or replace world with your overworld world name. So

worlds:
  - world

should become

worlds:
  - Salakkau

Replace it in every feature section.

Also, next time please use bug-report template.

Ah okay, my bad. I thought i didnt need to change that. Thank you 🙏🏻

imDaniX commented 3 years ago

Glad to hear it helped you.