Skip to content

Latest commit

History

90 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

McCombatLevel

Bukkit plugin which displays a combat level above users heads and in chat based on their mcMMO stats that affect combat.

Commands

  • /level or /combatlevel - Shows your current combat level

Config

# True by default, this is the prefix to the left of the name in chat.enable_prefix: true# True by default, this is the level that appears above the player's headenable_tag_level: true# "&aCombat" by default, this is the text that appears after the level above the player's headtag_name: '&aCombat'# GOLD by default, change the color of the brackets in the level prefixprefix_bracket_color: GOLD# DARK_GREEN by default, change the color of the level in the prefixprefix_level_color: DARK_GREEN# This message will be sent if the combat level change. You can use {0} for the old level and {1} for the new level# If this is empty no message will be sent.levelUpMessage: ''# Math.round((unarmed + swords + axes + archery + .25 * acrobatics + .25 * taming) / 45) by default# How the combat is calculatedformula: 'Math.round((unarmed + swords + axes + archery + .25 * acrobatics + .25 * taming) / 45)'# level up effectseffect:
lightning: falsesound:
# set this empty in order to disable ittype: ''pitch: 0.1volume: 1# Citizens npc integrationnpc:
# Should the integration be enabled; As soon as you activate the level feature the client will give them 0# as default anywayenabled: false# custom default valuedefault: 0# Should this plugin look for offline players with the same name in the mcMMO databaselookupOffline: true

Images

Chat formatPlayertag format

See:

Development builds

Development builds of this project can be acquired at the provided CI (continuous integration) server. It contains the latest changes from the Source-Code in preparation for the following release. This means they could contain new features, bug fixes and other changes since the last release.

Nevertheless builds are only tested using a small set of automated and a few manual tests. Therefore they could contain new bugs and are likely to be less stable than released versions.

https://ci.codemc.org/job/Games647/job/mcCombatLevel/changes

About

Bukkit plugin that creates and displays a combat level for Matrix

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages