From 812e69adf89bea0fea3500f590bd6d154f1bc8dd Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Tue, 16 Apr 2019 23:35:20 +0200 Subject: [PATCH] Updated Plugin integration (markdown) --- Plugin-integration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Plugin-integration.md b/Plugin-integration.md index c16892f..734420a 100644 --- a/Plugin-integration.md +++ b/Plugin-integration.md @@ -23,6 +23,22 @@ List of natively supported plugins: * [Any permission plugin](main-configuration) that supports Vault. Required for tutorial groups and instance permissions. * [Any economy plugin](main-configuration) that supports Vault. Required for - well, for all economy features. +### Custom mob plugins +The custom mob system of DungeonsXL is command based and thus works with any external plugin that provides a spawn command out of the box. Simply add the command to this main config section: + +``` +# You can register a provider tag and the spawn command to use here. +# The custom external mob providers should work with the mob sign and the M trigger. +# The mobs spawned by a custom external mob provider should be recognized by the kill counter (/dxl game). +externalMobProviders: + # providerTag: spawn command + # "%%"indicate placeholders + XY: custommobplugin spawnmob %mob% %world% %x% %y% %z% + # Some mob plugins for some reason forbid decimals. + # In such a case, use the block placeholders instead. + YZ: othermobplugin summon %mob% %world% %block_x% %block_y% %block_z% +``` + ### [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) As of v0.17.6, DungeonsXL supports the following placeholders: