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
  • Configuration
  • Protecting a player
  • Protecting an area
  • Staff Mode

Was this helpful?

  1. Features

Protection

The protection system allows a Staff Member to protect a player or protect an entire area.

Configuration

Inside the config file make sure this section is added:

############################################################
# +------------------------------------------------------+ #
# |                      Protection                      | #
# +------------------------------------------------------+ #
############################################################

protect-module:
  # Whether or not the plugin will use "/protectplayer" features.
  player-enabled: true
  # Whether or not the plugin will use "/protectarea" features.
  area-enabled: true
  # The max area size that can be protected.
  area-max-size: 40

Protecting a player

This is pretty simple. /protectplayer playername toggles protection for a player, when protected the player takes no damage at all. Protection wears off after the players logs out or if a staff member turns it off.

Protecting an area

A Staff member can decide to quickly protect an area from non Staff Members. This can be useful when something needs to be investigated. Once protection for an area is turned on, players cannot open chests, break blocks, place blocks, press buttons, switch levers, place water/lava. In general we try to protect everything inside the area from other players. If the feature is useful we can see if other protection measures must be taken.

To protect an area type /protectarea create 40 My new area.

  • action: create

  • size: a square of 40x40

  • name: My new area

  • The center point of the area is where you are standing.

To delete a protected /protectarea delete My new area.

  • action: delete

  • name: My new area

Staff Mode

In addition to the command line tool. There is also an overview of protected areas when in staff mode.

This can be accessed through the GUI HUB:

All areas are displayed here:

When clicking on an item we can delete(red) the protected area or teleport(orange) to it.

PreviousAppealingNextPlayer information

Last updated 4 years ago

Was this helpful?