Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 months ago
Updated 2 months ago
All versions
0.5.0-beta.1
Beta
PaperTweaks 0.5.0-beta.13 months ago 10
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Paper
Purpur
Changes
Paper Tweaks v0.5.0-beta.1 Pre-release
๐ Features
- Graves: admin locate per player command -
e634ed0 - support new multiple-resource-pack system -
2e2046a - initial update to cloud 2.0 -
9b10060 - support mc 1.20.5 -
021c7b7 - support mc 1.20.6 -
d9e3b31 - initial support for 1.21 -
5ffa89d - more 1.21 support -
a00cfbc
๐ง Bug Fixes
- only show reload/disable buttons if player can use them -
d98d416 - more 1.20.6 issues -
281c787 - tab completion with legacy command manager -
e8fffa3, closes #88 - use native brig completion -
e77c013
๐งน Chores
- actions: generate download link for each build -
b775eda - actions: add file extension for direct download -
248adb1 - start 0.4.2 -
2c4e881 - remove last of jb nullability annotations -
05ec40e - update gradle -
4aa98de - build: download LuckPerms for runServer task -
7031db4 - update run-paper gradle plugin -
b4d32b7 - update copyright year -
6c3e448 - update some old adventure-related code -
5d3a984 - update cloud -
a376996 - spotless: add missing license -
38bdcb2 - update README.md and CONTRIBUTING.md -
b922aa5
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:xPOUpVgr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zSoBFZq0:xPOUpVgr"
}

