FairyVaults v1.4.7

Vaults with customizable name & icon, full NBT Support, custom textures & models.
  • FairyVaults Header.png
  • Vault Overview.png
  • Vault Customization.png
  • Vault View.png
  • Vault Combined.png
  • Purple Shulker Customization.png
  • Purple Shulker Icon selection.png
  • Purple Shulker Overview.png
  • Shulker Purple Preview.gif
  • Code_ilJPQHsaUo.png
  • Code_Wl3Vf1jSYH.png
  • shulker new color variants.png
  • FairyVaults Header.png
  • Vault Overview.png
  • Vault Customization.png
  • Vault View.png
  • Vault Combined.png
  • Purple Shulker Customization.png
  • Purple Shulker Icon selection.png
  • Purple Shulker Overview.png
  • Shulker Purple Preview.gif
  • Code_ilJPQHsaUo.png
  • Code_Wl3Vf1jSYH.png
  • shulker new color variants.png

fairy testserver.png


✨ FairyVaults ✨

Give your players the ultimate storage solution with FairyVaults! Store items securely in customizable private vaults. Server admins can distribute vaults via permissions and commands.

Visit our wiki for more information!

Features

  • 🌟 Easy Vault Management
    • View all vaults with a single command.
    • Customize vault names with colors and icons shown in the overview.
    • Unlimited vaults with pagination support.
    • Compatible with Minecraft versions 1.8 - 1.21.
    • Full NBT Support
    • Convert from existing plugins like PlayerVaultsX or AxVaults
  • 🔧 Full Configuration
    • 100% configurable (Inventories, Messages, Vaults, Command aliases, and more).
    • Use Hex & Gradient everywhere
    • Different sizes of all menus through a simple format
    • Custom models, textures or items
    • Admin management tools: Clear, Delete, View vaults, even when the player is offline.
    • Supported databases: sqlite, mysql, postgres.
    • PlaceholderAPI Support
  • 🚀 Performance
    • No performance issues or lag.
    • Fast and frequent updates and bug fixes.
    • Active Discord support for any assistance.
    • Dupe Protection
  • 🛠️ User-Friendly Commands
    • Commands & arguments are tab-completable for ease of use.
  • 📚 Documentation
    • All configurations are documented via comments
    • Browse our online documentation here

Commands & Permissions

  • /fairyvaults - Open the overview menu.
  • /fairyvaults <number> - Open your vault directly.
  • /fairyvaults admin reload - Reload all configs.
    • Permission: fairyvaults.command.admin.reload
  • /fairyvaults admin give <player> [amount] - Give a vault to a player.
    • Permission: fairyvaults.command.admin.give
  • /fairyvaults admin view <player> [number] - View a player’s vault overview or directly a vault.
    • Permission: fairyvaults.command.admin.view
  • /fairyvaults admin delete <player> [number] - Delete all or a single vault from a player.
    • Permission: fairyvaults.command.admin.delete
  • /fairyvaults admin clear <player> [number] - Clear all or a single vault from a player.
    • Permission: fairyvaults.command.admin.clear
  • /fairyvaults admin convert <plugin> - Migrate vaults from a different plugin
    • Permission: fairyvaults.command.admin.convert
  • Permission: fairyvaults.vault.<amount> - Give players vaults through permissions.
  • Permission: fairyvaults.vault.name.color.<color> - Allow players to use a color in their vault name.
  • Permission: fairyvaults.vault.name.color.hex - Allow players to use a hex color
  • Permission: fairyvaults.vault.name.color.gradient - Allow players to use a gradient for names
  • Permission: fairyvaults.vault.name.color.rainbow - Allow players to use a rainbowed name
Note: <> means required, [] means optional.

Screenshots & Gifs

Note: The Purple Shulker configuration is an additional add-on available for purchase and is not included with the base Fairy Vaults plugin.
Shulker Purple Preview.gif

Note: Blue is missing but is also included in the addon!
shulker-new-color-variants-png.779634
Default:
Vault Overview.png

Vault Customization.png

Vault View.png

Vault Combined.png


YAML:
# FairyVaults configuration file. Visit https://miopowered.eu/fairyvaults for documentation.

# For Material names, visit the following links for a list of all available materials:
# 1.20.6: https://github.com/mfnalex/Bukkit-Material-List/blob/main/versions/1.20.6.md
# 1.8.8: https://github.com/mfnalex/Bukkit-Material-List/blob/main/versions/1.8.8.md

