© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
AdmincraftA
Admincraft•3y ago•
132 replies
EarthCow

Multiverse Core not found

Can someone take a look at this and tell me why it might not be confirming the multiverse plugin as an instance of multiverse. I can't figure it out

private void loadMultiverseCore() {
    Plugin multiversePlugin = getServer().getPluginManager().getPlugin("Multiverse-Core");
    if (multiversePlugin instanceof MultiverseCore) {
        MVWorldManager = ((MultiverseCore) multiversePlugin).getMVWorldManager();
    } else {
        throw new RuntimeException("Multiverse-Core not found!");
    }
}
private void loadMultiverseCore() {
    Plugin multiversePlugin = getServer().getPluginManager().getPlugin("Multiverse-Core");
    if (multiversePlugin instanceof MultiverseCore) {
        MVWorldManager = ((MultiverseCore) multiversePlugin).getMVWorldManager();
    } else {
        throw new RuntimeException("Multiverse-Core not found!");
    }
}


I have the 4.3.1 API and MultiverseCore-4.3.1 installed and running on my server yet it still tells me it's not found. Not sure what it is
AdmincraftJoin
10,704Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Next page

Similar Threads

End & Multiverse-Core
AdmincraftAAdmincraft / questions
3y ago
Magma - Multiverse Core with Biome mods
AdmincraftAAdmincraft / questions
3y ago
DiscordSRV not working with Multiverse-Core (minecraft to discord)
AdmincraftAAdmincraft / questions
7mo ago
Adventure Map World with Multiverse-Core (Paper)
AdmincraftAAdmincraft / questions
2y ago