Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
Platforms
Tags
Creators
Details
Licensed BSD-2-Clause
Published 10 months ago
āļø Combat Master
Advanced combat tracking and statistics system for Minecraft
š„ Download ⢠š Wiki ⢠š¬ Discord
š Key Features
- šØ Modern GUI System - Fully customizable interfaces with smooth transitions
- š Advanced Combo System - Real-time tracking with level-based color codes and sound effects
- š Detailed Statistics - Comprehensive performance metrics and leaderboards
- āļø Admin Tools - Powerful management panel with bulk operations
- š Multi-language Support - Turkish and English with easy customization
- š¾ Flexible Database - SQLite (default) or MySQL with HikariCP connection pooling
- š PlaceholderAPI Integration - Full PAPI support for other plugins
š Quick Start
Requirements
- Java: 17 or higher
- Server: Spigot/Paper 1.20+
- RAM: Minimum 512MB (recommended: 1GB+)
- PlaceholderAPI: Optional
Installation
- Download the latest version from Modrinth
- Place
Combat-Master-v2.0.0.jarin yourplugins/folder - Start/restart your server
- Configure settings in
plugins/Combat-Master/config.yml
š® Main Systems
Combat & Combo System
Combo Levels:
- š« 1-5: Beginner (Gray)
- āŖ 6-10: Developing (White)
- š” 11-20: Good (Yellow)
- š 21-35: Great (Orange)
- š“ 36-50: Perfect (Red)
- š£ 51-75: Legendary (Purple)
- šµ 76-100: Epic (Blue)
- š 100+: Godlike (Rainbow)
Features:
- Automatic combo reset after 10 seconds
- Dynamic sound effects based on combo level
- Action bar display with real-time stats
- Reset on damage taken
GUI Menu System
- Main Hub: Central control panel for all features
- Stats Panel: Detailed performance metrics and analysis
- Leaderboards: Paginated rankings (21 players per page)
- Admin Panel: Complete management interface
š¬ Commands
| Command | Description | Permission |
|---|---|---|
/combatmaster |
Open main menu | combatmaster.use |
/cm |
Short command | combatmaster.use |
/cm stats |
View statistics | combatmaster.use |
/cm top |
View leaderboards | combatmaster.use |
/cm reload |
Reload plugin | combatmaster.admin |
/cm reset <player> |
Reset player combo | combatmaster.admin |
/cm reset all |
Reset all combos | combatmaster.admin |
š PlaceholderAPI
| Placeholder | Description | Example |
|---|---|---|
%combatmaster_combo% |
Current combo | 25 |
%combatmaster_best_combo% |
Best combo | 87 |
%combatmaster_total_hits% |
Total hits | 1,337 |
%combatmaster_rank% |
Leaderboard rank | #3 |
%combatmaster_level% |
Combat level | Legendary |
āļø Configuration
# Language (en/tr)
language: "en"
# Combat settings
combat:
combo:
timeout-seconds: 10
reset-on-damage: true
actionbar:
enabled: true
# Database
database:
type: "sqlite" # or "mysql"
# Worlds
worlds:
enabled-worlds: [] # Empty = all worlds
š Updates
v2.0.0 - Major Update
New Features:
- ⨠Completely redesigned GUI system
- šØ Modern menu designs
- ā” Enhanced performance
- š§ Advanced admin tools
- š Detailed system monitor
Fixes:
- š Placeholder rendering issues
- šØ Color code display bugs
- š¾ Database connection stability
š Statistics
š Support
š¤ Support the Project
ā Star this repository ⢠š Report bugs ⢠š” Request features ⢠š¤ Contribute code
š Contact
- Discord: Developer
- GitHub: Repository
- Download: Modrinth
Made by Melut
Thanks for using Combat Master! š®