# The database url to connect to. The default value is a sqlite database in the plugin folder.
# For MySQL databases, use the following format: jdbc:mysql://<host>:<port>/<database>
database-url: jdbc:sqlite:plugins/FairyVaults/database.db
database-username: root
database-password: ''

# Command aliases for the /fairyvaults command.
aliases:
- fv
- pv
- vaults
- vault
- v

# The default name of a vault when it is created.
# Use %name% to insert the player's name.
default-vault-name: '%name%''s Vault'

# The default icon of a vault when it is created.
default-vault-icon: CHEST_MINECART

# The size of the vault when it is created. Should be a multiple of 9.
# Cautious: Changing this value will not affect existing vaults.
# Caution: The size needs to be the same as in the menus/vault-view.yml layout.
default-vault-size: 27

# When a player changes their vault name, this pattern is used to validate it.
# This pattern is a regex pattern.
name-pattern: ^(?! )[a-zA-Z0-9 ,.'_\-()\[\]:]{2,31}(?<! )$

# How many vaults a player should have initially when they join the server.
default-vault-amount: 1

# This is the list of materials that can be selected as a vault icon.
selectable-icons:
- COAL
- DIAMOND
- EMERALD
- IRON_INGOT
- GOLD_INGOT
- LAPIS_LAZULI
- REDSTONE
- NETHER_STAR
- ENDER_PEARL
- DIAMOND_SWORD
- DIAMOND_CHESTPLATE
- IRON_SWORD
- BOOK
- ENCHANTED_BOOK
- EXPERIENCE_BOTTLE
- GOLDEN_APPLE
- APPLE
- COOKED_BEEF
- BUCKET
- WATER_BUCKET
- LAVA_BUCKET
- NETHERRACK
- TNT
- BOW
- DIAMOND_AXE
- DIAMOND_SHOVEL
- DIAMOND_HOE
- DIAMOND_PICKAXE
- COMPASS
- CLOCK
- CHEST_MINECART
- WRITABLE_BOOK
- OAK_PLANKS
- OAK_LOG
- STONE
- RED_WOOL
- CRAFTING_TABLE
- ENCHANTING_TABLE
- ENDER_CHEST
- OBSIDIAN
- BEDROCK
- BEACON
- FURNACE
YAML:
# FairyVaults messages file. Visit https://miopowered.eu/fairyvaults for documentation.

# For styling, you can use the following formats:
# - Hex colors: <#FFFFFF>
# - Legacy colors: & (e.g. &a for green)
# - <gradient:#FFFFFF:#000000> for gradients
# - <rainbow> for rainbow text

plugin-reloaded: '&7The plugin has been &asuccessfully &7reloaded.'
vault-user-not-found: '&cThe player with the name &n%username%&r &cwas not found.'
vaults-given: '&7You have given &b%amount% &7vaults to &b%username%&7.'
vault-cannot-be-found-anymore: '&cThe vault cannot be found anymore.'
vault-icon-changed: '&7The icon of the vault has been changed to &b%material%&7.'
vault-name-changed: '&7The name of the vault has been changed to &b%name%&7.'
vault-name-invalid: '&cThis name is invalid for a vault.'
invalid-vault-index: '&cThis vault could not be found.'
vault-cleared: '&7You have cleared the vault with the name &b%name%&7 from &b%username%&7.'
all-vaults-cleared: '&7You have cleared all vaults from &b%username%&7.'
vault-deleted: '&7You have deleted the vault with the name &b%name%&7 from &b%username%&7.'
all-vaults-deleted: '&7You have deleted all vaults from &b%username%&7.'
YAML:
# FairyVaults menu file. Visit https://miopowered.eu/fairyvaults for documentation.

# For styling, you can use the following formats:
# - Hex colors: <#FFFFFF>
# - Legacy colors: & (e.g. &a for green)
# - <gradient:#FFFFFF:#000000> for gradients
# - <rainbow> for rainbow text

title: '&8ʏᴏᴜʀ ᴠᴀᴜʟᴛѕ'
# v = vault item
# < = previous page
# > = next page
# other characters = static items or empty slots
layout:
- x x x x x x x x x
- . v v v v v v v .
- x x x < x > x x x
locked-vault:
  name: '&8» &7ʟᴏᴄᴋᴇᴅ ᴠᴀᴜʟᴛ'
  material: MINECART
  lore:
  - '&r'
  - '&7You can unlock more vaults'
  - '&7by purchasing them in our store.'
  - '&b&nstore.example.com'
vault:
  name: '&8» &bᴠᴀᴜʟᴛ &8• &7%name%'
  material: CHEST_MINECART
  lore:
  - '&8Your personal vault.'
  - '&r'
  - '&8» &bInformation'
  - '&r'
  - '&7 Capacity: &f%full-slots%&8/&f%max-slots%'
  - '&r'
  - '&8[&7&nRight-click&r&7 to customize&8]'
  - '&8[&7&nLeft-click&r&7 to open&8]'
next-page-item:
  name: '&8» &bNext Page'
  material: PLAYER_HEAD
  lore:
  - '&r'
  - '&7Page: &b%current-page%&7/&b%total-pages%'
  - '&7Click to go to the next page.'
  texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTAyZmEzYjJkY2IxMWM2NjM5Y2M5YjkxNDZiZWE1NGZiYzY2NDZkODU1YmRkZTFkYzY0MzUxMjRhMTEyMTVkIn19fQ==
previous-page-item:
  name: '&8» &bPrevious Page'
  material: PLAYER_HEAD
  lore:
  - '&r'
  - '&7Page: &b%current-page%&7/&b%total-pages%'
  - '&7Click to go to the previous page.'
  texture: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQxMzNmNmFjM2JlMmUyNDk5YTc4NGVmYWRjZmZmZWI5YWNlMDI1YzM2NDZhZGE2N2YzNDE0ZTVlZjMzOTQifX19
static-items:
  x:
    name: '&r'
    material: BLACK_STAINED_GLASS_PANE

Latest reviews

Amazing dev! I needed him to edit it to java 8 to work for me and he did no questions asked! This plugin is beautiful! the configurability is very nice and easy to use. Everything easy to understand! I will be using this for a long time!
rexlManu
rexlManu
Thanks
Really nice vault plugin, you can make your own aliases, custom icons and much more. the developer is really nice and helpful in their discord too! would definitly recommend this to anyone in need of a Vault plugin that you can customize however you'd like ;)
rexlManu
rexlManu
Thanks!
Plugin developer on top of things with suggestions and fixs. Took my suggestion and got it implemented in 1 day! Legend!!!!!
rexlManu
rexlManu
Thanks!
Buy a license now
$9.49
EULA: Standard EULA
Shulker Configuration Presets
$2.49
Config presets with shulker layout in purple, red, green, blue & yellow. Includes styled messages!
Secure checkout:
Share and earn
Refer this resource and earn a 10% commission.
846 Views
10 Purchases
13 Downloads
Jun 13, 2024 Published
Sep 10, 2024 Updated
5.00 star(s)
Average rating (3)
843.4 KB File size
Type
  1. Gameplay
  2. World
  3. GUI
Game mode
  1. Survival
  2. Factions
  3. Lifesteal
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Creator
Owner
Recommended for you
Prestige levels with customizable requirements and rewards
Not yet rated
2 purchases
Enchant your items easily with a GUI
Not yet rated
1 purchase
#3 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 98 ratings
2,529 purchases
Elite formatting and filtering plugin. Can replace 200+ plugins. High-performance. Folia supported.
5.00 star(s) 111 ratings
2,230 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 61 ratings
2,097 purchases
Share and earn
Refer this resource and earn a 10% commission.
846 Views
10 Purchases
13 Downloads
Jun 13, 2024 Published
Sep 10, 2024 Updated
5.00 star(s)
Average rating (3)
843.4 KB File size
Type
  1. Gameplay
  2. World
  3. GUI
Game mode
  1. Survival
  2. Factions
  3. Lifesteal
Supported software
  1. Bukkit
  2. Spigot
  3. Paper
Supported versions
  1. 1.8
  2. 1.9
  3. 1.10
  4. 1.11
  5. 1.12
  6. 1.13
  7. 1.14
  8. 1.15
  9. 1.16
  10. 1.17
  11. 1.18
  12. 1.19
  13. 1.20
  14. 1.21
Creator
Owner
Recommended for you
Prestige levels with customizable requirements and rewards
Not yet rated
2 purchases
Enchant your items easily with a GUI
Not yet rated
1 purchase
#3 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 98 ratings
2,529 purchases
Elite formatting and filtering plugin. Can replace 200+ plugins. High-performance. Folia supported.
5.00 star(s) 111 ratings
2,230 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 61 ratings
2,097 purchases
Top