mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
build: Release 2.4.2
This commit is contained in:
parent
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"
|
||||
|
Loading…
Reference in New Issue
Block a user