Package valorless.rarespawns.hooks
Class PlaceholderAPIHook
java.lang.Object
valorless.rarespawns.hooks.PlaceholderAPIHook
Integration helper for PlaceholderAPI.
Detects presence and logs integration status; provides a boolean for runtime checks.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PlaceholderAPIHook
public PlaceholderAPIHook()
-
-
Method Details
-
Hook
public static void Hook()Attempts to detect PlaceholderAPI and logs whether integration is active. -
isHooked
public static boolean isHooked()Returns true when PlaceholderAPI is present on the server.
-