Skip to content

Commit

Permalink
Update StructCustomPlaceholder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EquipableMC committed Aug 24, 2024
1 parent a9baf36 commit 95d0c53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public class StructCustomPlaceholder extends Structure implements PlaceholderEva

static {
Skript.registerStructure(StructCustomPlaceholder.class,
"(placeholder[ ]api|papi) [:relational] placeholder request (with|for) [the] prefix %*string%",
"(mvdw[ ]placeholder[ ]api|mvdw) placeholder request [with [the] name|named] %*string%"
"(placeholder[ ]api|papi) [:relational] placeholder [request] (with|for) [the] prefix %*string%",
"(mvdw[ ]placeholder[ ]api|mvdw) placeholder [request] [with [the] name|named] %*string%"
);
EventValues.registerEventValue(PlaceholderEvent.class, Player.class, new Getter<Player, PlaceholderEvent>() {
@Override
Expand Down

0 comments on commit 95d0c53

Please sign in to comment.