1.0.0
Compatibility
Changes
PVP Elite — The Ultimate All-in-One PvP & Utility Mod
PVP Elite is a powerful, comprehensive modification that combines dozens of essential PvP features, combat enhancements, and utility tools into a single, highly customizable mod. Stop overloading your game with twenty different mods — get everything you need for competitive play in one place!
🎮 Advanced Hotkeys & Macros
Spoiler
Smart Keybinds: Assign multiple actions to a single button! Supports Single tap, Double tap, Shift + key, Alt + key, and Ctrl + key.
Command Macros: Execute text commands (like /spawn, /home, or kit claims) instantly with a single keystroke.
🛡️ Combat & Automation
Spoiler
Auto-Totem: Automatically equips a Totem of Undying to your off-hand when needed to prevent accidental deaths.
ElytraSwap: Seamlessly swap between your chestplate and Elytra mid-air or mid-combat with one click.
PvP Quick-Swap: Instantly switch to essential combat items: Sword, Shield, Bow, Trident, Cobweb, Totem, Golden Apple, and God Apple.
Custom Item Quick-Swap: Need to swap to a specific server item? Just type its name in the config to create a custom quick-swap shortcut!
Mob Farm Autoclicker: A built-in safe autoclicker designed specifically for grinding at mob spawners.
🖥️ Enhanced HUD & Visuals
Spoiler
Customizable Armor HUD: Track your armor durability right on your screen. Includes an in-game editor to drag and position the HUD anywhere you like!
Fullbright (+1500% Gamma): See perfectly in the darkest caves, underwater, or during night battles without using torches or potions.
Visual Counter-Measures: Automatically counters and removes annoying screen-blinding effects like Darkness and Blindness.
Target Health Indicators: Displays highly visible health hearts above the heads of players and mobs. Fully customizable: adjust the colors, text height, or toggle it on/off.
✨ Next-Gen Combat Effects & Audio
Spoiler
Ender Pearl Trails: Beautiful, clear visual trajectories for thrown Ender Pearls to track your teleports easily.
Advanced Bow FX: Custom particle trails for flying arrows and satisfying visual impacts upon hitting your target.
Crit Enhancements: Brutal and vibrant visual particles whenever you land a critical hit!
Immersive Audio: Custom, impactful sound effects for critical hits and successful bow shots to give you instant tactical feedback.
НА РУССКОМ:
Spoiler
PVP Elite — это мощная и комплексная модификация, которая объединяет десятки важнейших ПвП-функций, боевых улучшений и полезных утилит в одном удобном моде. Забудьте о сборках из двадцати разных модов — теперь всё необходимое для доминации на серверах доступно в один клик!
🎮 Умные бинды и макросы
Spoiler
Многофункциональные кнопки: Назначайте разные действия на одну клавишу! Поддерживаются: одиночное нажатие, двойное нажатие, комбинации Shift+кнопка, Alt+кнопка и Ctrl+кнопка.
Быстрые команды: Создавайте макросы на моментальный ввод текстовых команд (например, /spawn, /home или активацию китов).
🛡️ Боевая автоматизация и свапы
Spoiler
Автототем: Автоматически берет Тотем Бессмертия в левую руку в критической ситуации, спасая вас от случайной гибели.
ЭлитраСвап: Моментально переключайтесь между нагрудником и элитрами прямо в воздухе или во время жесткого замеса.
Быстрая смена ПвП предметов: Горячие клавиши для моментального взятия в руки меча, щита, лука, трезубца, паутины, тотема, обычного или чародейского яблока.
Кастомный быстрый свап: Играете на сервере с уникальными предметами? Просто впишите название нужного предмета в конфиг, чтобы назначить его на кнопку быстрого доступа!
Автокликер: Встроенный безопасный автокликер для комфортного и ленивого фарма на спавнерах мобов.
🖥️ Визуальный интерфейс и кастомизация
Spoiler
Настраиваемый Armor HUD: Отображение прочности вашей брони прямо на экране с удобным визуальным редактором положения (просто перетащите элементы мышкой куда удобно).
Максимальная гамма (+1500%): Идеальное зрение в самых темных пещерах, под водой или во время ночных ПвП-рейдов без факелов и зелий.
Анти-слепота: Эффективно снимает и блокирует раздражающие эффекты «Темноты» и «Слепоты».
Сердца над головами: Четкое отображение здоровья (сердечек) над игроками и мобами. Полностью настраивается: можно изменить цвет, высоту отображения или вовсе отключить.
✨ Эффекты и сочный ПвП-сопровождение
Spoiler
Красивый полет эндержемчуга: Четкие и стильные визуальные эффекты шлейфа для закинутых перлов, помогающие лучше ориентироваться в пространстве.
Эффекты для лука: Динамические частицы при полете стрелы и красивые эффекты при точном попадании в цель.
Критические удары: Эффектные и сочные частицы при каждом вашем крите.
Кастомные звуки: Проработанное аудио-сопровождение — уникальные звуки для критов и попаданий из лука для максимального контроля над ходом боя.
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:UuvXv3MK:3e6r0Opr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UuvXv3MK:3e6r0Opr"
}

