wHit - PvP Combo System
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: bukkit paper purpur spigot
标签: game-mechanics optimization technology
? 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) ```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%" ```请登录后举报
暂无评论,抢个沙发吧~