We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d967c55 commit 13dd0f1Copy full SHA for 13dd0f1
gradle.properties
@@ -1,5 +1,5 @@
1
groupid=ch.njol
2
name=skript
3
-version=2.6-beta2
+version=2.6-beta3
4
jarName=Skript.jar
5
testEnv=paper-1.16.5
src/main/java/ch/njol/skript/expressions/ExprLastColor.java
@@ -30,7 +30,7 @@
30
@Name("Last Color")
31
@Description("The colors used at the end of a string. The colors of the returned string will be formatted with their symbols.")
32
@Examples("set {_color} to the last colors of \"<red>hey<blue>yo\"")
33
-@Since("INSERT VERSION")
+@Since("2.6")
34
public class ExprLastColor extends SimplePropertyExpression<String, String> {
35
36
static {
0 commit comments