@@ -21,6 +21,11 @@ forwarding:
21
21
playerJoinMsg : " %player_name% join the server"
22
22
playerLeaveMsg : " %player_name% leave the server"
23
23
24
+ # Optional placeholders: %count%, %player_list%
25
+ online : " Online players: (%count% players): %player_list%"
26
+ # Optional placeholders:%tps%, %mspt%
27
+ tps : " tps:%tps% \n mspt:%mspt%"
28
+
24
29
whitelist :
25
30
# Optional placeholders:%enable_groups%
26
31
kickServer : " please enter the group to apply the whitelist"
@@ -32,6 +37,12 @@ whitelist:
32
37
removeBind : " successfully remove the whitelist, your whitelist is %whitelist_name%"
33
38
# Optional placeholders:%whitelist_name%, %platform_id%
34
39
queryBind : " your whitelist is %whitelist_name%"
40
+ # Optional placeholders:%player_name%, %whitelist_name%, %platform_id%, %whitelist_limit%
41
+ fullBind : " You have applied for whitelist with limit: %whitelist_limit%"
42
+ # Optional placeholders:%player_name%
43
+ existsBind : " %player_name% has been bound!"
44
+ notExistsBind : " %player_name% hasn't been bound!"
45
+ notBelongToYou : " %player_name% hasn't been bound by YOU!"
35
46
admin :
36
47
# Optional placeholders:%player_name%, %whitelist_name%, %target_platform_id%, %sender_platform_id%
37
48
addBind : " successfully apply the whitelist, %target_platform_id%'s whitelist is %whitelist_name%"
@@ -43,4 +54,15 @@ whitelist:
43
54
commandSendFinish : " sending the command to the server..."
44
55
45
56
# Optional placeholders:%player_name%, %world_name%, %pos%
46
- messageOnDie : " Player %player_name% was died at %pos% in %world_name%"
57
+ messageOnDie : " Player %player_name% was died at %pos% in %world_name%"
58
+
59
+ # Optional placeholders: %prefix%
60
+ help :
61
+ - " PlumBot help page"
62
+ - " %prefix%在线人数 - List online players"
63
+ - " %prefix%tps - Query the TPS"
64
+ - " %prefix%申请白名单 <ID> - Apply for whitelist"
65
+ - " %prefix%移除白名单 <ID> - Remove whitelist"
66
+ - " %prefix%查询白名单 - Query whitelist"
67
+ - " 管理员命令"
68
+ - " %prefix%cmd <命令> - Dispatch commands to the server"
0 commit comments