Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-20 01:40:06 +01:00
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")) {
|
||||
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(
|
||||
name = "/setblocklight",
|
||||
aliases = "/setlight",
|
||||
@ -201,7 +201,7 @@ public class RegionCommands {
|
||||
actor.print(Caption.of("fawe.info.light-blocks"));
|
||||
}
|
||||
|
||||
@Deprecated(since = "TODO", forRemoval = true)
|
||||
@Deprecated(since = "2.4.2", forRemoval = true)
|
||||
@Command(
|
||||
name = "/setskylight",
|
||||
desc = "Set sky lighting in a selection"
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren