Resource icon

Script SPV | Simple Player Vaults 2.0.0

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Skript Version
  1. 2.9
Supported Minecraft Versions
  1. 1.20
  2. 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.
Permission: playervaults.command.open
Opens a player vault with the id to the player
1729805593688.png

1729805609876.png

Permission: playervaults.command.delete
Deletes a player vault with the id
1729805715999.png

Permission: playervaults.command.open.admin
Opens a defined player's player vault to the admin
1729805519945.png

Permission: playervaults.command.delete.admin
Deletes a defined player's player vault
1729805556029.png

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
Author
Fusezion
Downloads
275
Views
584
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. SPV 2.0 - Rewrite

    SimplePlayerVaults have received a rewrite after 5+ months of no activity for it, this update...
  2. Some more message changes

    Update the successful messages to say "SUCCESS" instead of "ERROR", thanks 255Ping for pointing...
  3. Update code to include some message changes and permissions

    Added a permission node for `/pv` and `/pv-del` Fixed a message not referencing the user in...