mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
Compare commits
2 Commits
feat/add-m
...
feat/wiki-
Author | SHA1 | Date | |
---|---|---|---|
|
721cc30e0c | ||
|
4df989c620 |
@@ -2702,13 +2702,17 @@ Please check the [wiki](https://github.com/booksaw/PlaceholderAPI) for more info
|
||||
///
|
||||
|
||||
```
|
||||
%deluxemenus_meta_<key>_<dataType>_<default_value>%
|
||||
%deluxemenus_meta_<key>_<dataType>_<defaultValue>%
|
||||
%deluxemenus_meta_has_value_<key>_<dataType>%
|
||||
%deluxemenus_is_in_menu%
|
||||
%deluxemenus_opened_menu%
|
||||
%deluxemenus_last_menu%
|
||||
```
|
||||
|
||||
- Key: The key of the meta you want to check
|
||||
- Data Type: Can be `STRING`, `BOOLEAN`, `DOUBLE`, `LONG`, or `INTEGER`.
|
||||
*If the given key has a different data type, an error will occur.*
|
||||
- Default Value: The value returned if nothing is found.
|
||||
- `<key>`: The key of the meta you want to check
|
||||
- `<dataType>`: Can be `STRING`, `BOOLEAN`, `DOUBLE`, `LONG`, or `INTEGER`.
|
||||
*If the given key has a different data type, an error will occur.*
|
||||
- `<defaultValue>`: The value returned if nothing is found.
|
||||
|
||||
----
|
||||
|
||||
|
Reference in New Issue
Block a user