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.
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.
This pull request includes the following updates:
PlaceholderAPI
dependency has been updated from version2.10.6
to2.11.6
in thepom.xml
file. This ensures compatibility with the latest features and bug fixes provided by the new version of the API.onRequest
method. If the identifier starts withonline_
, 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.