Skip to content

Commit

Permalink
Fix syntax mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed Sep 26, 2020
1 parent 2e1dcc9 commit 6825274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class EvtPlaceholderRequest extends SkriptEvent {
static {
Skript.registerEvent("Placeholder Request", EvtPlaceholderRequest.class, PlaceholderEvent.class,
"(placeholder[ ]api|papi) [placeholder] request (for|with) [the] prefix[es] %strings%",
"mvdw[ ](placeholder[ ]api [placeholder]|placeholder) request (for|with) [the] placeholder[es] %strings%"
"mvdw[ ](placeholder[ ]api [placeholder]|placeholder) request (for|with) [the] placeholder[s] %strings%"
);
EventValues.registerEventValue(PlaceholderEvent.class, Player.class, new Getter<Player, PlaceholderEvent>() {
@Override
Expand Down

0 comments on commit 6825274

Please sign in to comment.