Tags
Creators
Details
All versions
5.1.0
Release
5.1.02 weeks ago 3,150
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
1.18.2
Platforms
Bukkit
Paper
Purpur
Spigot
Required content
Any compatible version
Changes
What's Changed
- Add support for using alias name in unlink command by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/304
- Use modern config api and seperate out links by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/305
- Implement localisation support for player-facing messages by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/306
- Fix portal-auto-link-when comments by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/308
- Add MultiverseNetherPortalsApi for easier dev api access by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/309
- Various command improvements by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/307
- Properly handle end exit respawn linking for players by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/310
- Remove all old reference of TravelAgent by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/311
- Add a note of vanilla behvaiour for end-platform-drop-blocks by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/314
- Refactor portal handling logic for improved clarity and efficiency by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/312
- Add api for custom portals to override np linking behaviour by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/315
- Enhance link type color handling for NETHER and END in WorldLinkType by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/317
- Add bidirectional flag support for portal (un)linking by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/316
- Add bstats metrics tracking by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/318
- V5.1 by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/313
- Improve compatibilty with 3rd party plugins on portal enter event by @benwoo1110 in https://github.com/Multiverse/Multiverse-NetherPortals/pull/319
Full Changelog: https://github.com/Multiverse/Multiverse-NetherPortals/compare/5.0.5...5.1.0
Optional dependencies
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:vtawPsTo:RRa80eDI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtawPsTo:RRa80eDI"
}

