Skip to content

Latest commit

 

History

History
150 lines (119 loc) · 18.7 KB

File metadata and controls

150 lines (119 loc) · 18.7 KB
image(6)

Placeholders

May not be up-to-date.

[!NOTE] > PlaceholderAPI is required for placeholders.

Globally Available

Plugin PlaceholderAPI Description
<online> None* Use server expansion for PAPI
<queued> %neptune_queued% Get the number of players in queue
<in-match> %neptune_matches% Get the number of players in matches
<player> None* The name of the player
<ping> %neptune_ping% The ping of the player in milliseconds
<wins> %neptune_wins% The number of wins a player has accumulated
<losses> %neptune_losses% The number of losses a player has accumulated
<kills> %neptune_kills% The number of kills a player has accumulated
<deaths> %neptune_deaths% The number of deaths a player has accumulated
<current-win-streak> %neptune_current_win_streak% The current win streak of the player
<best-win-streak> %neptune_best_win_streak% The best win streak the player has achieved
<division> %neptune_division% The global division name of the player
None %neptune_kit_(kit)_(name/elo/division/rounds/current_win_streak/best_win_streak/wins/losses/kills/deaths/queued/in_match) Kit-specific stats
None %neptune_recent_match_(num)_(opponent/arena/kit/date/time/unix_timestamp)% Get details about a recent match. Unix timestamp is in seconds, not ms
None %neptune_state% Get the current state of the player

In Queue

Plugin PlaceholderAPI Description
<kit> %neptune_kit_name% The display name of the kit the player is playing on
<kit-division> %neptune_kit_division% The division
<max-ping> %neptune_max_ping% The maximum ping allowed by the player in their settings
<time> %neptune_time% The time in minutes and seconds that the player has been queueing for
None %neptune_kit_(name/elo/division/rounds/current_win_streak/best_win_streak/wins/losses/kills/deaths/queued/in_match) Kit-specific stats

Kit Editor

Plugin PlaceholderAPI Description
<kit> %neptune_kit_name% The display name of the kit the player is editing
None %neptune_kit_(name/elo/division/rounds/current_win_streak/best_win_streak/wins/losses/kills/deaths/queued/in_match) Kit-specific stats

Party

Plugin PlaceholderAPI Description
<leader> %neptune_leader% The name of the leader of the party
<size> %neptune_size% The number of members in the party
<party-max> %neptune_party-max% The maximum number of players that can be in the party

Any Match

Plugin PlaceholderAPI Description
<red-bed-broken>** %neptune_red_bed_broken%$ The ping of the player in the red team
<blue-bed-broken>** %neptune_blue_bed_broken%$ The ping of the player in the blue team
<time> %neptune_time% The time the match has been active for
<rounds> %neptune_roundss% The total number of rounds in a match
<kit> %neptune_kit% The display name of the kit the match is being played with
<arena> %neptune_arena% The display name of the arena of the match
None %neptune_kit_(name/elo/division/rounds/current_win_streak/best_win_streak/wins/losses/kills/deaths/queued/in_match) Kit-specific stats

Solo Match

Plugin PlaceholderAPI Description
<opponent> %neptune_opponent% The name of the opponent
<opponent-ping> %neptune_opponent_ping% The ping of the opponent in milliseconds
<red-hits> None Hits of the red player
<blue-hits> None Hits of the blue player
<red-combo> None Combo of the red player
<blue-combo> None Combo of the blue player
<red-points> None Points of the red player
<blue-points> None Points of the blue player
<red-hit-difference> None Hit difference of the red player
<blue-hit-difference> None Hit difference of the blue player
<combo> %neptune_combo% The combo the player is holding against the opponent
<opponent-combo> %neptune_opponent_combo% The combo the opponent is holding against the player
<opponent-elo> %neptune_opponent_elo% The global elo of the opponent
<opponent-kit-elo> %neptune_opponent_kit_elo% The kit-specific elo of the opponent
<hits> %neptune_hits% The amount of times the player has hit the opponent
<opponent-hits> %neptune_opponent_hits% The amount of times the opponent has hit the player
<hit-difference> %neptune_difference% The difference in amount of hits between the player and the opponent
<red-name> %neptune_red_name% The name of the player in the red team
<blue-name> %neptune_blue_name% The name of the player in the blue team
<red-ping> %neptune_red_ping% The ping of the player in the red team
<blue-ping> %neptune_blue_ping% The ping of the player in the blue team
<red-elo> %neptune_red_elo% The global elo of the player in the red team
<blue-elo> %neptune_blue_elo% The global elo of the player in the blue team
<red-kit-elo> %neptune_red_kit_elo% The kit-specific elo of the player in the red team
<blue-kit-elo> %neptune_blue_kit_elo% The kit-specific elo of the player in the blue team
<bed-broken>** %neptune_bed_broken%$ Whether the player's bed is broken
<opponent-bed-broken>** %neptune_opponent_bed_broken%$ Whether the opponent's bed is broken
<points> %neptune_points% The number of rounds won by the player's team
<opponent-points> %neptune_opponent_points% The number of rounds won by the opponent's team

|

Team Match

Plugin PlaceholderAPI Description
<alive> %neptune_alive% The number of players alive on the player's team
<max> %neptune_max% The total number of players on the player's team
<alive-opponent> %neptune_opponent_alive% The number of players alive on the opposing team
<max-opponent> %neptune_opponent_max% The total number of players on the opposing team
<team-bed-broken>** %neptune_bed_broken%$ Whether the player team's bed is broken
<opponent-team-bed-broken>** %neptune_opponent_bed_broken%$ Whether the opponent team's bed is broken
<red-alive> %neptune_red_alive% The number of players alive on the red team
<blue-alive> %neptune_blue_alive% The number of players alive on the blue team
<red-total> %neptune_red_max% The total number of players on the red team
<blue-total> %neptune_blue_max% The total number of players on the blue team
<points> %neptune_points% The number of rounds won by the player's team
<opponent-points> %neptune_opponent_points% The number of rounds won by the opponent's team

|

Party Match

Plugin PlaceholderAPI Description
<alive> %neptune_alive% The number of players alive in the match
<max> %neptune_max% The total number of players that participated in the match

|

Leaderboards

PlaceholderAPI Description
%neptune*<KILLS|BEST_WIN_STREAK|DEATHS|ELO|WINS|LOSSES>*<kit name>_<1-10>_name% Returns the player's name with the most kills/win streak/deaths/elo in the select kit.
%neptune*<KILLS|BEST_WIN_STREAK|DEATHS|ELO|WINS|LOSSES>*<kit name>_<1-10>_value% Returns the kills/win streak/deaths/elo from the player on the selected kit.

Example usage:

  • %neptune_KILLS_Axe_1_name% -> Lrxh_ (Return the player's name with the most wins in the kit Axe in slot 1)
  • %neptune_KILLS_Axe_1_value% -> 100 (Return the wins from the player in slot 1)

* -> The placeholder is not needed since you can use other expansions.

** -> The placeholder is only available in BedWars kits.

$ -> The PlaceholderAPI version of the placeholder returns "true" if the statement is true, and "false" if otherwise.