1.4.2
Compatibility
Changes
❌ No Bundle Support (under 1.21.2)
If you have any issues with the plugin or want to request a feature, then please report it at the DupePlus GitHub Repository Issue
If your server version is over 1.21.2 then use BUNDLES.
@Averageguyhehe's Issue
- Bumped NBTEditor dependency to 7.20.3 (was 7.20.1)
@bobhenl's Issue
- Fixed World message using Custom NBT Message
- Fixed bug where duping nothing would send a message
FastStats
List
- Fixed Blacklist shulker and bundle checks
New Commands
- Added two new commands: "/dupeblock" and "/dupeblocklist"
- Added new subcommand for convenience:
/dupeplus issues
Permission Updates
- Made the
dupeplus.cooldownpermission actually do something dupeplus.blocklist->dupeplus.admin.blocklistdupeplus.block->dupeplus.admin.blockdupeplus.admin.*gives all the admin permissions
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:pyRTWAFM:AD84l65D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pyRTWAFM:AD84l65D"
}

