PvP (Player vs Player) directory
A curated directory of technical resources, game engines, and community tools specifically for the development and management of competitive PvP systems in text-based multiplayer games.

Showing 10 of 10 entries
Mudlet
open-sourceHigh-performance MUD client used for creating complex PvP triggers, aliases, and custom health/mana tracking overlays.
Pros
- + Lua scripting for rapid response times
- + Built-in GMCP support for real-time stat syncing
- + Active community for PvP UI packages
Cons
- − Can lead to automation imbalance
- − Memory intensive with large script sets
CoffeeMUD PvP Ruleset
open-sourceA Java-based MUD engine featuring built-in support for legal/illegal PK, arena systems, and bounty hunting.
Pros
- + Out-of-the-box PvP flag management
- + Extensive class and skill balance presets
- + Supports complex equipment-based combat
Cons
- − Complex codebase to navigate
- − Heavy resource requirements for hosting
ELO Rating System (Python Library)
open-sourceA standard implementation of the Elo rating system for calculating relative skill levels in competitive PvP ladders.
Pros
- + Lightweight integration for MUD leaderboards
- + Mathematically sound ranking logic
- + Easily adaptable for 1v1 or team matches
Cons
- − Requires external database for persistence
- − Basic implementation lacks decay features
TinTin++
open-sourceA console-based MUD client preferred by power users for its speed and low-level socket handling in high-APM PvP.
Pros
- + Lowest latency for command processing
- + Powerful regex engine for parsing combat logs
- + Scriptable in any language via pipes
Cons
- − No graphical interface
- − Difficult to learn syntax
RanvierMUD Combat Component
open-sourceNode.js based combat logic emphasizing event-driven interactions and modular effect systems.
Pros
- + Modern Javascript (ES6+) syntax
- + Easy to implement damage-over-time and buffs
- + Clean separation of concerns
Cons
- − Smaller library of pre-built PvP features
- − Requires Node.js environment
The MUD Connector (PvP Filter)
freeDirectory of active MUDs filtered specifically for Player vs Player and Player Killing (PK) features.
Pros
- + Largest database of active games
- + Specific filters for full-loot vs opt-in
- + User reviews focusing on combat balance
Cons
- − Many listed games are inactive
- − Search algorithm is basic
Achaea Combat Guide
freemiumOfficial documentation for one of the most complex affliction-based PK systems in commercial MUDs.
Pros
- + Masterclass in tactical depth and affliction management
- + Detailed explanation of balance and equilibrium mechanics
Cons
- − Highly specific to Iron Realms engines
- − Commercial focus may influence balance choices
Wikipedia: Game Balance
freeA concise reference on balance principles applicable to spell tuning, resource economies, and combat pacing in MUDs.
Pros
- + Visualizes power creep over levels
- + Calculates mana efficiency per spell
- + Helps identify 'must-have' vs 'useless' spells
Cons
- − Requires manual data entry of spell stats
- − Does not account for utility/CC value
Wikipedia: Bartle Taxonomy of Player Types
freeReference article explaining Bartle's player archetypes and their impact on multiplayer game community design.
Pros
- + Essential for community balancing
- + Helps diagnose player conflict
- + Informs feature prioritization
Cons
- − Originally written for 1990s dynamics
- − Theoretical rather than practical tool
MUD Coders Guild
freeA professional-grade community of developers focused on the technical and social engineering aspects of running text-based games.
Pros
- + Focus on modern development stacks
- + Deep dives into player retention tech
- + Highly collaborative Slack/Discord
Cons
- − Technical barrier to entry
- − Less focus on non-coding admin tasks