Tags
Creators
Details
0.7.2
Compatibility
Changes
What's changed
-
v0.7.1 - fix: Channels to send messages to, can now be any channel, that can receive text messages.
-
Checked compatibility for the Paper-1.20.x-API
-
Fixed some grammatical errors. One in the copyright header in the source files and one in the embedded chat message resource. Take a look at a freshly generated one to spot the change in the default death-ban message.
Full Changelog: https://github.com/eingruenesbeb/Yolo/compare/v0.7.0...v0.7.2
Note regarding future versions: This plugin/mod is currently being reworked, to work with other modding APIs, which requires a significant amount of work. So please be patient for the full release and snapshots for v2.0 (this current version is feature complete in regards to my initial plans aka. v1.0).
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:ExWUwvY3:dl7zkoLs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ExWUwvY3:dl7zkoLs"
}

