Prepare for release and deprecate old RPC sdk

This commit is contained in:
2024-12-02 11:50:33 +02:00
parent b1c7a9de7f
commit cfb7bcb5de
132 changed files with 866 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
--- a/Paper/build.gradle
+++ /dev/null
@@ -1,80 +1,0 @@
@@ -1,78 +1,0 @@
-plugins {
- id "io.papermc.paperweight.userdev" version "1.7.3"
- id "xyz.jpenilla.run-paper" version "2.3.0"
@@ -64,11 +64,9 @@
-
-publisher {
- apiKeys {
- modrinth(System.getenv("MODRINTH_TOKEN"))
- nightbloom(System.getenv("PLATFORM_KEY"))
- }
-
- setModrinthID(modrinth_id)
- setNightbloomID("craterlib")
- setVersionType("alpha")
- setChangelog(rootProject.file("changelog.md"))