[UniVault] 2.0.0 is out!
Fixed path transversal exploits
√
Improved submission system
√
New faster and optimized archive data serialization
√
Async loading and saving
√
Improved archive search query
√
============================================
Vault Type 1: 'The NBT Archive'
- Infinite chest storage, with turnable pages
- Access this archive via '
/preview <index>'
- Search the archive via '
/preview search: [<query>]'
- Submit your NBT creations via '
/submit'
- Configurable NBT min and max limits and submission cooldown!
Vault Type 2: 'Handpicked Archives'
- '
/hp give <name>' to create of give an existing archive chest
- Shift while opening the chest to edit contents (requires permission)
- Opening the chest will open the preview menu
Commands
Code (YAML):
commands:
preview:
description
: Archive preview
usage
: /preview <index>
aliases
:
- open
- vault
submit:
description
: Archive submission
usage
: /submit
archive:
description
: Archive management
usage
: /archive <action>
permission
: univault.archive
test:
description
: A testing command
usage
: /test
permission
: univault.test
testitem:
description
: Test nbt limits
usage
: /testitem
handpicked:
description
: Handpicked archives
usage
: /handpicked <action> <archive>
permission
: univault.handpicked
aliases
:
- hp
Permissions
Code (YAML):
permissions:
univault.archive:
description
: Archive management
univault.handpicked:
description
: Handpicked archives management
univault.test:
description
: Archive testing
Config
Code (YAML):
#
#
# UniversalVaults Configuration
# contributors: [ImproperIssues, VideoGameSmash12]
#
#
config:
plugin:
prefix
:
"§7[§bUni§3Vault§7]"
archive:
watermark
:
"This item is distributed from UniversalVaults!"
max-nbt-length
: 100000
min-nbt-length
: 120
submission:
cool-down
: 10
enabled
: true
Images
And that's all, have a good day/ night!