mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-07 21:25:00 +00:00
fix: use char instead of str
This commit is contained in:
@@ -136,7 +136,8 @@ public class ConfigTools {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Format a string with several placeholders to be ready for lore usage.
|
* Format a string with several placeholders to be ready for lore usage.
|
||||||
* @param configName The message to use.
|
*
|
||||||
|
* @param configName The message to use.
|
||||||
* @param placeHoldersValues Map containing placeholders names as keys and values.
|
* @param placeHoldersValues Map containing placeholders names as keys and values.
|
||||||
* @return Formatted string, null if the configName doesn't exist.
|
* @return Formatted string, null if the configName doesn't exist.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user