From a009704d341695670f63d3d8a9f6d90f82aee3fd Mon Sep 17 00:00:00 2001 From: Ruben <52609756+BlitzOffline@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:20:26 +0200 Subject: [PATCH] Update the String Expansion placeholder list --- docs/users/placeholder-list/minecraft.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/users/placeholder-list/minecraft.md b/docs/users/placeholder-list/minecraft.md index 4d84261..b81cd18 100644 --- a/docs/users/placeholder-list/minecraft.md +++ b/docs/users/placeholder-list/minecraft.md @@ -1513,6 +1513,7 @@ More info about the expansion can be found on the [GitHub-Repository](https://gi %string_equalsIgnoreCase__% %string_contains__% %string_containsIgnoreCase__% +%string_charAt__% %string_indexOf__% %string_lastIndexOf__% %string_substring__% @@ -1521,8 +1522,16 @@ More info about the expansion can be found on the [GitHub-Repository](https://gi %string_shuffle_% %string_uppercase_% %string_lowercase_% +%string_sentencecase_% +%string_capitalize_% %string_length_% %string_random_,,,% +%string_replaceCharacters__% +%string_alternateuppercase_% +%string_startswith__% +%string_endswith__% +%string_trim_% +%string_occurences_count__% ``` Supports placeholders using brackets: `{placeholder}`