-
-
Notifications
You must be signed in to change notification settings - Fork 3
Supported Plugins
Max L edited this page Mar 10, 2023
·
2 revisions
Any plugin can implement and register a provider the same way as it was possible with Vault (TODO: instructions on wiki).
Tresor also automatically supports all plugins that support the Vault Permissions, Economy, and Chat services!
For convenience implementations of providers for the following popular plugins are provided directly in Tresor:
- LuckPerms (Permissions, Chat, UUID)
- BungeePerms (Permissions, Chat, UUID)
- GroupManager (Permissions, Chat, UUID)
- EssentialsX (Economy, Chat, UUID, Namechanges, Player Statuses, Regions)
- CraftConomy3 (Economy)
- ChestShop (Item data storage, Protection)
- Bolt (Protection)
- LWCX (Protection)
- Lockette (Protection)
- WorldGuard (Regions, Protection)
- PlotSquared (Regions)
- RedProtect (Regions)
- Factions (Regions, Clans)
- Towny (Regions, Clans)
- PlaceholderAPI (Placeholders)
- MineDown (Component Parsing)
- MiniMessage (Component Parsing)
- LogBlock (Logging, UUID)
- CoreProtect (Logging, UUID)
- AuthMe (Authentication)
- MCAuthenticator (Authentication)
- LibreLogin, formerly LibrePremium (Authentication)
- OpeNLogin (Authentication)
- nLogin (Authentication)
You want a plugin supported? Open an issue or contact the plugin dev directly!
Known other plugins that implement service providers themselves.
- EssentialsX (Legacy Economy)
- LuckPerms (Legacy Economy)
Known third-party plugins that use Tresor/Vault providers in some way or another. If you are a dev then see here how to hook into Tresor correctly.
- ChestShop
- ... add your own