Class PapiInsertionService
java.lang.Object
com.zetaplugins.essentialz.features.papi.PapiInsertionService
Service responsible for inserting PlaceholderAPI placeholders into messages
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninsertPapi(String message, org.bukkit.entity.Player player) Inserts PlaceholderAPI placeholders into a message for a specific player
-
Constructor Details
-
PapiInsertionService
public PapiInsertionService()
-
-
Method Details
-
insertPapi
Inserts PlaceholderAPI placeholders into a message for a specific player- Parameters:
message- The message to insert placeholders intoplayer- The player to use for placeholder values- Returns:
- The message with placeholders inserted
-