fancynpcs: Add 1.21.6 support

This commit is contained in:
Oliver
2025-05-19 20:59:05 +02:00
committed by Oliver
parent 91ac910e4e
commit bad76db73f
5 changed files with 12 additions and 8 deletions

View File

@@ -12,7 +12,8 @@
<br />
Simple, lightweight and feature-rich NPC plugin for **[Paper](https://papermc.io/software/paper)** (and **[Folia](https://papermc.io/software/folia)**) servers using packets.
Simple, lightweight and feature-rich NPC plugin for **[Paper](https://papermc.io/software/paper)** (and *
*[Folia](https://papermc.io/software/folia)**) servers using packets.
</div>
@@ -34,7 +35,7 @@ Check out **[images section](#images)** down below.
## Installation
Paper **1.19.4** - **1.21.5** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks.
Paper **1.19.4** - **1.21.6** with **Java 21** (or higher) is required. Plugin should also work on **Paper** forks.
**Spigot** is **not** supported.

View File

@@ -27,7 +27,8 @@ val supportedVersions =
"1.21.2",
"1.21.3",
"1.21.4",
"1.21.5"
"1.21.5",
"1.21.6"
)
allprojects {

View File

@@ -6,7 +6,7 @@ plugins {
paperweight.reobfArtifactConfiguration = io.papermc.paperweight.userdev.ReobfArtifactConfiguration.MOJANG_PRODUCTION
dependencies {
paperweight.paperDevBundle("1.21.5-no-moonrise-SNAPSHOT")
paperweight.paperDevBundle("1.21.5-R0.1-SNAPSHOT")
compileOnly(project(":plugins:fancynpcs:fn-api"))
compileOnly(project(":libraries:common"))

View File

@@ -4,7 +4,7 @@
"plugin_jar_path": "../../../../plugins/fancynpcs/build/libs/FancyNpcs-%VERSION%.jar",
"changelog_path": "../../../../plugins/fancynpcs/CHANGELOG.md",
"version_path": "../../../../plugins/fancynpcs/VERSION",
"supported_versions":[
"supported_versions": [
"1.19.4",
"1.20",
"1.20.1",
@@ -18,7 +18,8 @@
"1.21.2",
"1.21.3",
"1.21.4",
"1.21.5"
"1.21.5",
"1.21.6"
],
"channel": "RELEASE",
"loaders": [

View File

@@ -4,7 +4,7 @@
"plugin_jar_path": "../../../../plugins/fancynpcs/build/libs/FancyNpcs-%VERSION%.jar",
"changelog_path": "../../../../plugins/fancynpcs/CHANGELOG-SNAPSHOT.md",
"version_path": "../../../../plugins/fancynpcs/VERSION",
"supported_versions":[
"supported_versions": [
"1.19.4",
"1.20",
"1.20.1",
@@ -18,7 +18,8 @@
"1.21.2",
"1.21.3",
"1.21.4",
"1.21.5"
"1.21.5",
"1.21.6"
],
"channel": "ALPHA",
"loaders": [