mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Updated Plugin integration (markdown)
parent
0d24bc9eac
commit
812e69adf8
@ -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 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.
|
* [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/)
|
### [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/)
|
||||||
As of v0.17.6, DungeonsXL supports the following placeholders:
|
As of v0.17.6, DungeonsXL supports the following placeholders:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user