ServerSystem
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.2% endorsement rate
- 🏆 #34 of 82 paper mods in this game by downloads
📋 About This Mod
# ServerSystem A comprehensive Minecraft server management plugin for Paper servers, providing essential administrative, moderation, and utility commands. In short, this is an alternative to plugins like Essentials. ## Why? While Essentials is a fine plugin, more options and competition is always a good thing.<br> This plugin also aims to be much more customizable and (mostly) be a drop-in solution. ## Features - **Administrative Tools**: Gamemode management, teleportation, time/weather control - **Economy System**: Balance management, payments, economy administration (requires Vault) - **Moderation Tools**: Ban/mute system, command spy, vanish, clear chat - **Utility Tools**: Repair tools, trash can, heal, feed - **Player Utilities**: Homes, warps, kits, mobile workbench access - **Teleportation System**: TPA requests, back command, spawn management - **Communication**: Private messaging, team chat, broadcast system - **Clickable Signs**: Interactive signs for various functions - **Multi-language Support**: Per-User language support, defaulting to player's locale (English, German and Slovene only) ## Requirements - **Minecraft Version**: 1.21+ - **Server Software**: Paper (or Paper-based forks) - **Java Version**: 21+ - **Optional Dependencies**: - Vault (Provides a universal Economy API for other plugins to use) - NBTAPI (For loading/saving offline player data) ## Installation 1. Download the latest ServerSystem JAR file 2. Place it in your server's `plugins` folder 3. Restart your server 4. Configure the plugin using the generated configuration files 5. Reload or restart the server to apply changes ## Configuration The plugin generates several configuration files: - `config.yml` - Contains configuration for sections that are either too small or too generic - `commands.yml` - Command settings and aliases - `permissions.yml` - Permission definitions - `economy.yml` - Economy related settings - `moderation.yml` Moderation (Ban/Mute) related settings - `messages/` - Language files for different locales ## Commands (xy) = optional argument<br> \ = required argument<br> ### Administrative Commands <details> <summary>Administrative Commands</summary> | Command | Aliases | Description | Permission | |--------------------------------|-------------------|-----------------------------------|-------------------------------------------------| | `/gamemode (player)` | `/gm` | Change gamemode | `serversystem.admin.command.gamemode.use` | | `/gms (player)` | - | Set survival mode | `serversystem.admin.command.gamemode.survival` | | `/gmc (player)` | - | Set creative mode | `serversystem.admin.command.gamemode.creative` | | `/gma (player)` | - | Set adventure mode | `serversystem.admin.command.gamemode.adventure` | | `/gmsp (player)` | - | Set spectator mode | `serversystem.admin.command.gamemode.spectator` | | `/time (world)` | - | Set world time | `serversystem.admin.command.time.use` | | `/day (world)` | - | Set time to day | `serversystem.admin.command.time.use` | | `/night (world)` | - | Set time to night | `serversystem.admin.command.time.use` | | `/noon (world)` | - | Set time to noon | `serversystem.admin.command.time.use` | | `/midnight (world)` | - | Set time to midnight | `serversystem.admin.command.time.use` | | `/weather (world)` | - | Change weather | `serversystem.admin.command.weather.use` | | `/sun (world)` | - | Set sunny weather | `serversystem.admin.command.weather.use` | | `/rain (world)` | - | Set rainy weather | `serversystem.admin.command.weather.use` | | `/storm (world)` | - | Set stormy weather | `serversystem.admin.command.weather.use` | | `/sudo ` | - | Execute command as another player | `serversystem.admin.command.sudo.use` | | `/unlimited (player)` | - | Toggle unlimited items | `serversystem.admin.command.unlimited.use` | | `/speed (player)` | - | Set player speed | `serversystem.admin.command.speed.use` | | `/flyspeed (player)` | `/speedfly` | Set fly speed | `serversystem
# ServerSystem
A comprehensive Minecraft server management plugin for Paper servers, providing essential administrative, moderation, and utility commands.
In short, this is an alternative to plugins like Essentials.
While Essentials is a fine plugin, more options and competition is always a good thing.
This plugin also aims to be much more customizable and (mostly) be a drop-in solution.
## Features
- Administrative Tools: Gamemode management, teleportation, time/weather control
- Economy System: Balance management, payments, economy administration (requires Vault)
- Moderation Tools: Ban/mute system, command spy, vanish, clear chat
- Utility Tools: Repair tools, trash can, heal, feed
- Player Utilities: Homes, warps, kits, mobile workbench access
- Teleportation System: TPA requests, back command, spawn management
- Communication: Private messaging, team chat, broadcast system
- Clickable Signs: Interactive signs for various functions
- Multi-language Support: Per-User language support, defaulting to player's locale (English, German and Slovene
- only)
## Requirements
- Minecraft Version: 1. 21+
- Server Software: Paper (or Paper-based forks)
- Java Version: 21+
- Optional Dependencies:
- - Vault (Provides a universal Economy API for other plugins to use)
- - NBTAPI (For loading/saving offline player data)
## Installation
1. Download the latest ServerSystem JAR file 2. Place it in your server's `plugins` folder 3. Restart your server 4. Configure the plugin using the generated configuration files 5. Reload or restart the server to apply changes
## Configuration
The plugin generates several configuration files:
- `config.yml` - Contains configuration for sections that are either too small or too generic
- `commands.yml` - Command settings and aliases
- `permissions.yml` - Permission definitions
- `economy.yml` - Economy related settings
- `moderation.yml` Moderation (Ban/Mute) related settings
- `messages/` - Language files for different locales
## Commands
(xy) = optional argument
\ = required argument
### Administrative Commands
Administrative Commands
| Command | Aliases | Description | Permission | |--------------------------------|-------------------|-----------------------------------|-------------------------------------------------| | `/gamemode (player)` | `/gm` | Change gamemode | `serversystem.admin.command.gamemode.use` | | `/gms (player)` | - | Set survival mode | `serversystem.admin.command.gamemode.survival` | | `/gmc (player)` | - | Set creative mode | `serversystem.admin.command.gamemode.creative` | | `/gma (player)` | - | Set adventure mode | `serversystem.admin.command.gamemode.adventure` | | `/gmsp (player)` | - | Set spectator mode | `serversystem.admin.command.gamemode.spectator` | | `/time (world)` | - | Set world time | `serversystem.admin.command.time.use` | | `/day (world)` | - | Set time to day | `serversystem.admin.command.time.use` | | `/night (world)` | - | Set time to night | `serversystem.admin.command.time.use` | | `/noon (world)` | - | Set time to noon | `serversystem.admin.command.time.use` | | `/midnight (world)` | - | Set time to midnight | `serversystem.admin.command.time.use` | | `/weather (world)` | - | Change weather | `serversystem.admin.command.weather.use` | | `/sun (world)` | - | Set sunny weather | `serversystem.admin.command.weather.use` | | `/rain (world)` | - | Set rainy weather | `serversystem.admin.command.weather.use` | | `/storm (world)` | - | Set stormy weather | `serversystem.admin.command.weather.use` | | `/sudo ` | - | Execute command as another player | `serversystem.admin.command.sudo.use` | | `/unlimited (player)` | - | Toggle unlimited items | `serversystem.admin.command.unlimited.use` | | `/speed (player)` | - | Set player speed | `serversystem.admin.command.speed.use` | | `/flyspeed (player)` | `/speedfly` | Set fly speed | `serversystem
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- TestAccount666
- Version
- 4.1.0
- Downloads
- 3,307
- Endorsements
- 6
- Category
- paper
- Created
- 7/24/2025
- Updated
- 1/30/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does ServerSystem support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of ServerSystem?
Version 4.1.0, published 2026-01-30 with 3,307 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await