Skip to content

Commit

Permalink
corrections to projectile hit legacy matchers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 23, 2023
1 parent 4b87d8c commit a4c3129
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -55,9 +55,9 @@ public class ProjectileHitScriptEvent extends BukkitScriptEvent implements Liste
// -->

public ProjectileHitScriptEvent() {
registerCouldMatcher("<projectile> hits (<material>)");
registerCouldMatcher("<projectile> hits (<block>)");
registerCouldMatcher("<projectile> hits <entity>");
registerCouldMatcher("<entity> shoots <material> (with <projectile>)");
registerCouldMatcher("<entity> shoots <block> (with <projectile>)");
registerSwitches("entity", "block", "shooter", "with");
}

Expand Down

0 comments on commit a4c3129

Please sign in to comment.