PlaceholderAPI / Bungeecord-Expansion

Expansion for bungeecord placeholders
GNU General Public License v3.0
4 stars 11 forks source link

Update PlaceholderAPI Version and Add Server Status Check #19

Open JobsonMarinho opened 1 month ago

JobsonMarinho commented 1 month ago

This pull request includes the following updates:

  1. Version Update: The PlaceholderAPI dependency has been updated from version 2.10.6 to 2.11.6 in the pom.xml file. This ensures compatibility with the latest features and bug fixes provided by the new version of the API.
  2. New Feature: Added functionality to check if a specific server is online in the onRequest method. If the identifier starts with online_, the system now verifies the server's status and returns §aOnline if the server is available or §cOffline if it is not.

This update improves compatibility and adds a new feature for checking server statuses dynamically based on the identifier provided.