diff --git a/Signs.md b/Signs.md
index 24b6d3d..4eea39f 100644
--- a/Signs.md
+++ b/Signs.md
@@ -112,10 +112,53 @@ Creates a mob spawn point.
1 | [Mob] | |
- 2 | Type | The type of the Mob. You can use custom mobs from the dungeonconfig. |
+ 2 | Type | The type of the Mob. You can use custom mobs from the floor config.
+ |
+ 3 | delay,count | The Delay determines how long it takes for the next mob to spawn (in sec.). The Count determines how many mobs are spawned altogether. |
+
+ 4 | Trigger | |
+
+
+
+***
+
+### ExternalMob
+
+Creates a mob spawn point like the mob sign, but you can use mobs provided by external plugins. DungeonsXL provides built-in support for InsaneMobs, MythicMobs, CustomMobs and Citizens.
+
+
+
+ Plugin |
+ Provider tag |
- 3 | Delay,Count | The Delay determines, how long it takes for the next mob to spawn (in sec.). The Count determines, how many mobs are spawned altogether. |
+ Citizens |
+ CI |
+
+
+ CustomMobs |
+ CM |
+
+
+ InsaneMobs |
+ IM |
+
+
+ MythicMobs |
+ MM |
+
+
+
+You can also add other custom mob plugins if they provide a spawn command with a mob identifier and a location (world name and coordinates) in the [main configuration](main-configuration).
+
+
+
+ 1 | [ExternalMob] | |
+
+
+ 2 | Type | The identifier of the Mob, e.g. the name or in the case of Citizens the numeric ID.
+ |
+ 3 | delay,count,provider | The additional provider variable can be a value from the table above. |
4 | Trigger | |