You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/ch/njol/skript/classes/data/JavaClasses.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ public JavaClasses() {}
60
60
.name("Number")
61
61
.description("A number, e.g. 2.5, 3, or -9812454.",
62
62
"Please note that many expressions only need integers, i.e. will discard any frational parts of any numbers without producing an error.")
63
-
.usage("<code>[-]###[.###]</code> (any amount of digits; very large numbers will be truncated though)")
63
+
.usage("[-]###[.###]</code> (any amount of digits; very large numbers will be truncated though)")
64
64
.examples("set the player's health to 5.5",
65
65
"set {_temp} to 2*{_temp} - 2.5")
66
66
.since("1.0")
@@ -578,10 +578,10 @@ public boolean mustSyncDeserialization() {
578
578
"(e.g. %player% will be replaced with the player's name).",
579
579
"Because scripts are also text, you have to put text into double quotes to tell Skript which part of the line is an effect/expression and which part is the text.",
580
580
"Please read the article on <a href='../strings/'>Texts and Variable Names</a> to learn more.")
0 commit comments