diff --git a/1.21.6/.jenkins/Jenkinsfile.snapshot b/1.21.6/.jenkins/Jenkinsfile.snapshot index f6f3a3a..b1d35b0 100644 --- a/1.21.6/.jenkins/Jenkinsfile.snapshot +++ b/1.21.6/.jenkins/Jenkinsfile.snapshot @@ -71,4 +71,4 @@ pipeline { deleteDir() } } -} \ No newline at end of file +} diff --git a/1.21.6/Paper/src/main/resources/paper-plugin.yml b/1.21.6/Paper/src/main/resources/paper-plugin.yml index 6e54949..b71241f 100644 --- a/1.21.6/Paper/src/main/resources/paper-plugin.yml +++ b/1.21.6/Paper/src/main/resources/paper-plugin.yml @@ -17,4 +17,4 @@ dependencies: LuckPerms: load: BEFORE required: false - join-classpath: true \ No newline at end of file + join-classpath: true diff --git a/1.21.6/changelog.md b/1.21.6/changelog.md index 8410b27..24a37cc 100644 --- a/1.21.6/changelog.md +++ b/1.21.6/changelog.md @@ -1,8 +1 @@ -**Bug Fixes**: - -- Fix Adventure Serializer failing completely when serialization fails, causing game glitches - -**New Features**: - -- Allow commands to send feedback as chat messages, if command feedback is disabled -- Added Compat API for Advanced Chat \ No newline at end of file +Port for 1.21.6 \ No newline at end of file diff --git a/patches/1.21.6/changelog.md.patch b/patches/1.21.6/changelog.md.patch new file mode 100644 index 0000000..896f997 --- /dev/null +++ b/patches/1.21.6/changelog.md.patch @@ -0,0 +1,12 @@ +--- a/changelog.md ++++ b/changelog.md +@@ -1,8 +1,1 @@ +-**Bug Fixes**: +- +-- Fix Adventure Serializer failing completely when serialization fails, causing game glitches +- +-**New Features**: +- +-- Allow commands to send feedback as chat messages, if command feedback is disabled +-- Added Compat API for Advanced Chat ++Port for 1.21.6