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! ๐ฎ


