HomeJavaModsFancyMenu Extras
FancyMenu Extras

FancyMenu Extras

A mod which adds extra utility features to FancyMenu, and adds back things which were removed in FancyMenu 3.9.x.

What does FancyMenu Extras do?

In 3.9.0, FancyMenu removed certain things that I found useful:

FancyMenu Extras adds these back!

Make text underlined with [ul]/[/ul] (e.g. [ul]Underlined Text[/ul])

Get your scoreboard placeholders back (Important: these placeholders will only work reliably if FancyMenu Extras is installed both on the server and client. Without FME on the server, the client only receives data for scoreboard objectives that are set in a display slot).

Enjoy a new placeholder: Players With Score (players_with_score)! This returns a list of players whose score for a particular objective matches a specified number or range.

Placeholders

Scoreboard:

Team:

Tag:

Usage Guide

Note: Although this mod can be used only on the client, for scoreboard and tag placeholders to work fully the mod must also be installed on the server. Without the server-side install, these placeholders fall back to whatever vanilla syncs, which is limited.

Scoreboard


Scoreboard Score (scoreboard_score)

Returns the score of a player for a given scoreboard objective.

{"placeholder":"scoreboard_score","values":{"player":"Player1","objective":"my_objective"}}

Parameters:

Example output: 42


Scoreboard Objectives List (scoreboard_objectives_list)

Returns a separated list of all scoreboard objective names.

{"placeholder":"scoreboard_objectives_list","values":{"separator":", "}}

Parameters:

Example output: my_objective, kills, deaths


Scoreboard Tracked Players (scoreboard_tracked_players)

Returns a separated list of all score holders tracked by the scoreboard (i.e. anyone with at least one score).

{"placeholder":"scoreboard_tracked_players","values":{"separator":", "}}

Parameters:

Example output: Player1, Player2, Steve


Scoreboard Display Slot (scoreboard_display_slot)

Returns the name of the objective currently displayed in the given display slot.

{"placeholder":"scoreboard_display_slot","values":{"slot":"sidebar"}}

Parameters:

Example output: my_objective


Scoreboard Has Score (scoreboard_has_score)

Returns true if the given player has a score for the given objective, false otherwise.

{"placeholder":"scoreboard_has_score","values":{"player":"Player1","objective":"my_objective"}}

Parameters:

Example output: true


Scoreboard Objective Display Name (scoreboard_objective_display_name)

Returns the display name of a scoreboard objective.

{"placeholder":"scoreboard_objective_display_name","values":{"objective":"my_objective"}}

Parameters:

Example output: My Objective


Scoreboard Objective Criteria (scoreboard_objective_criteria)

Returns the criteria of a scoreboard objective (e.g. dummy, playerKillCount).

{"placeholder":"scoreboard_objective_criteria","values":{"objective":"my_objective"}}

Parameters:

Example output: dummy


Scoreboard Objective Render Type (scoreboard_objective_render_type)

Returns the render type of a scoreboard objective — either integer or hearts.

{"placeholder":"scoreboard_objective_render_type","values":{"objective":"my_objective"}}

Parameters:

Example output: integer


Scoreboard Player Scores List (scoreboard_player_scores_list)

Returns a formatted, separated list of all scores a player has across every objective.

{"placeholder":"scoreboard_player_scores_list","values":{"player":"Player1","separator":", ","format":"%objective%: %score%"}}

Parameters:

Example output: my_objective: 42, kills: 7, deaths: 3


Scoreboard Objective Count (scoreboard_objective_count)

Returns the total number of scoreboard objectives.

{"placeholder":"scoreboard_objective_count"}

Example output: 3


Player Team (player_team)

Returns the scoreboard team name of the specified player. Returns empty if the player is not on a team.

{"placeholder":"player_team","values":{"player_name":"Joel4848"}}

Parameters:

Example output: Pandas


Players With Score (players_with_score)

Returns a separated list of all score holders whose score for a given objective matches a value or range. Uses the same range syntax as Minecraft commands.

{"placeholder":"players_with_score","values":{"objective":"my_objective","score":"1..","separator":", "}}

Parameters:

Example output: Player1, Player2


World


Player Has Tag (player_has_tag)

Returns true if the named player has the given tag (as applied by /tag), false otherwise.

{"placeholder":"player_has_tag","values":{"player_name":"Steve","tag_name":"my_tag"}}

Parameters:

Example output: true


Player Tags List (player_tags_list)

Returns a sorted, separated list of all tags on the named player.

{"placeholder":"player_tags_list","values":{"player_name":"Steve","separator":", "}}

Parameters:

Example output: my_tag, other_tag, third_tag

License

CC BY-NC-SA 4.0

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more