mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2025-03-02 11:21:11 +01:00
chore: update readme and add readme syncing
This commit is contained in:
parent
f585f2bc1f
commit
33ba07bf1a
@ -1,4 +1,5 @@
|
||||

|
||||
[//]: # (This is a link to the raw location so that the image can be displayed from pages like Modrinth)
|
||||

|
||||
|
||||
[](https://discord.gg/fAJ3xJg)
|
||||
[](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
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user