πŸ“œinvsee.yml

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#~                    DeltaStaff Invsee 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:
  INVSEE: # Info on the main /invsee command
    DESCRIPTION: 'View someone''s inventory.'  # What should the command description be?
    PERMISSION: 'deltastaff.staff.invsee.use'  # What should the permission to use the command be?
    ALIASES:  # What should the base command aliases be?
      - 'invsee'

LOG:
  INVSEE: true

MESSAGES:
  PLAYER-ONLY: "&cThis command can only be used by players."
  USAGE: "&cUsage: /deltainvsee <player>"
  PLAYER-NOT-FOUND: "&cPlayer not found."
  INVENTORY-VIEW: "&7You are now viewing &d{0}'s &7inventory."
  CANNOT-INVSEE-SELF: "&cYou cannot invsee yourself."

GUI:
  TITLE: "&dInventory Viewer"
  SIZE: 36

Last updated