Updated Dungeon NPCs (markdown)

Daniel Saukel 2020-09-02 02:16:42 +02:00
parent 33409be981
commit 8f6e02c97b

@ -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.