Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for 3o3y

High-Performance Mob Framework | YAML | Boss Phases | Smart AutoSpawns | 1.21.10

Report TheMob?

πŸ”Ή What is The Mob?

The Mob is a performance-focused custom mob & boss framework for Paper / Spigot 1.21.10.

It allows server owners to create custom mobs, multi-phase bosses and intelligent spawn systems using clean YAML configuration files, no scripting, no coding, no external dependencies.

Unlike traditional mob plugins, The Mob is built around control, lifecycle safety and server performance.

🎯 Design Philosophy

The Mob was built to solve common problems of mob plugins:

βœ” Uncontrolled mob spawning

βœ” TPS drops under load

βœ” Script-heavy configurations

βœ” Broken reloads & leftover mobs

βœ” AFK farming & spawn abuse

Everything in The Mob is state-driven, predictable and reload-safe.

✨ Core Features 🧱 YAML-Based Custom Mobs

  • Define mobs entirely via YAML
  • Custom health, damage, attributes & equipment
  • Clean and predictable configuration structure
  • No scripting language required

πŸ‘‘ Boss System with Phases

  • Multi-phase bosses based on HP percentage
  • BossBar integration
  • Phase messages, effects & abilities
  • Minion support per phase

Boss fights are mechanical, readable and fair β€” not random spam.

🧭 Radar & Navigation HUD

  • Player-specific BossBar HUD
  • Directional compass display
  • Priority-based threat detection
  • Helps players track bosses and encounters

⏱ Smart Auto-Spawn System

Designed for performance and fairness:

  • Chunk-aware hot / cold zone logic
  • Spawns activate only when players are nearby
  • Spawn cycles pause automatically when players leave
  • Hard spawn limits (no refill spawning)

Prevents:

  • Endless spawning
  • AFK farming
  • Kill-speed exploits

When players leave, the world rests. When they return, it feels alive again.

πŸ“Š Player Stats GUI

  • Built-in in-game stats menu
  • No permissions required for basic access
  • Player-friendly by default

⚑ Performance-First Architecture

theMob is designed for long-running servers:

  • Event-driven logic (no global polling loops)
  • Radius-limited entity scans
  • No forced chunk loading
  • Clean entity lifecycle handling

πŸ§ͺ Tested Under Real Load

Tested in live server environments:

βœ” 20+ concurrent players

βœ” 400+ active custom mobs

βœ” Multiple bosses at the same time

βœ” Stable TPS on Paper 1.21.10

βœ” /mob reload without server restart

Stable during:

  • Player joins & leaves
  • Boss phase transitions
  • Auto-spawn hot/cold state changes

πŸ›  How to Use theMob

1️⃣ Installation

  • Drop theMob.jar into your plugins folder
  • Start your server (Paper / Spigot 1.21.10)
  • Java 21 recommended

2️⃣ Create a Custom Mob (YAML)

mob-id: zombie_boss
type: ZOMBIE

stats:
  health: 500
  damage: 12

phases:
  phase_2:
    at-health: 50
    effects:
      - INCREASE_DAMAGE

Reload and your mob is ready.

3️⃣ Spawn & Control
/mob spawn <mob-id>
/mob reload
/mob killall

4️⃣ Auto-Spawn Management
/mob set autospawn <mob-id> <seconds> <maxSpawns>
/mob set randomradius <mob-id> <seconds> <maxSpawns> <minRadius> <maxRadius>
/mob set followplayer <player> <mob-id> <seconds> <maxSpawns> ...
/mob set randomworld <mob-id> <seconds> <maxSpawns> ...

πŸ” Permissions

Permission Description

  • themob.spawn Manually spawn custom mobs
  • themob.spawn.set Manage auto-spawns
  • themob.killall Remove all custom mobs
  • themob.reload Reload theMob
  • themob.stats Open player stats GUI

βœ” Clean separation

βœ” Safe for admin / moderator delegation

βœ” No permission required for basic player features

πŸ“Œ Recommended Use Cases

βœ” RPG Servers

βœ” Boss Events & Arenas

βœ” Dungeons

βœ” Hardcore / Purge Servers

βœ” Custom PvE Content

πŸ“¦ Requirements

  • Paper / Spigot 1.21.10
  • Java 21 recommended

πŸš€ Final Notes

theMob is built for server owners who want:

βœ” Powerful custom mobs without scripting

βœ” Boss fights with real mechanics

βœ” Strong performance under load

βœ” Clean administration & safe reloads

If you value control, performance and scalability, theMob is built for your server.

πŸ”— Links

Download: SpigotMC Modrinth

Documentation: GitBook

Source Code: GitHub

Support: Patreon

Information

CategoryGameplay
Published onDecember 22, 2025
LicenseUnspecified
Downloads59
Stars0
Watchers0

Pinned Versions

Buy me a Coffee

Members

Avatar for 3o3y

3o3y

Owner