CosmicVaults | Configurable Player Vaults | ✅1.13 - 1.21.x icon

CosmicVaults | Configurable Player Vaults | ✅1.13 - 1.21.x -----

A highly configurable plugin that allows players to create private vault storages



[​IMG]

AS OF THE 1.1 UPDATE, THE PLUGIN WILL GENERATE A NEW CONFIG FILE WITH THE NEW FORMAT. YOU MUST CHANGE ALL THE VALUES IN IT TO CONTINUE USING THE PLUGIN. THE PLUGIN WILL ALSO GENERATE ANOTHER FILE WITH YOUR PREVIOUS SETTINGS WHICH CANNOT BE USED ANYMORE


Welcome to the CosmicVaults plugin page. This plugin allows players to create multiple private vaults. The plugin is highly configurable and has the following features -
  • Private player vaults
  • Configurable amount of starting vaults
  • Configurable vault sizes
  • Configurable vault list menu
  • SqLite and MySQL support
  • EULA friendly
  • Full 1.13 - 1.19 support
[​IMG]

Code (Text):

# The plugin has the following commands -

/vaults - Open the main vault menu
/vaults reload - Reload the plugin configuration and database
 

[​IMG]

Code (Text):

# The plugin has the following permissions -

cosmicvaults.vaults - /vaults
cosmicvaults.reload - /vaults reload

cosmicvaults.vaults.# - Allow player to have # vaults
cosmicvaults.vaults.2 - Allow player to have 2 vaults
cosmicvaults.vaults.5 - Allow player to have 5 vaults
cosmicvaults.vaults.unlimited - Allow player to have unlimited vaults
 

[​IMG]
The plugin allows maximum configurability for server owners so that they can make the plugin work as per their requirements.
Code (Text):

##############################
########## MESSAGES ##########
##############################

prefix: "&7[&dCosmic&5Vaults&7]&r "

no-permission-message: "{prefix}&cYou do not have permission to use this command." # player does not have permissions to use command
must-be-player-message: "{prefix}&cYou must be a player to use this command." # command must be used by a player

no-vaults-item: "&cYou do not have any vaults." # Player has no vaults
max-vaults-reached-message: "{prefix}&cYou cannot create any more vaults." # Player has max vaults

reload-message: "{prefix}&aSuccessfully reloaded the plugin." # Plugin reloaded

##############################
####### VAULT SETTINGS #######
##############################

default-vaults: 1 # The amount of vaults a player will have by default
# Players with permission cosmicvaults.vaults.{number} will have {number} vaults
# Players with permission cosmicvaults.vaults.unlimited will have unlimited vaults

vault-menu-title: "&dCosmic&5Vaults" # The title of the main vault menu

vault-item: "ENDER_CHEST" # Item used in vaults menu to represent a vault
vault-item-name: "&b&lVault &7(&6{vault_number}&7)" # Name of the vault item

vault-storage-rows: 3 # The amount of rows of actual storage space in a player vault
# Don't put the number below 1 or above 4 or else everything will break
# 1 row = 9 slots

check-for-updates: true # Check for plugin updates on startup

##############################
########## DATABASE ##########
##############################

database-type: "sqlite" # sqlite OR mysql
# 'sqlite' will store all data in a local .db file
# 'mysql' will attempt to connect to your mysql database with the given credentials

# required for mysql:
database-host: 127.0.0.1
database-port: 3306
database-username: username
database-password: pass
database-database: cosmicvaults

# DO NOT CHANGE THIS OR ELSE THE CONFIG WILL BREAK
config-version: 1.1
 

[​IMG]
[​IMG]
Resource Information
Author:
----------
Total Downloads: 2,271
First Release: Dec 14, 2022
Last Update: Feb 15, 2023
Category: ---------------
All-Time Rating:
6 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings