Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 2 months ago
All versions
0.2.0-beta.19
Beta
PaperTweaks 0.2.0-beta.193 months ago 6
Compatibility
Minecraft: Java Edition
1.17.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Vanilla Tweaks v0.2.0-beta.19 Pre-release
READ THIS
- The jar file names have changed, so make sure to actually delete the old one, instead of a drop in replacement.
- The folder inside
plugins/has also been renamed toPaperTweaks. This conversion should be automatic, but just so no one is confused I mention it here.
🔧 Bug Fixes
- Back: teleport to middle of block (#37) -
1e5abaf - i18n: don't create default bundle before file has beein created (#37) -
45c42af
🧹 Chores
- change jar name to PaperTweaks (#37) -
fce476a - fix workflows for jar name change (#37) -
633acda - change name in license (#37) -
5878475 - migrate plugins folder name to PaperTweaks (#37) -
0309ac6
MAKE SURE TO READ THE NOTE AT THE TOP
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:zSoBFZq0:MW9Sj46q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zSoBFZq0:MW9Sj46q"
}

