Skip to content

Commit

Permalink
Improve ExprPlaceholderValue patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed May 26, 2024
1 parent 0b8afb7 commit b6104eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public class ExprPlaceholderValue extends SimpleExpression<String> {

static {
Skript.registerExpression(ExprPlaceholderValue.class, String.class, ExpressionType.COMBINED,
"[the] [value of [the]] [:relational] placeholder[s] %strings% [(for|from|of) %-players/offlineplayers%]",
"placeholder[s] %strings%'[s] value [(for|from|of) %-players/offlineplayers%]"
"[the] [value[s] of [the]] [:relational] placeholder[s] [in] %strings% [(for|from|of) %-players/offlineplayers%]",
"[:relational] placeholder[s] %strings%'[s] value[s] [(for|from|of) %-players/offlineplayers%]"
);
}

Expand Down

0 comments on commit b6104eb

Please sign in to comment.