mirror of
https://github.com/geekfrog/PermissionsTime.git
synced 2025-09-06 11:06:58 +00:00
权限包功能
give功能 配置BUG修复
This commit is contained in:
@ -5,6 +5,6 @@ import java.text.MessageFormat;
|
||||
public class StrUtil {
|
||||
|
||||
public static String messageFormat(String src, Object... args){
|
||||
return MessageFormat.format(src.replace("&", "§"), args);
|
||||
return MessageFormat.format(src, args).replace("&", "§");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user