From 39098cbe3790301199b30a1cfb2091e944d7cdc5 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:35:24 +0100 Subject: [PATCH] Update DeluxeMenus placeholders --- docs/users/placeholder-list/minecraft.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/users/placeholder-list/minecraft.md b/docs/users/placeholder-list/minecraft.md index b81cd18..f513402 100644 --- a/docs/users/placeholder-list/minecraft.md +++ b/docs/users/placeholder-list/minecraft.md @@ -2780,12 +2780,21 @@ Please check the [wiki](https://github.com/booksaw/PlaceholderAPI) for more info ``` %deluxemenus_meta___% +%deluxemenus_meta___% +%deluxemenus_meta_has_value__% +%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 +- 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. +- ``: The key of the meta you want to check +- ``: Can be `STRING`, `BOOLEAN`, `DOUBLE`, `LONG`, or `INTEGER`. + *If the given key has a different data type, an error will occur.* +- ``: The value returned if nothing is found. ----