Tags
Creators
Details
All versions
1.0.1
Release
VRX Clans 1.0.15 months ago 56
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Paper
Purpur
Changes
๐ The Ultimate Enterprise Update (v1.0.1)
This massive update brings highly requested features and backend optimizations, turning VRX Clans into a robust, enterprise-level solution for your server!
โจ New Features & Gameplay
- PlaceholderAPI Integration: An absolute must-have for server owners! We added full support for PlaceholderAPI. You can now use placeholders like
%vrxclans_name%,%vrxclans_level%, or%vrxclans_members_online%in your scoreboards, tab lists, or holograms. - Clan Quests & Daily Missions: Introducing the new "Clan Quests" GUI! Clans can now work together to complete daily tasks (e.g., "Mine 1,000 Diamond Ores", "Kill 5,000 Zombies", or "Deposit $10,000"). Completing these missions rewards the clan with massive XP and heavily boosts teamwork.
- Clan Wars & KDR Tracking: We added competitive stat tracking! The plugin now tracks Kills and Deaths (KDR) for every clan. You can declare war using
/clan war <Clan> <Wager>. Once accepted, the war beginsโthe first clan to reach the kill target (e.g., 50 kills) takes the entire wager pot! - Discord Webhooks: Keep your community engaged outside of Minecraft! The plugin now automatically sends beautiful, color-coded embed messages to your Discord server whenever a clan is created, levels up, or wins a war.
โ๏ธ Performance & Security
- MySQL & SQLite Database Support: We upgraded the storage engine! You are no longer restricted to standard YAML files. Use the lightning-fast local SQLite database, or connect to an external MySQL database (perfect for huge data amounts and BungeeCord/Velocity synchronization).
- Asynchronous Auto-Save: Protect your players' progress! A new asynchronous scheduler quietly saves all Clan XP and Bank data in the background every 10 minutes without causing any server lag. Say goodbye to data rollbacks during sudden server crashes.
- 100% GUI Click Security (Anti-Glitch): We completely hardened the inventory click events. Advanced exploits like hotbar-swapping (using number keys 1-9), shift-clicking, and offhand-swapping to steal or dupe items from GUIs are now entirely blocked server-side.
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:yIXOVma6:DtXyeMEZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yIXOVma6:DtXyeMEZ"
}

