Compatibility
Minecraft: Java Edition
1.21โ1.21.10
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 months ago
โ๏ธ 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
- โก 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
- Download the latest
.jarfrom the Releases tab. - Drop the file into your server's
pluginsfolder. - Restart your server.
- Edit
config.ymlandmessages.ymlto your liking. - Run
/whit reloadto 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: "�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%"


