mirror of
https://github.com/carm-outsource/TimeReward.git
synced 2026-06-05 00:25:15 +08:00
项目初始化
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package cc.carm.plugin.timereward.configuration;
|
||||
|
||||
import cc.carm.lib.easyplugin.configuration.language.EasyMessageList;
|
||||
import cc.carm.lib.easyplugin.configuration.language.MessagesRoot;
|
||||
|
||||
|
||||
public class PluginMessages extends MessagesRoot {
|
||||
|
||||
public static final EasyMessageList NOT_ONLINE = new EasyMessageList(
|
||||
new String[]{"&7玩家 &c%(player) &7并不在线。"},
|
||||
new String[]{"%(player)"}
|
||||
);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user