Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
StaffMode
PluginLicenseRef-All-Rights-Reserved

StaffMode

A plugin providing toggleable staff mode with permission management and command restrictions.

852
Downloads
2
Followers
1 years ago
Updated
📦
3
Versions
managementtransportationutilitybukkitpaperspigot
Download Latestv1.2View on Modrinth

📖About StaffMode

StaffMode is a Minecraft plugin that allows server administrators to toggle into staff mode, enabling them to roam around and better spectate players. It offers custom permissions and command restrictions, allowing easy management of which commands are allowed while in staff mode, and helps maintain server control efficiently.

Features

  • Toggle Staff Mode: Enter and exit staff mode with ease to monitor and manage player activities.
  • Gamemode Switching: Automatically switches the player's gamemode to Spectator when entering staff mode, and restores the previous gamemode upon exiting.
  • Fixed Location: Returns the player to their original location upon exiting staff mode.
  • Command Restrictions: Easily manage allowed permissions or commands while in staff mode.
  • Customizable Messages: Personalize messages for various actions through the configuration file, providing a tailored experience for your server.
  • Tab List Integration: Automatically hide the staff member's name from the tab list when they enter staff mode, enhancing their anonymity.

Commands

  • /staffmode: Toggle staff mode
  • /staffmode reload: Reloads the plugin configuration, updating any changes made in the config.yml file.
  • /staffmode permission add : Adds a specified permission to the list of allowed permissions in staff mode. Players in staff mode can use commands with this permission.
  • /staffmode permission remove : Removes a specified permission from the list of allowed permissions in staff mode. Players in staff mode will no longer have access to commands with this permission.
  • /staffmode help: Displays a help message listing all available staff mode commands that the player has permission to use.

Permissions

  • staffmode.admin: Grants access to use all staff mode commands.
  • staffmode.use: Allows the player to toggle staff mode.
  • staffmode.containers.open: Allow players to open containers (e.g. chest, furnace, etc.) while in staff mode, but they are not allowed to modify the containers in order to prevent abuse.
  • staffmode.containers.modify: Allow players to modify containers while in staff mode.
  • staffmode.reload: Grants permission to reload the plugin's configuration file.
  • staffmode.permission: Required permission for adding or removing permissions in staff mode.
  • staffmode.permission.add: Allows the player to add a permission to the list of allowed permissions for staff mode.
  • staffmode.permission.remove: Allows the player to remove a permission from the list of allowed permissions for staff mode.
  • staffmode.help: Allows the player to view the help message listing available staff mode commands.

FAQ

  • Why are they allowed to use permissions or commands that are not in the allowed permissions list?
    • You must have the LuckPerms plugin installed on your server for permissions to function correctly. Without LuckPerms, the plugin cannot properly restrict or grant access to commands based on the allowed permissions list.

Support

You can contact me on discord marcifyx if you need assistance.
Feel free to message me if you encountered a bug within the plugin. I will do my best to fix them as soon as possible.
You can make a suggestion by rating the plugin, and I'll be glad to implement it. Thank you!

Config

# Allowed permissions for staff mode
# This section lists the permissions that players are allowed to use while they are in staff mode.
# For example, we have essentials.tp listed here, which allows players to use the /tp command while in staff mode.
# You need LuckPerms plugin to use this feature.
allowed-permissions:
 - essentials.tp

# Messages configuration
# This section contains all the customizable messages that are displayed to players.
messages:
 # Message shown when a player does not have the required permission to use a command.
  # %permission$ is the permission node that the player is missing.
  no-permission: "&7[&b&lStaffMode&7] &rYou don't have permission to use this command. &7&o(%permission%)"

  # Message shown when a player attempts to use an unknown command.
  unknown-command: "&7[&b&lStaffMode&7] &rUnknown command."

  # Message shown when a player successfully enables staff mode.
  staffmode-enabled: "&7[&b&lStaffMode&7] &rYou have enabled staff mode."

  # Message shown when a player successfully disables staff mode.
  staffmode-disabled: "&7[&b&lStaffMode&7] &rYou have disabled staff mode."

  # Message shown when a player uses a command incorrectly.
  invalid-usage: "&7[&b&lStaffMode&7] &rInvalid command usage."

  # Message shown when a player uses the staff mode permission command incorrectly.
  staffmode-permission-usage: "&7[&b&lStaffMode&7] &rUsage: /staffmode permission <add/remove> <permission>"

  # Message shown when a player uses the command to add a permission incorrectly.
  add-permission-usage: "&7[&b&lStaffMode&7] &rUsage: /staffmode permission add <permission>"

  # Message shown when a player uses the command to remove a permission incorrectly.
  remove-permission-usage: "&7[&b&lStaffMode&7] &rUsage: /staffmode permission remove <permission>"

  # Message shown when a permission is successfully added to the allowed permissions list.
  # %permission% is the permission node that was added.
  permission-added: "&7[&b&lStaffMode&7] &rPermission %permission% has been added to allowed list."

  # Message shown when a permission is successfully removed from the allowed permissions list.
  # %permission% is the permission node that was removed.
  permission-removed: "&7[&b&lStaffMode&7] &rPermission %permission% has been removed from allowed list."

  # Message shown when a player attempts to add a permission that already exists in the allowed permissions list.
  # %permission% is the permission node that already exists.
  permission-exists: "&7[&b&lStaffMode&7] &rPermission %permission% already exists in the allowed list."

  # Message shown when a player attempts to remove a permission that does not exist in the allowed permissions list.
  # %permission% is the permission node that does not exist.
  permission-not-found: "&7[&b&lStaffMode&7] &rPermission %permission% not found in the allowed list."

  # Message shown when a non-player (e.g., console) tries to execute a command.
  only-players: "&7[&b&lStaffMode&7] &rOnly players can use this command."

  # Message shown when the plugin configuration (config.yml) is successfully reloaded.
  reload-message: "&7[&b&lStaffMode&7] &rConfiguration reloaded."

  # Message shown when a player tries to use a command that is not allowed in staff mode.
  command-not-allowed: "&7[&b&lStaffMode&7] You are not allowed to use this command in staff mode."

  # Message shown when a player tries to access containers (chests, furnaces, etc.) in staff mode without permission.
  # staffmode.containers.open
  no-containers-access: "&7[&b&lStaffMode&7] &rYou are not allowed to access containers in staff mode."

  # Message shown when a player tries to modify containers (chests, furnaces, etc.) in staff mode without permission.
  # staffmode.containers.modify
  no-modify-access: "&7[&b&lStaffMode&7] &rYou are not allowed to modify containers in staff mode."

  # Header for the help command output.
  help-header: "&e&lStaffMode Help"

  # Format for each command description in the help command output.
  # %command% is the command name.
  # %description% is the command description.
  help-commands: "&e/%command% - %description%"

👥 Team & Contributors

Marcify
MarcifyOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.211.21.1

🔗 Links

Modrinth Page