You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@
9
9
-**Breaking change!**
10
10
Refactor development server implementation to use [jpenilla/run-task](https://github.com/jpenilla/run-task/) plugin and integrate run-paper for server execution,
11
11
improving maintainability and compatibility with various server versions.
12
+
-**Breaking change!**
13
+
Rename `bukkit.meta { ... }` to `bukkit.plugin { ... }`.
14
+
- Task `:parsePluginMetaFile` and `:mergePluginMeta` renamed to `:parsePluginYaml` and `:mergePluginYaml` respectively.
15
+
-`bukkit.disableMetaGeneration()` replaced by `bukkit.plugin.disablePluginYamlGeneration()`
16
+
- Package `.meta` renamed to `.plugin` to reflect this change
12
17
- Set the default [JVM toolchain](https://docs.gradle.org/current/userguide/toolchains.html) version
13
18
instead of setting JVM target and source compatibility to 1.8.
14
19
By default, the minimal supported JVM version compatible with the specified `bukkit.server.version` is used.
0 commit comments