Access a person virtual chest at anytime with a single command.
In order to access the DVChest, a player needs the permission
	
	
	
		
This can be given manually or via the command
	
	
	
		
The dvchest add command requires a user to have the permission
	
	
	
		
By default the virtual chest is a single line. This can be changed by a user with dvchest.admin via the command
	
	
	
		
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
			
			In order to access the DVChest, a player needs the permission
		Code:
	
	dvchest
	
		Code:
	
	/dvchest add [player]
	
		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]
	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