From 4af0531d32d31bbc70dbd0a4c9195f516ec5cad2 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Sat, 16 Dec 2023 17:13:25 +0100 Subject: [PATCH] Adds README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c1e39c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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 + +- Quests: https://www.spigotmc.org/resources/quests.3711/ \ No newline at end of file