Package net.lewmc.essence.utils
Class TagUtil
java.lang.Object
net.lewmc.essence.utils.TagUtil
The tag utility replaces tags with preconfigured text (placeholders)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoReplacement
(String text) Replaces tags with preconfigured text.
-
Constructor Details
-
TagUtil
Constructor- Parameters:
plugin
- Reference to the main Essence class.
-
-
Method Details
-
doReplacement
Replaces tags with preconfigured text.- Parameters:
text
- String - Text to search and replace.- Returns:
- String - Resulting String
-