Skip to content

Commit

Permalink
EffStructureFill - add "within" to pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Mar 21, 2023
1 parent 14dfa04 commit 00afd53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
public class EffStructureFill extends Effect {

static {
Skript.registerEffect(EffStructureFill.class, "fill [structure] %structure% between %location% and %location%");
Skript.registerEffect(EffStructureFill.class,
"fill [structure] %structure% (between|within) %location% and %location%");
}

private Expression<StructureBee> structure;
Expand Down

0 comments on commit 00afd53

Please sign in to comment.