Skip to content

Circular Plugin Loading Dependency with Multiverse-Core__ #49

Description

@imSpartann

Hi MrMarL,

I noticed the following warning during server startup and wanted to report it.

[06:19:41] [Server thread/ERROR]: [LoadOrderTree] =================================
[06:19:41] [Server thread/ERROR]: [LoadOrderTree] Circular plugin loading detected:
[06:19:41] [Server thread/ERROR]: [LoadOrderTree] 1) Multiverse-Core -> Oneblock -> Nexo -> MythicMobs -> Multiverse-Core
[06:19:41] [Server thread/ERROR]: [LoadOrderTree]    Multiverse-Core depend/softdepend: [Vault, PlaceholderAPI]
[06:19:41] [Server thread/ERROR]: [LoadOrderTree]    Oneblock loadbefore: [Multiverse-Core]
[06:19:41] [Server thread/ERROR]: [LoadOrderTree]    Oneblock depend/softdepend: [PlaceholderAPI, WorldGuard, ItemsAdder, Oraxen, Nexo, CraftEngine]
[06:19:41] [Server thread/ERROR]: [LoadOrderTree]    Nexo loadafter: [AxiomPaper, BentoBox, BlockLocker, Factions, HuskClaims, HuskTowns, Lands, MMOItems, ModelEngine, MythicCrucible, MythicMobs, PlaceholderAPI, PlotSquared, Spartan, TAB, Towny, Vacan, Vulcan, WorldEdit, WorldGuard]
[06:19:41] [Server thread/ERROR]: [LoadOrderTree]    MythicMobs loadbefore: [Quests]
[06:19:41] [Server thread/ERROR]: [LoadOrderTree]    MythicMobs depend/softdepend: [Multiverse-Core, Heroes, PhatLoots, Vault, MagicSpells, MiniaturePets, LibsDisguises, WorldGuard, Holograms, HolographicDisplays, PlaceholderAPI]
[06:19:41] [Server thread/ERROR]: [LoadOrderTree] Please report this to the plugin authors of the first plugin of each loop or join the PaperMC Discord server for further help.
[06:19:41] [Server thread/ERROR]: [LoadOrderTree] =================================

I also noticed the following entries in OneBlock's plugin.yml:

loadbefore: ['Multiverse-Core']
softdepend: ['PlaceholderAPI', 'WorldGuard', 'ItemsAdder', 'Oraxen', 'Nexo', 'CraftEngine']

Environment:

  • Paper 1.21.11 build 132
  • OneBlock 1.6.2
  • Nexo 1.19.1
  • MythicMobs 5.12.0-SNAPSHOT
  • Multiverse-Core 5.7.0-pre.1

The server continues to start and OneBlock appears to load successfully, but Paper consistently reports the circular plugin loading warning above.

Could you please investigate this and, if appropriate, resolve the circular dependency in a future update?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions