A spigot plugin that automatically spawns the mob required for quests.
Go to file
2024-01-07 05:23:03 +01:00
src/main Updates quest classes to 5.0.0 2024-01-07 05:23:03 +01:00
.gitignore Initial commit 2023-12-16 17:04:00 +01:00
pom.xml Updates quest classes to 5.0.0 2024-01-07 05:23:03 +01:00
README.md Adds missing comments and annotations 2023-12-17 20:58:22 +01:00

Quest Mob Spawns

This Spigot plugin will automatically spawn mobs required for every kill quest. The mobs will not harm or target any player unless the player has the kill quest, is on the stage for which the mobs should spawn, and has not yet killed the required amount of mobs. The spawned mobs will not drop any items or XP. The mobs are marked as spawner spawned mods, so other plugins, like mcMMO will not grant any skill XP from the quest mobs.

Requirements