Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
fixed getting full time
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicofisi committed Mar 15, 2016
1 parent 3c2c0e1 commit 743095b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pl/pickaxe/largesk/LargeSk.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void onEnable() {
Skript.registerEvent("Amazing Player Level Change", SimpleEvent.class, PlayerLevelChangeEvent.class, "amazing player level change");

//Real
Skript.registerExpression(ExprFullTime.class, Long.class, ExpressionType.PROPERTY, "[full|total] time of %world%","%world%'s [full|total] time");
Skript.registerExpression(ExprFullTime.class, Long.class, ExpressionType.PROPERTY, "(full|total) time of %world%","%world%'s (full|total) time");
//Skript.registerExpression(ExprCakeSlicesEaten.class, Integer.class, ExpressionType.PROPERTY, "[the] [(amount|number) of] (slices eaten|eaten slices) of %block%");
Skript.registerEffect(EffDisableAllPlugins.class, "disable all plugins","disable every plugin");

Expand Down

0 comments on commit 743095b

Please sign in to comment.