Skip to content

Commit dbc3865

Browse files
committed
Merge branch 'main' into MV5
2 parents 636f668 + 1dceed0 commit dbc3865

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
</p>
44

55
[![Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/plugin/multiverse-NetherPortals)
6-
[![hangar](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/hangar_vector.svg)](https://hangar.papermc.io/Multiverse/Multiverse-NetherPortals)
7-
[![bukkit](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/bukkit_vector.svg)](https://dev.bukkit.org/projects/multiverse-NetherPortals)
6+
[![Hangar](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/hangar_vector.svg)](https://hangar.papermc.io/Multiverse/Multiverse-NetherPortals)
7+
[![Bukkit](https://raw.githubusercontent.com/intergrav/devins-badges/refs/heads/v3/assets/cozy/available/bukkit_vector.svg)](https://dev.bukkit.org/projects/multiverse-NetherPortals)
88

9-
![GitHub release (with filter)](https://img.shields.io/github/v/release/multiverse/multiverse-netherportals)
9+
[![GitHub release (with filter)](https://img.shields.io/github/v/release/multiverse/multiverse-netherportals)](https://github.com/Multiverse/Multiverse-NetherPortals/releases/latest)
1010
[![Discord](https://img.shields.io/discord/325459248047980545?label=discord&logo=discord)](https://discord.gg/NZtfKky)
1111
[![Support us on Patreon](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fshieldsio-patreon.vercel.app%2Fapi%3Fusername%3Ddumptruckman%26type%3Dpatrons&style=flat)](https://patreon.com/dumptruckman)
1212

@@ -21,7 +21,7 @@ Now it's time to create your very own server with Multiverse Nether Portals, do
2121

2222
With just [Multiverse Core](https://github.com/multiverse/multiverse) and any of the below plugins, you can access all of these other related features in the Multiverse ecosystem.
2323

24-
* [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories) -> Have separate nether and end worlds for each of your overworlds!
24+
* [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories) -> Have separated players stats and inventories per world or per group of worlds.
2525
* [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals) -> Make custom portals to go to any destination!
2626
* [Multiverse-SignPortals](https://github.com/Multiverse/Multiverse-SignPortals) -> Signs as teleporters!
2727

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,12 @@ publishing {
6767
password = System.getenv("GITHUB_TOKEN")
6868
}
6969
}
70+
maven {
71+
name = "multiverse"
72+
def releasesRepoUrl = "https://repo.onarandombox.com/multiverse-releases"
73+
def snapshotsRepoUrl = "https://repo.onarandombox.com/multiverse-snapshots"
74+
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
75+
credentials(PasswordCredentials)
76+
}
7077
}
7178
}

0 commit comments

Comments
 (0)