Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 2 years ago
Updated 3 months ago
All versions
9.0.1
Release
Update 9.0.13 months ago 139
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Bukkit
BungeeCord
Paper
Purpur
Spigot
Velocity
Waterfall
Changes
DS-Ads 9.0.1
Released: May 7, 2026
🐛 Bug Fixes
- Velocity — Permission check bypass — The
/adscommand on Velocity was gating every subcommand behindads.manage, makingads.reloadandads.sendunreachable for players who only held those nodes. Each subcommand now enforces its own permission independently (ads.reload,ads.manage,ads.send).
🔧 Improvements
- Universal JAR — The three platform-specific JARs (
spigot,bungee,velocity) have been merged into a singleDS-Ads-9.0.1.jar. Drop it on any platform and the correct plugin descriptor (plugin.yml,bungee.ymlorvelocity-plugin.json) is loaded automatically. - Java 17 enforced — The Gradle toolchain now pins both the compiler and the daemon to JDK 17, ensuring reproducible builds regardless of the system's
JAVA_HOME.
📋 Update Instructions
- Stop your server or proxy completely.
- Remove the old DS-Ads
.jarfile. - Place the new
DS-Ads-9.0.1.jarin yourplugins/folder. - Start your server — no configuration changes required.
✅
Settings.ymlfrom 9.0 is fully compatible. No migration needed.
⚙️ Requirements
| Platform | Version |
|---|---|
| Java | 17 or newer |
| Spigot / Paper | 1.18.2 + |
| BungeeCord | 1.21 build |
| Velocity | 3.3.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:bRybhBFJ:J5AZTjWk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bRybhBFJ:J5AZTjWk"
}

