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 151
    • Issues 151
    • 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
    • Troubleshooting
  • RandomSpawns

RandomSpawns · Changes

Page history
added TroubleShooting page authored Mar 27, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 27 additions and 0 deletions
+27 -0
  • Troubleshooting/RandomSpawns.md Troubleshooting/RandomSpawns.md +27 -0
  • No files found.
Troubleshooting/RandomSpawns.md 0 → 100644
View page @ e4fe2f3c
# RandomSpawns not working
- Check out the `Chance` of the randomspawn: if it's too low, that might be the issue, so bring it to `1` in order to check if that was the issue. If it was not, continue with the steps below without changing it back until the issue is solved.
- Check the world difficulty: if you are trying to spawn an hostile mob type, it shouldn't be peaceful!
- Remove **any limitations**, such as `biome` and `conditions`, then see if it works
- Check if there is any mispelled word anywhere, such as:
- the mob internal name
- the world name
- If the RandomSpawn starts to work after deleting all conditions, start to add them back one by one, and see which one(s) caused the issue in the first place. If you are unable to understand why the conditions thus found are problematic, ask for help over our [discord]
- If the randomspawn is still not working, continue debugging by taking the actions listed below, based on the randomspawn's `Action`
### ADD Action
- Make sure the plugin's spawning configurations are correctly set
- (Below MM 5.6.1): the config file is located at: `/MythicMobs/config.yml`
- (MM 5.6.1 or above) the config file is located at: `/MythicMobs/config/config-spawning.yml`
- Make sure you have enabled `GeneraSpawnPoints` in the config file, or else the ADD action will not work
- Make sure you are not in survival or adventure mode, as other gamemodes will not work
- If all of the above fails, ask for help over our [discord]
### REPLACE Action
- Check the world difficulty: **regardless of what mob type you are spawning**, it shouldn't be peaceful! This action can only replace hostile entities!
- Make sure the world can spawn monsters naturally (For instace, by making sure that the `doMobSpawning` gamerule is set to `true` and other such things).
- Check region([World Guard](https://dev.bukkit.org/projects/worldguard), [Grief Defender](https://www.spigotmc.org/resources/1-12-2-1-20-4-griefdefender-claim-plugin-grief-prevention-protection.68900/) and so on) [flags](https://worldguard.enginehub.org/en/latest/regions/flags/#mobs-fire-and-explosions) to see if the region has any [flag which blocks mob spawning](https://worldguard.enginehub.org/en/latest/regions/flags/#mobs-fire-and-explosions)
- You should know that, since the Replace action will only replace hostile mobs, you must make sure that those mobs can spawn first, according to theirs vanilla Natural generation conditions.
<!-- LINKS -->
[discord]: https://www.mythiccraft.io/discord
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Troubleshooting
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
  • 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
Technical
  • Math
  • Operations
    • Attribute Operations
    • Stats Modifiers
  • Particles Types
  • Audience
Examples
Useful Tips