LazoYoung / CraftGames

Minecraft Paper plugin that enables you to make custom minigame scripts.
MIT License
2 stars 1 forks source link

Unable to spawn mobs right after GameStartEvent. #56

Closed LazoYoung closed 4 years ago

LazoYoung commented 4 years ago

GameModule#spawnMythicMob() has no effect when it's called inside GameStartEvent.

LazoYoung commented 4 years ago

Despawn: [true/false]

Determines whether mobs will despawn if no players are nearby. Should generally be turned on if you are using a lot of a mob spawners or entities will overwhelm your server. Equivalent NBT-tag is “PersistenceRequired” Defaults to true.

MythicMobs provides a way to workaround this.