Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Config
  • config spawning

config spawning · Changes

Page history
moved default configs authored Mar 31, 2025 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 0 deletions
+2 -0
  • config/config-spawning.md config/config-spawning.md +2 -0
  • No files found.
config/config-spawning.md 0 → 100644
View page @ d6c5b0fb
```yaml
#
# Spawner Configuration Options
#
# More information about Mythic spawning features can be found here:
#
# Random Spawning -> https://git.lumine.io/mythiccraft/MythicMobs/-/wikis/Random-Spawns
# Spawners -> https://git.lumine.io/mythiccraft/MythicMobs/-/wikis/Spawners
#
Configuration:
#================================================================================
# Spawners
#================================================================================
Spawners:
# Enable this if you want to create & edit spawner files manually instead of using commands
DisableCommandSaving: false
#================================================================================
# Random Spawning
#================================================================================
RandomSpawning:
# Generator used for ADD method. Can be NONE, CLUSTER, or LEGACY
Generator: NONE
# Area around players where mobs will try to spawn
SpawnRadiusPerPlayer: 64
SpawnRadiusPerPlayerMin: 12
SpawnRadiusPerPlayerY: 16
# Distance at which players will be considered a group
PlayerClusterDistance: 24
# Allows Mythic mobs to spawn this far over the vanilla cap
LimitMultiplier: 1.2
# if true, vanilla mobs will not count towards the limit
IgnoreVanillaMobs: false
# if true, only mythic mobs spawned via generation will count towards the limit
IgnoreUnnaturalMobs: false
# Server mob cap. Set to -1 to follow the server limit, or 0 for no limit
SpawningLimit: -1
# Default local mob cap for spawners. Set to -1 to follow the server limit.
LocalSpawningLimit: -1
# Local mob cap will be multiplied by this much per additional player
LocalGroupMultiplier: 1.33
# Whether Action: REPLACE spawners obey the spigot mob cap
ReplaceObeysCap: false
# Maximum milliseconds per tick spent on spawning
MaxGenerationTime: 5
# Maximum number of times per group per tick a spawn point will be searched for
MaxGenerationAttempts: 10
```
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
Mythic Add-ons
Compatible Plugins
API Information

Guides
  • Troubleshooting
  • FAQ / Common Issues
  • Examples
Packs

MythicScribe MythicScribe - VSCode Extension

Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine

Skills
  • Mechanics
    • Mechanics by Tag
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables

Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework

Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops

Spawning
  • Spawners
  • Random Spawns

Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats

Other
  • Particles Types
  • Audience
  • Equipment Slots
  • Pins
Technical
  • Math
  • Item Matcher
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • SkillTree
  • Advanced User Guides and Techniques