Features and Enhancements:
 -Improved: The update checking mechanism has been optimized for better performance.
 
-Improved: In "
Join_Motd," messages can now be centered by adding "
centered_message
:" before the message content. For Example:
 
 
 
  Code (YAML):
 
 
 
  Private_Messages:
  
   Join_Motd:
  
    - 'centered_message
  : 
  &bMessage Centered!'
 
 
 
-Changed: Enhanced the management of variables for a more streamlined experience.
 
+Added: Enhanced New Permission '
welcomerplus.notify': Users with this permission will receive notifications about plugin updates.
 
+Added: More Variables:
 
 
 
  Code (YAML):
 
 
 
  # %player_biome% : Displays the biome in which the player is located.
  
 
  # %player_current_exp% : Shows the current experience points of the player.
  
 
  # %player_direction% : Indicates the cardinal direction the player is facing (North, East, South, West).
  
 
  # %player_direction_xz% : Indicates the intercardinal direction the player is facing (Northeast, East, Southeast, etc.).
  
 
  # %player_exp% : Shows the experience points of the player.
  
 
  # %player_exp_to_level% : Displays the experience points needed to reach the next level.
  
 
  # %player_health% : Shows the current health of the player.
  
 
  # %player_health_boost% : Displays the health boost of the player.
  
 
  # %player_health_rounded% : Shows the current health of the player, rounded to the nearest whole number.
  
 
  # %player_health_scale% : Displays the health scale of the player.
  
 
  # %player_ip% : Shows the IP address of the player.
  
 
  # %player_level% : Displays the level of the player.
  
 
  # %player_max_health% : Shows the maximum health of the player.
  
 
  # %player_max_health_rounded% : Displays the maximum health of the player, rounded to the nearest whole number.
  
 
  # %player_total_exp% : Displays the total experience points of the player.
  
 
  # %player_uuid% : Shows the UUID of the player.
  
 
  # %player_world% : Displays the name of the world in which the player is located.
  
 
  # %player_world_type% : Shows the type of world the player is in (NORMAL, NETHER, END, etc.).
  
 
  # %player_world_time_12% : Displays the current time in the player's world in 12-hour format.
  
 
  # %player_world_time_24% : Displays the current time in the player's world in 24-hour format.
  
 
  # %player_x% : Shows the X-coordinate of the player's location.
  
 
  # %player_y% : Shows the Y-coordinate of the player's location.
  
 
  # %player_z% : Shows the Z-coordinate of the player's location.
  
 
  # %player_yaw% : Displays the yaw (horizontal rotation) of the player.
  
 
  # %player_pitch% : Displays the pitch (vertical rotation) of the player.