Staff++
<= 1.16.56
<= 1.16.56
  • Staff++
  • General information
    • Quick start
    • Reload Configuration
    • Multi Server Setup
    • General Configuration
  • Permissions & Commands
    • Commands
    • Permissions
  • Features
    • Alerts
      • X-Ray
    • Alt account detection
    • Authentication
    • Banning
      • Fixed Ban Reason
      • Templates
    • Broadcasting
    • Chat module
    • Chest/Inventory Interaction
    • Examine players
    • Infractions
    • Investigate
    • Protection
    • Reporting
      • Finding reports
      • Custom report types
    • Staff Chat
    • Staff Mode
      • Luckperms integration
      • Custom GUI
      • Staff Modules
      • Custom Staff Modules
    • Teleporting
    • Warnings
      • Quick start
      • Severity levels
      • Thresholds
      • Actions (punishments)
      • Appealing
      • Warning workflow
  • Integrations
    • Discord Integration
      • Staff Chat
      • Template Packs
      • Customize Discord Templates
    • Trello Integration
  • Migration guides
    • Staff+ migration guide
    • Migrating to >=V1.16.43
    • Upgrading Discord Integration to 1.16.51
  • Developers
    • API guide
Powered by GitBook
On this page
  • Silent Chest Interaction
  • Permission
  • Enderchest Interaction
  • Configuration
  • Permissions
  • Inventory Interaction
  • Permissions

Was this helpful?

  1. Features

Chest/Inventory Interaction

In Staff++ a staff member can interact with other player's EnderChest or inventory. On this page we explain the different types of interaction and how to enable them.

Silent Chest Interaction

When in Staff mode, the player can open chest/dispenser/hoppers,.... by right clicking on them. This is called "silent chest opening". When a player opens this he may or may not be able to interact with the item in the container depending on his permissions.

If you want to enable interacting with chests when opening them in "silent" mode enable the following property in the config. If this is disabled no staff members can interact in silent mode.

staff-mode:
    silent-chest-interaction: true

Permission

Only staff members with the permission staff.mode.silent-chest-interaction can interact with containers in silent mode.

Enderchest Interaction

Staff++ has a command called /eview <playername> . This command has been there since the old Staff+. However it was never able to interact with another player's enderchest. In Staff++ we added the ability to open and interact with enderchests of online and offline players.

Configuration

Make sure to enable the module.

enderchest-module:
    enabled: true

Permissions

Permission

Description

staff.enderchests.view.online

Permission to view the enderchest of online players

staff.enderchests.view.offline

Permission to view the enderchest of offline player

staff.enderchests.interact

Permission to interact with enderchests of other players

Inventory Interaction

Staff members can access another player's inventory using the /examine command. You can view and interact with the inventory of online and offline players.

When opening the examine GUI you will see a chest is available:

Clicking on this chest opens the interaction screen

The blue outlined items are the hotbar items of the player's inventory. The red outlined items are the armor contents of the player. The examined player's inventory looks like this:

Permissions

Permission

Description

staff.examine

Permission to use the examine command

staff.examine.view-inventory

Allow a staff member to view online player's inventories

staff.examine.view-inventory-offline

Allow a staff member to view offline player's inventories

staff.examine.inventory-interaction

Allow a staff member to interact with online player's inventories

staff.examine.inventory-interaction-offline

Allow a staff member to interact with offline player's inventories

PreviousChat moduleNextExamine players

Last updated 4 years ago

Was this helpful?

Inventory Interaction