Staff++
latest
latest
  • Staff++
  • General information
    • Quick start
    • Reload Configuration
    • Multi Server Setup
    • General Configuration
    • Other
      • Text parsing
      • Styling the GUIs
        • Gui structure
        • Selectors
      • Configuring command hooks
  • Permissions & Commands
    • Commands
    • Permissions
      • Legacy permissions
  • Features
    • Alerts
      • X-Ray
    • Alt account detection
    • Authentication
    • Banning
      • IP Banning
        • Messages
      • Fixed Ban Reason
      • Templates
    • Blacklist
    • Broadcasting
    • Chat module
    • Chest/Inventory Interaction
    • Command detection
    • Examine players
    • Freezing
      • Command hooks
      • Luckperms integration
      • Chat channels
    • Infractions
    • Investigate
      • Command hooks
    • Join messages
    • Player IPs
    • Kicking
    • Muting
      • Appealing
    • Protection
    • Player information
    • Player notes
    • Reporting
      • Command hooks
      • Messages
      • Finding reports
      • Report types & Reasons
      • Chat channels
    • Staff Chat
    • Staff Mode
      • Multiple modes
      • Staff Modules
      • Custom Staff Modules
        • State dependent modules
      • Command hooks
      • Luckperms integration
    • Staff Locations
    • Teleporting
    • Vanish
      • Luckperms integration
    • Warnings
      • Quick start
      • Severity levels
      • Thresholds
      • Actions (punishments)
      • Appealing
      • Warning workflow
  • Web Platform
    • Register Players
    • Setup Web Platform
    • Architecture
  • Integrations
    • Discord Integration
      • Staff Chat
      • Template Packs
      • Customize Discord Templates
    • Trello Integration
    • PAPI expansion
      • PAPI Examples
  • 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

PreviousChat moduleNextCommand detection

Last updated 3 years ago

Was this helpful?

View the page

permissions
Inventory Interaction