-
Notifications
You must be signed in to change notification settings - Fork 9
Placeholders for PlaceholderAPI
RedstoneFuture edited this page Dec 16, 2024
·
10 revisions
If PlaceholderAPI is installed, MissileWars will provide custom placeholders to allow other Plugins to display information about the MissileWars Games. It is always recommended to have the latest official version of PlaceholderAPI installed. There is no need to install a PlaceholderAPI expansions for the MissileWars Placeholders.
If the placeholder result is empty, the String &7?
is shown.
Desc | Placeholder |
---|---|
the game-phase of the game | %missilewars_game_gamestate_<game name or 'this'>% |
the map-vote state of the game | %missilewars_game_mapvote_state_<game name or 'this'>% |
the display name of the game | %missilewars_game_displayname_<game name or 'this'>% |
the display name of team 1 in the game | %missilewars_game_team1_name_<game name or 'this'>% |
the color of team 1 in the game | %missilewars_game_team1_color_<game name or 'this'>% |
the display name of team 2 in the game | %missilewars_game_team2_name_<game name or 'this'>% |
the color of team 2 in the game | %missilewars_game_team2_color_<game name or 'this'>% |
the defined map-choose-procedure of the game | %missilewars_game_mapchooseprocedure_<game name or 'this'>% |
the planned or remaining duration of the game | %missilewars_game_gameduration_<game name or 'this'>% |
the arena area size (X-achse) | %missilewars_game_arenasize_X_<game name or 'this'>% |
the arena area size (Y-achse) | %missilewars_game_arenasize_Y_<game name or 'this'>% |
the arena area size (Z-achse) | %missilewars_game_arenasize_Z_<game name or 'this'>% |
the display name of the arena | %missilewars_arena_displayname_<arena name or 'this'>% |
the amount of Missiles in this arena | %missilewars_arena_missileamount_<arena name or 'this'>% |
the planned or remaining duration of the game in this arena | %missilewars_arena_gameduration_<arena name or 'this'>% |
the display name of the game in which the player is | %missilewars_player_game_displayname% |
the display name of the team in which the player is | %missilewars_player_team_name% |
the color of the team in which the player is | %missilewars_player_team_color% |