Skip to content

Commit b6974f1

Browse files
authored
Add term 'launch' to projectile launch event (#8009)
1 parent 6f5d41e commit b6974f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/ch/njol/skript/events/SimpleEvents.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public class SimpleEvents {
248248
.examples("on projectile collide:",
249249
"\tteleport shooter of event-projectile to event-entity")
250250
.since("2.5");
251-
Skript.registerEvent("Shoot", SimpleEvent.class, ProjectileLaunchEvent.class, "[projectile] shoot")
251+
Skript.registerEvent("Shoot", SimpleEvent.class, ProjectileLaunchEvent.class, "[projectile] (shoot|launch)")
252252
.description("Called whenever a <a href='#projectile'>projectile</a> is shot. Use the <a href='#ExprShooter'>shooter expression</a> to get who shot the projectile.")
253253
.examples("on shoot:",
254254
"\tif projectile is an arrow:",

0 commit comments

Comments
 (0)