Skip to content
This repository was archived by the owner on Sep 29, 2019. It is now read-only.

Commit

Permalink
Syntax update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharpjaws committed Feb 4, 2017
1 parent 05fd0e2 commit 8182c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/sharpjaws/sharpSK/main.java
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public Phase get(EnderDragonChangePhaseEvent e) {
Skript.registerEffect(EffTimerCreate.class, "create timer %string% for %timespan%");
Skript.registerEffect(EffTimerStop.class, "stop timer %string%");
Skript.registerExpression(ExprTimerTime.class,Integer.class,ExpressionType.SIMPLE, "time of timer %string%");
Skript.registerExpression(ExprAllTimers.class,String.class,ExpressionType.SIMPLE, "(all [of]|the) [running] timers");
Skript.registerExpression(ExprAllTimers.class,String.class,ExpressionType.SIMPLE, " [(the|all)] [of] [the] [running] timers");
Skript.registerCondition(CondTimerActive.class, "timer %string% is active");
Skript.registerCondition(CondTimerNotActive.class, "timer %string% is not active");
Skript.registerEvent("Timer Tick", SimpleEvent.class, EvtTimerTick.class, "timer tick");
Expand Down

0 comments on commit 8182c2d

Please sign in to comment.