Staff Modules

When entering staff mode the player's hot bar gets replaced with "Staff Items" these are special items which execute actions when used. Every item is listed as a staff mode module inside the configuration

Compass module

The name of this module is a bit strange as it is named after the item rather then the action it performs. When this module item is clicked, it launches the staff towards the direction they are facing. It's an easy way to move very fast across the world.

configuration

compass-module:
  enabled: true
  slot: 1
  item: COMPASS
  name: "&4Launcher"
  lore: "&7Launches you towards the, &7location you are facing."
  
  # The velocity at which a player will be launched.
  velocity: 5

Random Teleport module

This module teleports you to a player on the server. Either randomly or round robin. Could be used for when staff are patrolling.

random-teleport-module:
  enabled: true
  slot: 2
  item: ENDEREYE
  name: "&cRandom Teleport"
  lore: "&7Teleports you to a random player."
  
  # Whether or not actual pseudo-randomness will be used.
  # If set to false, "random" teleport will just cycle through players in order.
  random: false

Vanish module

Allows players to turn vanish mode on/off using the item. Underneath this does exactly the same as the vanish command.

GUI module

The GUI item opens the Staff++ GUI. It contains a GUI which allows you to manage reports, view bans mutes. Mostly you won't want to touch this unless if you want to change some of the translations or want to remove items from the GUI

Counter module

The name of this module is again a bit strange as it does not represent the action it holds. When clicking on the item it opens a GUI showing all Staff members currently online.

Freeze module

When clicking on a player with this item he will get frozen, clicking him again will unfreeze him.

CPS module

When clicking a player with this item, Staff++ will start recording how many clicks per second that player is executing. Useful for finding players who are using an autoclicker.

Examine module

When clicked on a player with this item, the examine GUI will open. This GUI contains the player's info like IP, game mode, notes and so on.

You can configure what exactly is displayed inside the GUI. To disable a certain info-line, give it the value 0

NOTE: ping is not working

Follow module

When clicking on a player you will mount the player. Effectively being tied to him.

Last updated

Was this helpful?