mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancynpcs: Add 1.21.6 support
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"))
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user