Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
0.0.11
Release
mserverlinks-velocity 0.0.112 years ago 1,829
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
1.21
Platform
Velocity
Changes
Changelog
All notable changes to this project will be documented in this file.
[2024-10-02] # 0.1.10 & 0.1.11
Fixed
- Config migration not working properly
[2024-08-23] # 0.0.9
Added
- Placeholder support. You can now use placeholders from PlaceholderAPI and MiniPlaceholders. For PlaceholderAPI you use
<papi:placeholder>for example,<papi:player_name>. - Some more bStats metrics
Fixed
- An error being thrown on Velocity when a player joins with a version older than 1.21 #9
[2024-07-03] # 0.0.7
Added
- Velocity support
Changed
- Moved version utility stuff into one class and add a
isDev()function for future usage.
Fixed
- Removed debug code
- Only publishing Paper jar on GitHub releases
[2024-06-25] # 0.0.6
Added
- Spoogot support
- Configuration migration from YAML to HOCON
[202-06-24] # 0.0.5
Added
- Reload command (Note: This will not work for online players, they will need to rejoin the server)
- Per player links, this will allow you to set a link for a specific player (Note: horrible hack)
Changed
- Temporarily disabled the update checker
[2024-06-24] # 0.0.4
Added
- Initial release
- bStats
- UpdateChecker
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:5E2WANwL:o02GfnOZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5E2WANwL:o02GfnOZ"
}
