Plugins

Plugin configuration for modular server features

Plugins are modular features that extend GameServer functionality. Each plugin can be enabled or disabled independently.

Available Plugins

Core Gameplay

Plugin
File
Purpose

ResetSystem.xml

Character reset and grand reset progression

VIP/VIPSystem.xml

Premium membership tiers and benefits

ChaosMix/*.xml

Chaos machine recipes, formulas, options

JewelsBank/JewelsBank.xml

Account-wide jewel storage system

Skill & Combat

Plugin
File
Purpose

SkillSpeedScale.xml

Per-skill attack speed scaling

MuHelperPickup.xml

Auto-pickup item configuration

Events & UI

Plugin
File
Purpose

EventTimerInfo.xml

Event timer display and tooltips

PostCommand.xml

Global chat /post command

Development & Testing

Plugin
File
Purpose

StressBotPlugin.xml

Stress testing with fake players

Plugin Architecture

All plugins follow a consistent pattern:

Common Attributes

Enabled Attribute

Every plugin root element has an Enabled attribute:

  • true - Plugin is active

  • false - Plugin is completely disabled

circle-info

Disabled plugins have zero performance impact - they don't load configuration or register handlers.

Index References

Plugins use index numbers to link related configurations:

Configuration Reload

Some plugins support live configuration reload without server restart:

Check individual plugin documentation for reload support.

circle-exclamation

Last updated