mcMMO Combat Level
mcMMO Combat Level
Displays a combat level above users heads and in chat based on their mcMMO stats that affect combat:
- Unarmed
- Swords
- Axes
- Archery
- Acrobatics
- Taming
Default combat formula
(Unarmed + Swords + Axes + Archery + (.25 * Acrobatics) + (.25 * Taming)) / 45
Each stat's weight on the combat formula is capped at level 1000, so the maximum combat level possible is 100, and minimum is 0.

![]()
Installation
- You need the mcMMO plugin first.
- Download McCombatLevel.jar
- Place in your server's plugins folder
- Run your server to generate the config
- Edit the config to your liking
- Reload the plugin or restart the server
Config
- enable_prefix : True by default, this is the prefix to the left of the name in chat. You can also choose [combatlevel] in your chat plugin
- enable_tag_level : True by default, this is the level that appears above the player's head
- tag_name : "Combat" by default, this is the text that appears after the level above the player's head
- tag_color : GREEN by default, this is the color of the tag_name
- prefix_bracket_color : GOLD by default, change the color of the brackets in the level prefix
- prefix_level_color : DARK_GREEN by default, change the color of the level in the prefix
Permissions
This plugin requires no permissions to operate. If you wish to edit someone's combat level, you must change their mcMMO stats using /mmoedit to gain the required combat level.
Commands
/level or /combatlevel displays current player combat level.
Please use the Tickets for any issues, errors or suggestions.
https://github.com/TuxCoding/McCombatLevel/issues
Source
You don't have to decompile the plugin. You can find there the source code with comments and building utilities.
McCombatLevel is open source and hosted on GitHub; feel free to fork, star, or contribute by making pull requests and opening issues.
-
View User Profile
-
Send Message
Posted May 27, 2015Can you make it where mccombatlevel works wirth chatex? It doesn't show the combat level in chat.
-
View User Profile
-
Send Message
Posted May 22, 2015thanks for the update
-
View User Profile
-
Send Message
Posted May 22, 2015Thanks for bug fix and for formula, but in your formula is one fail "salvage" but it's OK I remove them and it's working now.
-
View User Profile
-
Send Message
Posted May 18, 2015@CzDrakCz
I recently found a issue in which the combat level is only updated after a combat skill level up. Maybe that's also the issue you have.
-
View User Profile
-
Send Message
Posted May 18, 2015@games647:
Yes I have lates version of Java 8 this information is from my server provider. So can u give me formula including all skills (13) with max level 100?
-
View User Profile
-
Send Message
Posted May 17, 2015@CzDrakCz
Do you have Java 8? Check it by executing java -version in the command line. You will also see a log message if you don't have Java 8.
-
View User Profile
-
Send Message
Posted May 17, 2015@games647
I change formula to my own with all skills but plugin is ignoring every skill what is not in basic formula.
-
View User Profile
-
Send Message
Posted May 15, 2015@nullschritt
Do you have Essentials chat?
-
View User Profile
-
Send Message
Posted May 15, 2015I'm not using any chat plugin because I can;t find one to display names as I want them displayed, and so I'm just having essentials prefix/format the chat, but the combat levels arn't showing up in the chat, just above player's heads. Anything I can do about this?
-
View User Profile
-
Send Message
Posted May 13, 2015@CzDrakCz
If you use Java 8.You can change the formula on your own. I can send you an example later if you need it.
Sent from mobile.
-
View User Profile
-
Send Message
Posted May 12, 2015Can u make this plugin for all skills? My players wants mcMMO level.
-
View User Profile
-
Send Message
Posted Apr 5, 2015@jhs232
But a npc is not a real player. As far as I know it would be possible to hook into Citizens and try to assign the levels to them, but I see no possibility to remove the tag from them.
-
View User Profile
-
Send Message
Posted Apr 4, 2015If you wanted to change a Citizens 2 NPC's combat level, couldn't you just manually change some of its mcMMO combat skills' levels? Just wondering.
-
View User Profile
-
Send Message
Posted Apr 3, 2015I'm a bit confused, is this plugin supposed to be used with THIS mcMMO plugin?
http://www.curse.com/bukkit-plugins/minecraft/mcmmo
If so, then why does that plugin say it's compatible with 1.7 and was updated in march 2014, but this one's 1.8 and updated 3 days ago...?
-
View User Profile
-
Send Message
Posted Apr 16, 2015Sorry for the delay. I don't receive notifications for this site. Anyways:
Take a look at the project page. There is a section called "Latest releases:" with a link to the 1.8 version. You can also get it from here. These builds aren't approved by the curse staff team and are built directly from the source and could therefore contains bugs.
-
View User Profile
-
Send Message
Posted Apr 2, 2015@MrSamCraft
Do you have any other scoreboard plugins? I might found a way to workaround this, but the requirement would be that no other plugins uses the main/global scoreboard from Bukkit. I assume that NPCs are interpreted as normal players by the clients, so the minecraft client automatically assign the level from them. I'll try to find more about it.
-
View User Profile
-
Send Message
Posted Mar 30, 2015@games647
Oh sorry, citizens-2.0.15-SNAPSHOT.jar
Link to the version
-
View User Profile
-
Send Message
Posted Mar 29, 2015@MrSamCraft
I meant the Citizens build, sorry.
-
View User Profile
-
Send Message
Posted Mar 29, 2015@games647
McCombatLevel v1.7.1 for 1.8.1
-
View User Profile
-
Send Message
Posted Mar 29, 2015@MrSamCraft
Which build do you use?