diff --git a/Dungeon-NPCs.md b/Dungeon-NPCs.md index 581150e..b93e066 100644 --- a/Dungeon-NPCs.md +++ b/Dungeon-NPCs.md @@ -28,7 +28,7 @@ Mob plugins can be registered in the main configuration file (plugins/DungeonsXL externalMobProviders: {} ``` -[The configuration value is a map of String keys that identify the mob provider in-game and the command the plugin uses to spawn mobs through command blocks.](data-structure-guide) The following example shows how MythicMobs would be registered in the externalMobProviders map, even though this plugin is registered by default: +[The configuration value is a map of String keys that identify the mob provider in-game and the command the plugin uses to spawn mobs through command blocks.](data-structure-guide) The following example shows how MythicMobs would be registered in the externalMobProviders map, even though this plugin is registered by default and thus **does not need to be added**: First of all, look for the **console / command block** command to spawn mobs that includes parameters for the world and coordinates. Commands that are supposed to be used by players don't work.