Digicode Chest - ROLEPLAY TEAM TREASURE TOOL icon

Digicode Chest - ROLEPLAY TEAM TREASURE TOOL -----

share virtual chests using a digicode



:: What is Digicode Chest ::

Players can create an extra virtual chest that opens using a digicode, and easy share it with other players.
As a team chest, or a temporary chest for multiple players.
Or turned into a treasure chest, if you write the digicode somewhere ingame - or use /digicode key to have it written on a crafted paper item.
Or simply as an extra inventory that can be shared easily.

:: Commands ::
/digicode or /digichest

  • /digicode view your <digicode>
  • /digicode <digicode> to open a DIGICODE CHEST
  • /digicode new to create a new chest
  • /digicode reset to change your chest's digicode
  • /digicode key to craft a paper item with digicode
  • /digicode del to remove your chest from data
  • /digicode help to view the help book
:: Functions ::
  • reminder: reminds in a message if there are items in player's DIGICODE CHEST. (option True/False)
:: Dependencies ::
  • PySpigot plugin
:: Installation ::
  • unzip and copy/paste in ../PySpigot/scripts/
  • create the data folder ../PySpigot/scripts/digicodechest/
:: Permissions ::
  • option True/False to use permission or not in configuration
  • permission can be renamed in configuration
  • 'digichest.use' by default
  • 'digichest.key' to craft an item
:: ../PySpigot/script_options.yml ::
copy/paste

Code (Text):
digicodechest.py:
  enabled: true
  permissions:
    digichest.*:
      description: allow digicodechest use
      children:
        digichest.use: false
        digichest.key: false
 
:: Configuration ::

no configuration file yet. Edit at the top of the script.

Code (Text):
########################################################################
### DEFAULT CONFIGURATION VARIABLES
########################################################################
USE_PERMISSIONS = True
PERMISSION = 'digichest.use'
PERMISSION_KEY = 'digichest.key'
DIGICHEST_SIZE = 54
DIGICHEST_REMINDER = True
PLAYER_REMINDER_ONSTART_INTERVAL_MINUTES = 5
PLAYER_REMINDER_INTERVAL_MINUTES = 15
DIGICODE_LENGTH =  4
RANDOM_KEY_CHARS = 'abcdefghjkmnpqrstuvwxyz23456789'  # Excludes confusings 'i', 'l', 'o', '0', '1'

DIGICHEST_CHAT_PREFIX = "&3&k000&r&3[DigiChest]&r "
PREFIX_INVENTORY = "Digicode Chest @"
MESSAGE_ITEM_NOTSAVED = "An exception occured, your item &3was not saved&r."
MESSAGE_NOPERMISSION = "You &3do not&r have the permission."
MESSAGE_REMINDER = "Reminder: &3%s&r item(s) in your digicode chest."# keep %s
###    files permissions are different
DIGICHEST_DATA_FILEPATH = 'plugins/PySpigot/scripts/digicodechest/'
DIGICHEST_INVENTORIES_FILEPATH = '../scripts/digicodechest/'
Resource Information
Author:
----------
Total Downloads: 6
First Release: Jun 7, 2026
Last Update: Jun 8, 2026
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings