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 140
    • Issues 140
    • 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
  • Random Spawns

Random Spawns · Changes

Page history
Update Random Spawns authored Feb 24, 2024 by Amy's avatar Amy
Hide whitespace changes
Inline Side-by-side
Showing with 22 additions and 11 deletions
+22 -11
  • Random-Spawns.md Random-Spawns.md +22 -11
  • No files found.
Random-Spawns.md
View page @ ed83ae93
......@@ -150,22 +150,33 @@ A complete list of all available randomspawn options.
### Extra Options in config.yml
These options, located in MythicMobs' "config.yml"-file, are responsible for how SpawnPoints are generated on your server. It's best to use common sense when adjusting these values, as misconfigurations of this section may cause lag on your server.
These options, located in `MythicMobs/config/config-spawning.yml`-file, are responsible for how SpawnPoints are generated on your server. It's best to use common sense when adjusting these values, as misconfigurations of this section may cause lag on your server.
```yaml
RandomSpawning:
DisableVanillaSpawns: false
GenerateSpawnPoints: true
MaxMobsMultiplier: 1.0
SpawnRadiusPerPlayerY: 32
DespawnLazyRandomMobs: true
MaxGenerationTime: 20
PointsPerSecond:
Configuration:
RandomSpawning:
# Disable vanilla mob spawning
DisableVanillaSpawns: false
# Must be enabled for ADD method
GenerateSpawnPoints: true
# Area around players where mobs will try to spawn
SpawnRadiusPerPlayer: 64
SpawnRadiusPerPlayerMin: 16
SpawnRadiusPerPlayerY: 32
PointsPerSecond:
Land: 5
Air: 0
Air: 1
Sea: 2
Lava: 0
Lava: 1
Ground: 0
# Maximum milliseconds per tick spent on spawning
MaxGenerationTime: 20
LimitMultiplier: 1.2
```
Tutorials
--------
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
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
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
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
Examples
Useful Tips