wHit - PvP Combo System
PluginMIT

wHit - PvP Combo System

Lightweight & Satisfying PvP Combo System

19
Downloads
1
Followers
4 months ago
Updated
📦
2
Versions

📖About wHit - PvP Combo System

⚔️ wHit - PvP Combo System

Lightweight. Optimized. Satisfying.

Java
Paper
License
Version


🚀 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

  • ⚡ Optimized Performance: Uses O(1) HashMap lookups and efficient memory management.
  • 🔊 Satisfying Sounds: Different sounds for normal combos and critical hits.
  • 🎯 Smart Detection: Combo streak starts after the 2nd hit to prevent spam noise.
  • 🎨 Hex Color Support: Full RGB support (e.g., &#FFA500) for Action Bar messages.
  • ⏱️ Auto-Reset: 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)
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)
reload-success: "&#00FF00&lwHit &8» &fConfiguration files have been &#00FF00&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%"