Skip to content

Commit a8eda07

Browse files
committed
Release 2.4.0
1 parent 0a11976 commit a8eda07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ plugins {
2323
}
2424

2525
group = "gg.auroramc"
26-
version = "2.4.0-SNAPSHOT"
26+
version = "2.4.0"
2727

2828
java {
2929
sourceCompatibility = JavaVersion.VERSION_21
@@ -178,7 +178,7 @@ tasks {
178178
downloadPlugins {
179179
hangar("PlaceholderAPI", "2.11.6")
180180
}
181-
minecraftVersion("1.21.5")
181+
minecraftVersion("1.21.10")
182182
}
183183
}
184184

src/main/resources/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ locale: en
1111
# See wiki for more details
1212
use-per-player-locale: false
1313

14+
# When per player locale is enabled, locale will be automatically set to the player's locale
1415
number-format:
1516
locale: en-US
1617
int-format: '#,###'

0 commit comments

Comments
 (0)