From dfffa5ef7e8ee91bace5d1614bd0eecb3d54a5a6 Mon Sep 17 00:00:00 2001 From: Ryder Belserion Date: Wed, 5 Apr 2023 23:33:32 -0400 Subject: [PATCH] It's pumpkin time --- build.gradle.kts | 7 +++++-- paper/build.gradle.kts | 4 ++-- paper/src/main/resources/plugin.yml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 127fc0d..d2927d7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -64,14 +64,17 @@ webhook { this.description(""" Changes: » Added 1.19.4 support - » Removed 1.8.8-1.18.2 support, It will be moved into another github branch. - » Expect that the branch likely won't be maintained after a period of time. + » Removed 1.8.8-1.17.1 support. » Likely will only be supporting https://papermc.io from this point on. API: » All methods handling data in the features has been moved to **com.ryderbelserion.chatmanager.api** » It can be accessed via our static instance of the plugin i.e ChatManager.getPlugin().api().whateveryouwanttouse » Warning: It likely will change in the future so don't get to comfy with it. + + Bugs: + » Submit any bugs @ https://github.com/Crazy-Crew/ChatManager/issues + » **Don't throw this into production instantly. I changed a LOT and would appreciate if you can test it.** """.trimIndent()) } } diff --git a/paper/build.gradle.kts b/paper/build.gradle.kts index e82e749..3cc6ad8 100644 --- a/paper/build.gradle.kts +++ b/paper/build.gradle.kts @@ -65,10 +65,10 @@ tasks { //

The first release for ChatManager on Modrinth! 🎉🎉🎉🎉🎉


If we want a header. changelog.set( """ -

⚠️ Warning: 1.18.2 and below support will be dropped shortly! Separate builds will be released for 1.18.2 and below ⚠️


+

⚠️ Warning: 1.17.1 and below support will be dropped shortly! ⚠️


Changes:

Added 1.19.4 support

-

Removed 1.8.8-1.18.2 support, It will be moved into another branch.

+

Removed 1.8.8-1.17.1 support

Bug Fixes:

N/A/p> """.trimIndent() diff --git a/paper/src/main/resources/plugin.yml b/paper/src/main/resources/plugin.yml index 8302077..9bba753 100644 --- a/paper/src/main/resources/plugin.yml +++ b/paper/src/main/resources/plugin.yml @@ -4,7 +4,7 @@ main: ${group}.ChatManager authors: [H1DD3NxN1NJA, Ryder Belserion] version: ${version} -api-version: "1.13" +api-version: "1.18" description: ${description} website: ${website}