Sponge equivilent to Bukkit/Spigot's Vault?

Hello,

Years ago I made a plugin which used Vault, mainly for permission and economy integration. Is there a Sponge equivalent to Vault? Or, if I want to hook into an economy plugin, will I have to do it manually?

Thanks

There is no Vault equivalent for Sponge because we don’t need it. Everything we need is already part of SpongeAPI.
https://docs.spongepowered.org/stable/en/plugin/economy/index.html
https://docs.spongepowered.org/stable/en/plugin/permissions.html

1 Like

Sponge has it built in as Yergorix said. Sponge has many API’s that are awesome which Bukkit either lacked or had someone else make them. Its like Sponge devs actually think on how to making life simpler for developers :wink:

1 Like

Oh wow thats great news! I developed plugins back in 2014, so lots has changed haha.

1 Like