Sentropic / SkillAPI-s

A flexible API for easily creating skills and classes with visual skill trees
13 stars 10 forks source link

Conflict with Parties #43

Open AlessioDP opened 3 years ago

AlessioDP commented 3 years ago

Describe the bug SkillAPI is loading before any plugin called "Parties", this breaks the compatibility with the plugin "Parties" by AlessioDP, that hooks into SkillAPI to share party experience: https://github.com/AlessioDP/Parties

Expected behavior The plugin should not have in softdepend "Parties" (https://github.com/Sentropic/SkillAPI-s/blob/master/src/main/resources/plugin.yml):

softdepend: [Vault, ProtocolLib, Parties, RPGInventory, LibsDisguises, PlaceholderAPI, NoCheatPlus, MythicMobs, WorldGuard, WorldEdit]

It should be:

softdepend: [Vault, ProtocolLib, RPGInventory, LibsDisguises, PlaceholderAPI, NoCheatPlus, MythicMobs, WorldGuard, WorldEdit]