Fixed prevention for Lands when a player claim on a tomb
Fixed compatibility with minecraft 1.21.8
Updated PlaceholderAPI, added new placeholders
%tombs_last_death_duration% Time until the player's last death tomb despawned.
%tombs_last_death_duration_<playername>% Same as above, for a specific player.
%tombs_last_death_id% ID of the last recorded death for the player.
%tombs_last_death_id_<playername>% Same as above, for a specific player.
%tombs_last_death_location% World + X/Y/Z coordinates of the player's last death.
%tombs_last_death_location_<playername>% Same as above, for a specific player.
%tombs_last_death_location_x% X coordinate of the player's last death.
%tombs_last_death_location_x_<playername>% Same as above, for a specific player.
%tombs_last_death_location_y% Y coordinate of the player's last death.
%tombs_last_death_location_y_<playername>% Same as above, for a specific player.
%tombs_last_death_location_z% Z coordinate of the player's last death.
%tombs_last_death_location_z_<playername>% Same as above, for a specific player.
%tombs_last_death_location_world% World name of the player's last death location.
%tombs_last_death_location_world_<playername>% Same as above, for a specific player.
%tombs_last_death_location_environment% Environment (e.g., NORMAL, NETHER) of the player's last death.
%tombs_last_death_location_environment_<playername>% Same as above, for a specific player.
%tombs_last_death_date% Date and time of the player's last death.
%tombs_last_death_date_<playername>% Same as above, for a specific player.
%tombs_last_death_type% Cause/type of the player's last death.
%tombs_last_death_type_<playername>% Same as above, for a specific player.
%tombs_number_of_deaths_<playername>_<status>% Number of deaths with specific status (Active, etc.) for a given player.
%tombs_number_of_deaths_<status>% Number of deaths for the current player with specific status.
%tombs_number_of_server_deaths% Total number of deaths recorded on the server.