Skip to content

Commit

Permalink
ExprPlaceholderValue: add missing "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed May 24, 2024
1 parent 65b2064 commit 06464c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class ExprPlaceholderValue extends SimpleExpression<String> {

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

0 comments on commit 06464c1

Please sign in to comment.