HomeJavaModsModeManager
ModeManager
ModeManager

A Minecraft Spigot plugin that allows players to switch between survival and creative modes while maintaining separate inventories and preventing cross-mode item transfers.
Installation
  1. Download the latest release
  2. Place the .jar in your server's `plugins` folder
  3. Restart your server
  4. Configure the plugin in the config.yml file
Usage

Players with appropriate permissions can switch modes using simple commands. The plugin handles all inventory management and protection automatically.

Commands

Permissions


Configuration


The plugin's configuration file (config.yml) is organized into logical sections:

Code (YAML):

# General settings
enabled
: true

# Mode switching settings
mode-switching
:
  cooldown-seconds
: 30
  broadcast-changes
: false
  default-mode
: SURVIVAL
 
# Protection settings
protection
:
  track-creative-blocks
: true
  track-creative-item-frames
: true
  prevent-creative-drops
: true
  prevent-ender-chest-transfers
: true
  prevent-creative-container-placement
: true
  prevent-creative-container-taking
: true
  prevent-creative-container-blocks
: true
  prevent-creative-mob-spawning
: true
 
  # Restricted items in creative mode
  restrict-creative-items
:
    enabled
: true
    restricted-items
:
     - LAVA_BUCKET
      - WATER_BUCKET
      - BUCKET
      - FLINT_AND_STEEL
      - TNT
      # And more...
 
# Inventory management
inventories
:
  save-armor-contents
: true
  save-offhand-items
: true
  separate-ender-chest
: true
  clear-on-creative
: true
 
For detailed configuration options, see the comments in the generated config.yml file.

Used By
SuegoFaults - A curated adult Minecraft community where ModeManager ensures creative freedom and survival integrity stay perfectly balanced.

Made with ❤️ by McKenzieJDan

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ModeManager is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 226 times (via Spigot). Download it and open it directly in the game.

Explore more