Placeholders
Here is a list of all DeluxeCombat placeholders
PlaceholderAPI
%deluxecombat_in_combat%
Returns, if the player is in combat mode
Yes
true / false
%deluxecombat_combat_time%
Returns the remaining combat time in seconds
Yes
Seconds
%deluxecombat_combat_opponent%
Returns the current combat opponent
Yes
Playername
%deluxecombat_combat_mode%
Returns whether the player is in PvP or PvE combat.
Yes
PvE / PvP
%deluxecombat_has_pvp_enabled%
Returns, if the player has pvp enabled
Yes
true / false
%deluxecombat_has_protection%
Returns, if the player has an active pvp protection
Yes
true / false
%deluxecombat_protection_time_remaining%
Returns, if the player has an active protection, the remaining time as a time string
Yes
Protection time (e.g 5m 10s)
%deluxecombat_bounty_value%
Returns the value of the bounty the player currently has
Yes
Vault Money
%deluxecombat_bounty_initiator%
Returns the name of the bounty initiator
Yes
Playername
%deluxecombat_has_bounty%
Returns, if the player has a bounty
Yes
true / false
%deluxecombat_bounty_prefix%
Returns the bounty prefix if the player has a bounty
Yes
Bounty Prefix
%deluxecombat_item_cooldown%
Returns the cooldown in seconds of the item the player is holding in his hand
Yes
Seconds
%deluxecombat_item_cooldown_type%
Displays the item cooldown in seconds for a certain item. TYPE has to be replaced with the material you want to display. e.g ender_pearl, chorus_fruit, etc. (lower case!)
Yes
Seconds
%deluxecombat_ranking_kills%
Returns the amount of kills a player has
Yes
Kills
%deluxecombat_ranking_deaths%
Returns the amount of deaths a player has
Yes
Deaths
%deluxecombat_ranking_kd%
Returns the K/D ration of the player
Yes
KD Ratio
%deluxecombat_ranking_combatlogs%
Returns the amount of combatlogs a player has
Yes
Combatlogs
%deluxecombat_ranking_points%
Returns the amount of points a player has
Yes
Points
%deluxecombat_ranking_streak%
Returns the current killstreak of the player
Yes
Killstreak
%deluxecombat_ranking_maxstreak%
Returns the highest killstreak the player ever had
Yes
Highest killstreak
%deluxecombat_ranking_rank%
Return the current rank of the player
Yes
Rank
MVdWPlaceholders
In case you are using MVdWPlaceholders instead of PlaceholderAPI, you can simply use following placeholder and replace the <Placeholder> part with one of the placeholders above.
Creating a sign leaderboard
The sign leaderboard is the easiest to setup since it requires no additional plugins. Simply place a sign at your desired location and input following lines of text:
[DC]
{STATSTYPE}
{RANK}
Empty
Available stats types: KILLS, DEATHS, POINTS, COMBATLOGS, STREAK, MAXSTREAK
Creating a hologram leaderboard
Do you want a leaderboard, that displays the best players on your server? Then read this tutorial carefully.
Requirements
Setup
After you have met all requirements, you can create the leaderboard. Simply create a new hologram line and insert following placeholder:
Replacements
You need to replace following things in that placeholder:
[STATSTYPE]
Replace with: KILLS, DEATHS, POINTS or COMBATLOGS
[RANK]
Replace with any rank you want to display.
The highest rank you can enter is configured in the Point-Ranking-System menu. Any number higher than the pull-limit won't be parsed.
Using server groups
Do you have multiple server-groups? Then please use following placeholder:
Simply replace [SERVER GROUP] with the desired server group.
You can list all available server groups with /dc group list
Last updated