- Supported Skript Version
- 2.9
- Supported Minecraft Versions
- 1.20
- 1.21
DESCRIPTION
Ever wanted an easy and user friendly way to interact with player vaults? While also allowing the safest way for you to moderate contents within the vault? Well look no further than SPV (Simple Player Vaults). Not only is this a simplistic addon and minimalistic but it also tries to ensure server performance by caching vaults after they've been opened, this means we only need to do creation once when you open a vault and after a restart.
As of the 2.0.0 release, SPV has been pushing the boundary of performance with the decision to change to item inventories (chest, barrels dispensers, etc..) this removes the usage of nbt and stored it as a normal everyday item
USAGE
Using this skript is very easy as there's only a handful of commands.
NOTICE
This script uses a single feature from 2.9 which is the string concat methods "" + "" removing this will at least make this support 2.8 at the earliest
Ever wanted an easy and user friendly way to interact with player vaults? While also allowing the safest way for you to moderate contents within the vault? Well look no further than SPV (Simple Player Vaults). Not only is this a simplistic addon and minimalistic but it also tries to ensure server performance by caching vaults after they've been opened, this means we only need to do creation once when you open a vault and after a restart.
As of the 2.0.0 release, SPV has been pushing the boundary of performance with the decision to change to item inventories (chest, barrels dispensers, etc..) this removes the usage of nbt and stored it as a normal everyday item
USAGE
Using this skript is very easy as there's only a handful of commands.
Permission: playervaults.command.open
Opens a player vault with the id to the player
Opens a player vault with the id to the player
Permission: playervaults.command.delete
Deletes a player vault with the id
Deletes a player vault with the id
Permission: playervaults.command.open.admin
Opens a defined player's player vault to the admin
Opens a defined player's player vault to the admin
Permission: playervaults.command.delete.admin
Deletes a defined player's player vault
Deletes a defined player's player vault
NOTICE
This script uses a single feature from 2.9 which is the string concat methods "" + "" removing this will at least make this support 2.8 at the earliest