We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 432c1a3 + 27949ec commit 64d3e5aCopy full SHA for 64d3e5a
2 files changed
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "fr.maxlego08.menu"
10
-version = "1.1.0.4"
+version = "1.1.0.5"
11
12
extra.set("targetFolder", file("target/"))
13
extra.set("apiFolder", file("target-api/"))
changelog.md
@@ -42,6 +42,15 @@
42
43
# Unreleased
44
45
+# 1.1.0.5
46
+
47
+- Improved and optimized internal code. These consist of micro-optimizations that will only be noticeable on servers with several hundred players.
48
+- Added an option to disable toasts.
49
+- Fixed antivirus-related flag issues.
50
+- Fixed default attributes applied to items.
51
+- Added support for MythicMobs.
52
+- Added a placeholder for global placeholders.
53
54
# 1.1.0.4
55
56
- Update to Sarah 1.20. Added MARIADB support
0 commit comments