Skip to content

Commit

Permalink
#2543
Browse files Browse the repository at this point in the history
  • Loading branch information
AyhamAl-Ali committed Jul 27, 2021
1 parent 6fff752 commit 5a1a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/events/SimpleEvents.java
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ public class SimpleEvents {
.description("Called when a player starts or stops sneaking. Use <a href='conditions.html#CondIsSneaking'>is sneaking</a> to get whether the player was sneaking before the event was called.")
.examples("# make players that stop sneaking jump",
"on sneak toggle:",
" player was sneaking",
" player is sneaking",
" push the player upwards at speed 0.5")
.since("1.0");
Skript.registerEvent("Sprint Toggle", SimpleEvent.class, PlayerToggleSprintEvent.class, "[player] toggl(e|ing) sprint", "[player] sprint toggl(e|ing)")
Expand Down

0 comments on commit 5a1a8be

Please sign in to comment.