Skip to content

Commit dcc6e1f

Browse files
committedMay 6, 2025
📝 Version
1 parent 409fca4 commit dcc6e1f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "zEssentials"
9-
version = "1.0.2.4"
9+
version = "1.0.2.5"
1010

1111
extra.set("targetFolder", file("target/"))
1212
extra.set("apiFolder", file("target-api/"))

‎changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
# Unreleased
77

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+
816
# 1.0.2.4
917

1018
- Rework kit. A kit now has its own configuration file present in the modules/kits/kits doser.

‎gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
systemProp.file.encoding=utf-8
22
java.version=21
3-
version=1.0.2.4
3+
version=1.0.2.5
44
org.gradle.jvmargs=-Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)
Please sign in to comment.