📜inventory.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff Inventory Module               ~
#~ NOTE: This feature is currently in BETA mode. Your feedback  ~
#~       is valuable in refining our services. If you encounter ~
#~       any issues, please disable it and inform us!           ~
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FILE-VERSION: '1'

# General information about the module
GENERAL:
  INVENTORY: # Info on the main /inventory command
    DESCRIPTION: '&fSave a player inventory'  # What should the command description be?
    PERMISSION: 'deltastaff.staff.inventory.use'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'inventory'
      - 'rb'

LOG:
  SAVE: true
  ROLLBACK: true
  DELETE: true

GUI:
  TITLE: "&dPlayer Inventories"
  ITEM_MATERIAL: "CHEST"
  ITEM_NAME: "&dInventory"
  ITEM_LORE:
    - "&7Saved at: {0}"
    - "&dLeft-Click: &7Rollback inventory"
    - "&dRight-Click: &7View inventory"
    - "&dMiddle-Click: &7Delete inventory"
  NEXT_PAGE_NAME: "&dNext Page"
  PREVIOUS_PAGE_NAME: "&dPrevious Page"
  ITEMS_PER_PAGE: AUTO # USE AUTO IN CASE YOU DO NOT WANT TO CALCULATE (( EXPERIMENTAL ))

MESSAGES:
  PLAYER-ONLY: "&cThis command is only available to players."
  USAGE: "&cCorrect Usage: /deltainventory <save|view> <player>"
  PLAYER-NOT-FOUND: "&cPlayer not found. Please ensure the name is correct."
  INVENTORY-SAVED: "&7Successfully saved the inventory for &d{1}&7."
  INVENTORY_ROLLED_BACK: "&7Successfully rolled back the inventory."
  YOUR_INVENTORY_ROLLED_BACK: "&7Your inventory has been rolled back."
  ERROR_ROLLING_BACK: "&cAn error occurred while rolling back the inventory."
  VIEWING_INVENTORY: "&7Displaying the saved inventory."
  ERROR_VIEWING_INVENTORY: "&cAn error occurred while displaying the inventory."
  NO_INVENTORIES: "&cNo saved inventories found for this player."
  INVENTORY_DELETED: "&7Successfully deleted the inventory."
  ERROR_DELETING: "&cAn error occurred while deleting the inventory."
  INVALID-COMMAND: "&cInvalid command. Please use /deltainventory <save|view> <player>."

Last updated