Main

The config.yml file is located in plugins/BackpacksPlus/config.yml.

backpacks Section

backpacks:
  prevent_shulker_boxes: true
  # If true, prevents players from placing shulker boxes into any backpack. Default: true.

command Section

command:
  name: "backpack"
  aliases: ["bp", "pack"]
  prefix: "&7[&6Backpacks+&7] "
  # General Command Responses
  player_only: "&cOnly players can use this command."
  no_permission: "&cYou do not have permission to use this command."
  unknown_subcommand: "&cUnknown subcommand. Usage: /{command} [view <player> | reload]"
  reload_success: "&aBackpacksPlus configuration reloaded!"
  reload_error: "&cAn error occurred during reload. Please check the console for details."
  api_error: "&cAn API error occurred. Please try again or contact an administrator."
  # Admin Specific Command Responses
  admin:
    view_usage: "&cUsage: /{command} view <player>"
    view_no_permission: "&cYou don't have permission to view other players' backpacks."
    view_target_not_found: "&cPlayer '{target}' not found or not online."
    view_target_no_backpack: "&cPlayer '{target}' does not have a suitable backpack equipped."
    view_opening_target: "&aOpening backpack of player '{target}'..."
    view_cannot_open_self: "&eUse /{command} to open your own backpack."
    view_already_viewing: "&cPlease close your current backpack view first."
    view_target_cosmetic_mismatch_items: "&eView cancelled: Target's backpack type changed and it contained items from the previous type."
    view_target_logged_out: "&eThe player whose backpack you were viewing has logged out. Inventory closed."

backpack_interaction Messages

storage Section

gui Section

debug_mode

Last updated