From 33ba07bf1a8f414a3964be939ba04c745b798a50 Mon Sep 17 00:00:00 2001 From: Sekwah Date: Wed, 11 Dec 2024 04:09:37 +0000 Subject: [PATCH] chore: update readme and add readme syncing --- README.md | 7 ++++--- build.gradle | 5 ++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d35122b..89f19467 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -![Advanced portals](./docs/logo.png) +[//]: # (This is a link to the raw location so that the image can be displayed from pages like Modrinth) +![Advanced portals](https://raw.githubusercontent.com/sekwah41/Advanced-Portals/refs/heads/main/docs/logo.png) [![Discord](https://img.shields.io/discord/168282484037910528.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/fAJ3xJg) [![](https://img.shields.io/github/contributors/sekwah41/Advanced-Portals.svg?style=for-the-badge&logo=github)](https://github.com/sekwah41/Advanced-Portals/graphs/contributors) @@ -18,11 +19,11 @@ Check out the [Tutorial](https://advancedportals.sekwah.com/docs/intro), [List o # Download +- [Modrinth](https://modrinth.com/plugin/advanced-portals) - [Bukkit](https://dev.bukkit.org/projects/advanced-portals) - [Spigot](https://www.spigotmc.org/resources/advanced-portals.14356/) - [Curseforge](https://www.curseforge.com/minecraft/bukkit-plugins/advanced-portals) -- [Modrinth](https://modrinth.com/plugin/advanced-portals) -- [Github](https://github.com/sekwah41/Advanced-Portals/releases) +- [Github (Source Code)](https://github.com/sekwah41/Advanced-Portals/releases) # Contributing Please ensure that your commits are in the following style for PR's diff --git a/build.gradle b/build.gradle index 50a9345a..c68f76d7 100644 --- a/build.gradle +++ b/build.gradle @@ -200,7 +200,7 @@ modrinth { projectId = project.modrinth_slug versionType = "release" uploadFile = jar - loaders = ["spigot"] + loaders = ["spigot", "bukkit", "paper", "velocity", "waterfall", "bungeecord", "purpur"] gameVersions = [ "1.13", "1.13.1", @@ -243,8 +243,11 @@ modrinth { "1.21.4" ] changelog = getReleaseChangelog() + syncBodyFrom = rootProject.file("README.md").text } +tasks.modrinth.dependsOn(tasks.modrinthSyncBody) + apply from: 'curse.gradle' apply from: 'discord.gradle'