geforkt von Mirrors/FastAsyncWorldEdit
build: Release 2.4.2
Dieser Commit ist enthalten in:
Ursprung
50ee45fedd
Commit
8414e64bab
@ -41,7 +41,7 @@ ext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
version = String.format("%s-%s", rootVersion, buildNumber)
|
version = String.format("%s", rootVersion)
|
||||||
|
|
||||||
if (!project.hasProperty("gitCommitHash")) {
|
if (!project.hasProperty("gitCommitHash")) {
|
||||||
apply(plugin = "org.ajoberstar.grgit")
|
apply(plugin = "org.ajoberstar.grgit")
|
||||||
|
@ -190,7 +190,7 @@ public class RegionCommands {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated(since = "TODO", forRemoval = true)
|
@Deprecated(since = "2.4.2", forRemoval = true)
|
||||||
@Command(
|
@Command(
|
||||||
name = "/setblocklight",
|
name = "/setblocklight",
|
||||||
aliases = "/setlight",
|
aliases = "/setlight",
|
||||||
@ -201,7 +201,7 @@ public class RegionCommands {
|
|||||||
actor.print(Caption.of("fawe.info.light-blocks"));
|
actor.print(Caption.of("fawe.info.light-blocks"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated(since = "TODO", forRemoval = true)
|
@Deprecated(since = "2.4.2", forRemoval = true)
|
||||||
@Command(
|
@Command(
|
||||||
name = "/setskylight",
|
name = "/setskylight",
|
||||||
desc = "Set sky lighting in a selection"
|
desc = "Set sky lighting in a selection"
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren