wHit - PvP Combo System
Lightweight & Satisfying PvP Combo System
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
wHit - PvP Combo System
⚔️ wHit - PvP Combo System
Lightweight. Optimized. Satisfying.
---
🚀 Overview
wHit is a highly optimized PvP enhancement plugin designed for Practice and Survival servers. It provides satisfying audio feedback and visual indicators when players perform combos.
Unlike other heavy plugins, wHit is designed with performance in mind, ensuring 0% lag impact on your server tick rate.
✨ Features
* 🌍 Localization: Uses `O(1)` HashMap lookups and efficient memory management. * 🌍 Localization: Different sounds for normal combos and critical hits. * 🌍 Localization: Combo streak starts after the 2nd hit to prevent spam noise. * 🌍 Localization: Full RGB support (e.g., `&#FFA500`) for Action Bar messages. * 🌍 Localization: Streak resets automatically if no hit occurs within 1 second. * 🌍 Localization: Fully configurable messages via `messages.yml`.
📥 Installation
1. Download the latest `.jar` from the **Releases** tab. 2. Drop the file into your server's `plugins` folder. 3. Restart your server. 4. Edit `config.yml` and `messages.yml` to your liking. 5. Run `/whit reload` to apply changes.
⚙️ Configuration
📄 config.yml (Click to view)
```yaml sounds: combo-hit: sound: "ENTITY_EXPERIENCE_ORB_PICKUP" volume: 1.0 pitch: 1.5
crit-hit: sound: "ENTITY_ARROW_HIT_PLAYER" volume: 1.0 pitch: 0.5 ```
💬 messages.yml (Click to view)
```yaml reload-success: "�FF00&lwHit &8» &fConfiguration files have been �FF00&nsuccessfully&f reloaded." no-permission: "&c&lwHit &8» &cYou do not have permission to use this command!" command-usage: "&e&lwHit &8» &7Usage: &f/whit reload" actionbar-format: "&#FFA500&lCOMBO: &e&l%combo%" ```