Skip to content
russelburgraymond edited this page Jun 15, 2026 · 5 revisions

RS-ServerAdmin Wiki

Overview

RS-ServerAdmin provides per-world administrative controls for common server management tasks through an easy-to-use GUI.

Current features include:

  • Keep Inventory Management
  • Creeper Block Damage Control
  • Creeper Entity Damage Control
  • Mob Equipment Drop Control
  • Automatic World Synchronization
  • Update Notifications

Installation

Requirements

  • Paper 1.21+
  • Java 21+

Installation Steps

  1. Stop your server.
  2. Place RS-ServerAdmin.jar into your plugins folder.
  3. Start your server.
  4. Configure settings through the in-game GUI. (You will need to get your UUID from the server logs and enter it in the config to have access. OP privilege is not enough to use this for safety reasons as follows)

security:

owners: - xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx


Commands

Main Command

/rsadmin

Opens the RS-ServerAdmin main menu.


Keep Inventory

Overview

Manage Keep Inventory settings on a per-world basis.

Options

  • Enable Keep Inventory
  • Disable Keep Inventory

Changes apply immediately.


Creeper Settings

Overview

Configure creeper behavior independently for each world.

Creeper Block Damage

Controls whether creeper explosions damage blocks.

Creeper Entity Damage

Controls whether creeper explosions damage entities.

Each option can be enabled or disabled independently.


Mob Drops

Overview

Control whether equipped mob items are guaranteed to drop when a mob dies.

Settings are configured per world.

Available Controls

  • Helmet
  • Chestplate
  • Leggings
  • Boots
  • Main Hand
  • Off Hand

Behavior

OFF = Vanilla Minecraft behavior

ON = Guaranteed drop

When enabled, the exact equipped item is dropped, including:

  • Damage values
  • Enchantments
  • Custom names
  • Item metadata

World Synchronization

Overview

RS-ServerAdmin automatically synchronizes its database with the worlds currently loaded on the server.

Automatic Actions

When /rsadmin is opened:

  • New worlds are added automatically.
  • Removed worlds are cleaned up automatically.
  • World settings remain synchronized with the server.

No manual maintenance is required.


Update Notifications

Overview

RS-ServerAdmin can notify server operators when a newer version is available.

Behavior

When an operator joins:

  • Update available → notification displayed
  • Up to date → no message
  • Unable to check → no message

Example

[RS-ServerAdmin] Update Available! Current: 1.0.0 Latest: 1.0.1

Only operators receive update notifications.


Permissions

Currently:

OP Only

Future permissions may be added in later versions.


Frequently Asked Questions

Why does a world not appear in the menu?

RS-ServerAdmin automatically synchronizes worlds. Opening /rsadmin refreshes the world list.

Why did a removed world disappear from the menu?

The world synchronization system automatically removes settings for worlds that no longer exist.

Why are mob drops not always dropping?

Verify the corresponding slot is enabled in the Mob Drops menu.

OFF = Vanilla Minecraft behavior

ON = Guaranteed drop

Clone this wiki locally