MilkBowl / VaultAPI

API Component of Vault
GNU Lesser General Public License v3.0
273 stars 109 forks source link

Vault loading after my plugin #120

Closed GRIERIOR closed 3 years ago

GRIERIOR commented 3 years ago

Hello, in my plugin.yml i have depend: [WorldGuard, Vault], but Vault still loading after my plugin.

Patfreeze commented 3 years ago

I have the same issue. I try to scheduleSyncDelayedTask() but it seems not found the Economy.class.

Geolykt commented 3 years ago

Bukkit classloading at it's peak. Could you show the full stacktrace? It may contain valueable information.

That being said I am 80% sure that this isn't a vault issue, but rather a bukkit classloading issue

GRIERIOR commented 3 years ago

Actually i fixed it by myself. I just realized im most stupid people on the earth, vault needs economy plugin like Essentials to load Economy class xD