Denizen Virtual Chest
Posted: June 12th, 2020, 10:02 am
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
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: Select all
dvchest
Code: Select all
/dvchest add [player]
Code: Select all
dvchest.admin
Code: Select all
/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
viewtopic.php?f=9&t=299
update: included safety in passing what the player type to the tab complete script