Skip to content

Commit

Permalink
chore: update readme and add readme syncing
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Dec 11, 2024
1 parent f585f2b commit 33ba07b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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'

0 comments on commit 33ba07b

Please sign in to comment.