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
Code (Text):
# The plugin has the following commands -
/vaults - Open the main vault menu
/vaults reload - Reload the plugin configuration and database
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
The plugin allows maximum configurability for server owners so that they can make the plugin work as per their requirements.
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
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-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