From a65426219651a2b20d4f6539586c2ba8ccec5bc0 Mon Sep 17 00:00:00 2001 From: BlitzOffline <52609756+BlitzOffline@users.noreply.github.com> Date: Sun, 15 Aug 2021 00:04:17 +0300 Subject: [PATCH] Added placeholders frmo the String expansion --- wiki/Placeholders.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/wiki/Placeholders.md b/wiki/Placeholders.md index b15fed9..a1e4b8c 100644 --- a/wiki/Placeholders.md +++ b/wiki/Placeholders.md @@ -97,6 +97,7 @@ If the command itself isn't there and `NO DOWNLOAD COMMAND` instead is shown, th - **[Sound](#sound)** - **[SpeedPerSec](#speedpersec)** - **[Statistic](#statistic)** + - **[String](#string)** - ### **T** - **[Team](#team)** @@ -1285,6 +1286,32 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can ---- +- ### **String** + > /papi ecloud download String + + More info about the expansion can be found on the [GitHub-Repository](https://github.com/BlitzOffline/StringExpansion). + + ``` + %string_equals__% + %string_equalsIgnoreCase__% + %string_contains__% + %string_containsIgnoreCase__% + %string_indexOf__% + %string_lastIndexOf__% + %string_substring__% + %string_substring_,_% + %string_charAt__% + %string_shuffle_% + %string_uppercase_% + %string_lowercase_% + %string_length_% + %string_random____% + ``` + + Supports placeholders using brackets: `{placeholder}` + +---- +L - ### **[Team](https://www.spigotmc.org/resources/74959/)** > NO DOWNLOAD COMMAND