Compare commits

...

2 Commits

Author SHA1 Message Date
Andre_601
721cc30e0c Merge branch 'wiki' into feat/wiki-deluxemenus-placeholders 2024-12-04 16:38:07 +01:00
Andre_601
4df989c620 [Wiki] Add new DeluxeMenus placeholders 2024-07-21 02:48:13 +02:00

View File

@@ -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.
----