Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
It's pumpkin time
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 6, 2023
1 parent 3b62033 commit dfffa5e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions build.gradle.kts
Expand Up @@ -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())
}
}
Expand Down
4 changes: 2 additions & 2 deletions paper/build.gradle.kts
Expand Up @@ -65,10 +65,10 @@ tasks {
//<h3>The first release for ChatManager on Modrinth! 🎉🎉🎉🎉🎉<h3><br> If we want a header.
changelog.set(
"""
<h3>⚠️ Warning: 1.18.2 and below support will be dropped shortly! Separate builds will be released for 1.18.2 and below ⚠️<h3><br>
<h3>⚠️ Warning: 1.17.1 and below support will be dropped shortly! ⚠️<h3><br>
<h2>Changes:</h2>
<p>Added 1.19.4 support</p>
<p>Removed 1.8.8-1.18.2 support, It will be moved into another branch.</p>
<p>Removed 1.8.8-1.17.1 support</p>
<h2>Bug Fixes:</h2>
<p>N/A/p>
""".trimIndent()
Expand Down
2 changes: 1 addition & 1 deletion paper/src/main/resources/plugin.yml
Expand Up @@ -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}

Expand Down

0 comments on commit dfffa5e

Please sign in to comment.