mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Updated Dungeon NPCs (markdown)
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user