Merge pull request #1196 from PlaceholderAPI/feat-new-player-and-world

feat: add new player and world placeholders
This commit is contained in:
Andre_601
2026-02-15 03:05:10 +01:00
committed by GitHub

View File

@@ -215,6 +215,9 @@ Allows evaluation of basic and complex mathematical Expressions through EvalEx.
%player_name% %player_name%
%player_gamemode% %player_gamemode%
%player_world% %player_world%
%player_world_displayname%
%player_world_worldgen_type%
%player_world_worldgen_name%
%player_biome% %player_biome%
%player_item_in_hand% %player_item_in_hand%
%player_item_in_hand_quantity% %player_item_in_hand_quantity%
@@ -381,6 +384,7 @@ More info about the expansion can be found on the [Github-Repository](https://gi
%world_playerexist_<world>_<playername>% %world_playerexist_<world>_<playername>%
%world_recentjoin_<world>% %world_recentjoin_<world>%
%world_recentquit_<world>% %world_recentquit_<world>%
%world_displayname_<world>%
``` ```
---- ----