mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-05 17:07:06 +02:00
Merge pull request #1114 from PlaceholderAPI/feat/add-multiverse-core-v5-placeholders
[Wiki] Add Multiverse-Core v5 placeholders
This commit is contained in:
@@ -4205,10 +4205,46 @@ Miscellaneous placeholders:
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### **[Multiverse-Core](https://www.spigotmc.org/resources/390/)**
|
### **[Multiverse-Core](https://modrinth.com/plugin/multiverse-core)**
|
||||||
/// command | papi ecloud download multiverse
|
/// tab | Multiverse-Core v5
|
||||||
|
//// integrated | Built into Plugin
|
||||||
|
////
|
||||||
|
|
||||||
|
//// warning | The below Placeholders are only for Multiverse-Core v5!
|
||||||
|
////
|
||||||
|
|
||||||
|
All placeholders allow a `_<world>` to be added with `<world>` being the name of a Multiverse-loaded World.
|
||||||
|
Example: `%multiverse-core_alias_myworld%`
|
||||||
|
|
||||||
|
```
|
||||||
|
%multiverse-core_alias%
|
||||||
|
%multiverse-core_animalspawn%
|
||||||
|
%multiverse-core_autoheal%
|
||||||
|
%multiverse-core_blacklist%
|
||||||
|
%multiverse-core_currency%
|
||||||
|
%multiverse-core_difficulty%
|
||||||
|
%multiverse-core_entryfee%
|
||||||
|
%multiverse-core_environment%
|
||||||
|
%multiverse-core_flight%
|
||||||
|
%multiverse-core_gamemode%
|
||||||
|
%multiverse-core_generator%
|
||||||
|
%multiverse-core_hunger%
|
||||||
|
%multiverse-core_monstersspawn%
|
||||||
|
%multiverse-core_name%
|
||||||
|
%multiverse-core_playerlimit%
|
||||||
|
%multiverse-core_price%
|
||||||
|
%multiverse-core_pvp%
|
||||||
|
%multiverse-core_seed%
|
||||||
|
%multiverse-core_time%
|
||||||
|
%multiverse-core_type%
|
||||||
|
%multiverse-core_weather%
|
||||||
|
```
|
||||||
///
|
///
|
||||||
|
|
||||||
|
/// tab | Multiverse-Core v4
|
||||||
|
//// command | papi ecloud download multiverse
|
||||||
|
////
|
||||||
|
|
||||||
```
|
```
|
||||||
%multiverse_world_alias%
|
%multiverse_world_alias%
|
||||||
%multiverse_world_all_property_names%
|
%multiverse_world_all_property_names%
|
||||||
@@ -4237,6 +4273,7 @@ Miscellaneous placeholders:
|
|||||||
%multiverse_world_style%
|
%multiverse_world_style%
|
||||||
%multiverse_world_type%
|
%multiverse_world_type%
|
||||||
```
|
```
|
||||||
|
///
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
|
@@ -133,4 +133,5 @@ markdown_extensions:
|
|||||||
- pymdownx.blocks.details
|
- pymdownx.blocks.details
|
||||||
- pymdownx.blocks.tab:
|
- pymdownx.blocks.tab:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
|
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
|
||||||
- pymdownx.tasklist
|
- pymdownx.tasklist
|
||||||
|
Reference in New Issue
Block a user