Denizen Virtual Chest

zozer_firehood

Helper
Staff member
Helper
Aug 6, 2016
19
0
1
Access a person virtual chest at anytime with a single command.
In order to access the DVChest, a player needs the permission
Code:
dvchest
This can be given manually or via the command
Code:
/dvchest add [player]
The dvchest add command requires a user to have the permission
Code:
dvchest.admin

By default the virtual chest is a single line. This can be changed by a user with dvchest.admin via the command
Code:
/dvchest addLimit [player]
This command will increase the line count by 1 (up to a max of 6)

Just drop in this script and you can start using it right away
https://one.denizenscript.com/haste/70835

Want tab completion for this command? Check out
https://forum.denizenscript.com/viewtopic.php?f=9&t=299

update: included safety in passing what the player type to the tab complete script
 

mcmonkey

Administrator
Staff member
Helper
<proc[TabComplete].context[dvchest|DVChestTab|<context.raw_args>]> is liable to bork if the user types a | symbol. Probably make use of the list.include_single tag.
 

zozer_firehood

Helper
Staff member
Helper
Aug 6, 2016
19
0
1
Fixed, thank you o7