We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a11976 commit a8eda07Copy full SHA for a8eda07
build.gradle.kts
@@ -23,7 +23,7 @@ plugins {
23
}
24
25
group = "gg.auroramc"
26
-version = "2.4.0-SNAPSHOT"
+version = "2.4.0"
27
28
java {
29
sourceCompatibility = JavaVersion.VERSION_21
@@ -178,7 +178,7 @@ tasks {
178
downloadPlugins {
179
hangar("PlaceholderAPI", "2.11.6")
180
181
- minecraftVersion("1.21.5")
+ minecraftVersion("1.21.10")
182
183
184
src/main/resources/config.yml
@@ -11,6 +11,7 @@ locale: en
11
# See wiki for more details
12
use-per-player-locale: false
13
14
+# When per player locale is enabled, locale will be automatically set to the player's locale
15
number-format:
16
locale: en-US
17
int-format: '#,###'
0 commit comments