- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
5,107 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks WoT Mods
- Top Starcraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Videos
- Forums
Vault
- 4 Likes
- Minecraft
- 56,308 Monthly Downloads
- Supports: CB 1.2.5-R2.0
- 563,625 Total Downloads
- Updated 5/9/2012 11:54:09 PM
- Created 10/21/2011 12:56:28 PM
- 29 Favorites
- Project Site
- Release Type: Mature
- License: GNU Lesser General Public License version 3 (LGPLv3)
- Newest File: Vault 1.2.16
About Vault
Help support development of Vault:

Vault is a Permissions, Chat, & Economy API to give plugins easy hooks into these systems without needing to hook or depend on each individual plugin themselves. It was born out of a distaste for how both Register and the current Permissions API are run, and their lack of features or over-complicated implementations. Vault attempts to solve these issues by being intuitive and providing plugins with support for any system that they may use.
Permissions:
- vault.admin
- Anyone with this permission will be notified when Vault is out-dated
Vault currently Supports:
- Perms: Permissions 3, bPermissions, PEX, GroupManager, PermissionsBukkit, zPermission
- Econ: iConomy 4,5,6, BOSEconomy 6 & 7, EssentialsEcon, 3Co, MultiCurrency, MineConomy, eWallet, EconXP, CurrencyCore, CraftConomy, AEco
- Bank support in CraftConomy, CurrencyCore, BOSE & iCo6 only
- iCo6/CurrencyCore use merged player/bank accounts. It's suggested to use BOSE for full featured banks.
- Chat: mChat, iChat, bPermissions, PEX, P3, Towny
- JavaDocs: http://mythcraft.dyndns.org/javadoc/vault/
- GitHub: https://github.com/MilkBowl/Vault/
Plugins that use Vault:
- Plugin List
- Please check forum to have your Plugin added.
Linking Vault
There's a slightly longer/more detailed example on the Vault github page on how you might link to vault in a plugin. See: https://github.com/MilkBowl/Vault
The following 3 methods can be used along with the 3 variables to load both the permission, economy, and chat systems from Vault. Make sure to add depend: [Vault] to your plugin.yml - You don't need to use all 3 if you don't want to in your plugin! If you only want one or two of the three APIs only use those ones you need!
NOTICE: Vault automatically logs what Plugins it found and hooks to, there is no need to display this information in your plugin.
NOTICE: Don't Forget To add softdepend: [Vault] or depend: [Vault] to your plugin.yml
public static Permission permission = null; public static Economy economy = null; public static Chat chat = null; private boolean setupPermissions() { RegisteredServiceProvider<Permission> permissionProvider = getServer().getServicesManager().getRegistration(net.milkbowl.vault.permission.Permission.class); if (permissionProvider != null) { permission = permissionProvider.getProvider(); } return (permission != null); } private boolean setupChat() { RegisteredServiceProvider<Chat> chatProvider = getServer().getServicesManager().getRegistration(net.milkbowl.vault.chat.Chat.class); if (chatProvider != null) { chat = chatProvider.getProvider(); } return (chat != null); } private boolean setupEconomy() { RegisteredServiceProvider<Economy> economyProvider = getServer().getServicesManager().getRegistration(net.milkbowl.vault.economy.Economy.class); if (economyProvider != null) { economy = economyProvider.getProvider(); } return (economy != null); }
- added missing sandstone blocks to the item search class
- updated to support Towny .8.10 - this breaks all previous towny support
- added Chat info to vault-info command
- fixed NPE in vault-info command when not all features had been hooked
- No longer display a stack trace when the metrics time out after previously succeeding
- Fixed an NPE in GM group checks
- Added support for SimplyPerms thanks to Xefir
- iCo6 will now display a severe warning until the flatfile manager is made to support threading properly.
- Individual modules failing to load will display an error instead of breaking the entire load process.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| Vault 1.2.16 | Release | CB 1.2.5-R2.0 | 67,043 | 5/9/2012 11:54:09 PM |
| Vault 1.2.15 | Release | CB 1.2.5-R1.0 | 102,222 | 4/14/2012 5:32:07 PM |
| Vault 1.2.14 | Release | CB 1.2.5-R1.0 | 35,310 | 4/7/2012 11:21:38 AM |
| Vault 1.2.13 | Release | CB 1.2.4-R1.0 | 73,647 | 3/15/2012 2:55:56 AM |
| Vault 1.2.12 | Release | CB 1.1-R7 | 43,942 | 3/1/2012 10:42:11 AM |
| Vault 1.2.11 | Release | CB 1.1-R4 | 28,219 | 2/27/2012 12:30:34 PM |
| Vault 1.2.9 | Release | CB 1.1-R4 | 77,399 | 2/18/2012 7:30:35 PM |
| Vault 1.2.8 | Release | CB 1.1-R3 | 120,955 | 2/1/2012 12:01:59 PM |
| Vault 1.2.6 | Release | CB 1.1-R3 | 45,844 | 1/26/2012 11:33:22 AM |
| Vault 1.2.5 | Release | CB 1.1-R1 | 46,968 | 1/17/2012 8:34:37 AM |
| Vault 1.2.4 | Release | CB 1.1-R1 | 17,976 | 1/13/2012 6:30:19 PM |
| Vault 1.2.3 | Release | CB 1.0.1-R1 | 38,025 | 1/2/2012 1:04:08 PM |
| Vault 1.2.2 | Release | CB 1.0.1-R1 | 7,179 | 12/31/2011 8:25:15 PM |
| Vault 1.2.1 | Release | CB 1.0.1-R1 | 1,687 | 12/31/2011 11:51:51 AM |
| Vault 1.2.0 | Release | CB 1.0.1-R1 | 13,152 | 12/26/2011 7:41:17 PM |
| Vault 1.1.9 | Release | CB 1.0.1-R1 | 24,613 | 12/16/2011 9:35:57 AM |
| Vault 1.1.8 | Release | CB 1.0.1-R1 | 8,075 | 12/9/2011 9:23:52 AM |
| Vault 1.1.7 | Release | CB 1.0.1-R1 | 3,154 | 12/6/2011 1:47:47 PM |
| Vault 1.1.6 | Release | CB 1.0.1-R1 | 3,768 | 12/3/2011 1:37:19 PM |
| Vault 1.1.5 | Release | CB 1337 | 4,458 | 11/29/2011 5:05:19 PM |
| Vault 1.1.4 | Release | CB 1337 | 1,825 | 11/27/2011 1:43:45 PM |
| Vault 1.1.3 | Release | CB 1337 | 4,784 | 11/19/2011 7:21:25 PM |
| Vault 1.1.2 | Release | CB 1337 | 1,544 | 11/16/2011 11:58:15 PM |
| Vault 1.1.1 | Release | CB 1337 | 4,447 | 11/8/2011 6:07:28 PM |
| Vault 1.1.0-b66 | Release | CB 1337 | 2,320 | 10/31/2011 4:36:35 PM |
| Vault - 1.0.0-b45 | Release | CB 1337 | 2,020 | 10/21/2011 1:13:26 PM |
Top Downloads
-
- WorldEdit
- Admin Tools, Anti-Griefing Tools, Informational, Teleportation, and World Editing and Management
- 160,285 Monthly Downloads
-
- WorldGuard
- Admin Tools, World Editing and Management, Fixes, General, and Anti-Griefing Tools
- 83,258 Monthly Downloads
-
- ChestShop (iConomyChestShop)
- Admin Tools, Informational, Mechanics, Role Playing, and Economy
- 71,922 Monthly Downloads
-
- CraftBukkitUpToDate
- Admin Tools
- 62,067 Monthly Downloads
-
- iConomy
- Developer Tools and Economy
- 56,818 Monthly Downloads
