File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
group = " zEssentials"
9
- version = " 1.0.2.4 "
9
+ version = " 1.0.2.5 "
10
10
11
11
extra.set(" targetFolder" , file(" target/" ))
12
12
extra.set(" apiFolder" , file(" target-api/" ))
Original file line number Diff line number Diff line change 5
5
6
6
# Unreleased
7
7
8
+ # 1.0.2.5
9
+
10
+ - Fix vault economy with player's name
11
+ - Fix discord webhook configuration
12
+ - Rework steps module. The information is more complete and accurate.
13
+ - Added NChat Hook
14
+ - Added default option value in config.yml
15
+
8
16
# 1.0.2.4
9
17
10
18
- Rework kit. A kit now has its own configuration file present in the modules/kits/kits doser.
Original file line number Diff line number Diff line change 1
1
systemProp.file.encoding =utf-8
2
2
java.version =21
3
- version =1.0.2.4
3
+ version =1.0.2.5
4
4
org.gradle.jvmargs =-Dfile.encoding =UTF-8
You can’t perform that action at this time.
0 commit comments