You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no-permission: "<red>You do not have permission to run this command!</red>"
91
110
no-player: "<red>You did not provide a valid player, please check your spelling and try again</red>"
111
+
world-not-found: "<red>The world <yellow><world></yellow> could not be found. Please check your spelling and try again</red>"
92
112
freeze-message: "<green><name></green> <aqua>has been frozen</aqua>"
113
+
freeze-server-message: "<aqua>The server has been frozen</aqua>"
114
+
freeze-world-message: "<aqua>The <green><world></green> world has been frozen<aqua>"
115
+
freeze-world-change: "<dark_gray><bold><name></bold></dark_gray> <gray>has switched to <world>. Since that world is frozen, they will now be frozen"
93
116
unfreeze-message: "<green><name></green> <yellow>has been unfrozen</yellow>"
117
+
unfreeze-world-message: "<yellow>The <green><world></green> world has been unfrozen</yellow>"
118
+
unfreeze-server-message: "<yellow>The server has been frozen</yellow>"
94
119
reload-message: "<gold>The Simple Player Freeze config has been reloaded</gold>"
95
120
have-been-frozen: "<red><bold>[NOTICE]</bold></red> <gray>You have been frozen. You cannot move, interact, or chat"
96
121
have-been-unfrozen: "<green><bold>[NOTICE]</bold></green> <gray>You have been unfrozen. You can move, interact, and chat again."
97
122
cannot-chat: "You are frozen and cannot chat"
98
123
cannot-use-command: "You are frozen and cannot use that command"
99
124
login-message: "<red><bold>[NOTICE]</bold></red> <gray>You were frozen during a previous session. You cannot move, interact, or chat"
100
125
login-notif: "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. They were frozen during a previous session."
126
+
login-notif-server-frozen: "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. Since the server is currently frozen, they will now be frozen"
101
127
login-notif-now-unfrozen: "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. They were frozen during a previous session. They will now be unfrozen."
102
-
login-notif-console: "[Simple Freeze] <name> logged in while frozen"
103
-
login-notif-console-unfreezing: "[Simple Freeze] <name> logged in while frozen- unfreezing."
loginMessage = localeConfig.getString("login-message", "<red><bold>[NOTICE]</bold></red> <gray>You were frozen during a previous session. You cannot move, interact, or chat");
60
60
loginNotif = localeConfig.getString("login-notif", "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. They were frozen during a previous session.");
61
61
loginNotifNowUnfrozen = localeConfig.getString("login-notif-now-unfrozen", "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. They were frozen during a previous session. They will now be unfrozen.");
62
-
loginNotifConsole = localeConfig.getString("login-notif-console", "[Simple Freeze] <name> logged in while frozen");
63
-
loginNotifConsoleUnfreezing = localeConfig.getString("login-notif-console-unfreezing", "[Simple Freeze] <name> logged in while frozen- unfreezing.");
64
62
cannotBeFrozen = localeConfig.getString("cannot-be-frozen", "<red>That player cannot be frozen!</red>");
65
63
notFrozen = localeConfig.getString("not-frozen", "<red>That player is not frozen!</red>");
freezeWorldChange = localeConfig.getString("freeze-world-change", "<dark_gray><bold><name></bold></dark_gray> <gray>has switched to <world>. Since that world is frozen, they will now be frozen");
71
69
loginNotifServerFrozen = localeConfig.getString("login-notif-server-frozen", "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. Since the server is currently frozen, they will now be frozen");
72
70
worldNotFound = localeConfig.getString("world-not-found", "<red>The world <yellow><name></yellow> could not be found. Please check your spelling and try again</red>");
73
-
tooManyArgs = localeConfig.getString("too-many-strings", "<red>You have provided too many arguments, please check your syntax and try again</red>");
74
71
unfreezeWorldMessage = localeConfig.getString("unfreeze-world-message", "<yellow>The <green><world></green> world has been unfrozen</yellow>");
75
72
unfreezeServerMessage = localeConfig.getString("unfreeze-server-message", "<yellow>The server has been frozen</yellow>");
76
73
}
@@ -124,14 +121,6 @@ public String getLoginNotifNowUnfrozen() {
124
121
returnloginNotifNowUnfrozen;
125
122
}
126
123
127
-
publicStringgetLoginNotifConsole() {
128
-
returnloginNotifConsole;
129
-
}
130
-
131
-
publicStringgetLoginNotifConsoleUnfreezing() {
132
-
returnloginNotifConsoleUnfreezing;
133
-
}
134
-
135
124
publicStringgetCannotBeFrozen() {
136
125
returncannotBeFrozen;
137
126
}
@@ -176,10 +165,6 @@ public String getLoginNotifServerFrozen() {
no-permission: "<red>You do not have permission to run this command!</red>"
4
4
no-player: "<red>You did not provide a valid player, please check your spelling and try again</red>"
5
-
too-many-args: "<red>You have provided too many arguments, please check your syntax and try again</red>"
6
5
world-not-found: "<red>The world <yellow><world></yellow> could not be found. Please check your spelling and try again</red>"
7
6
freeze-message: "<green><name></green> <aqua>has been frozen</aqua>"
8
7
freeze-server-message: "<aqua>The server has been frozen</aqua>"
@@ -20,8 +19,6 @@ login-message: "<red><bold>[NOTICE]</bold></red> <gray>You were frozen during a
20
19
login-notif: "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. They were frozen during a previous session."
21
20
login-notif-server-frozen: "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. Since the server is currently frozen, they will now be frozen"
22
21
login-notif-now-unfrozen: "<dark_gray><bold><name></bold></dark_gray> <gray>has logged in. They were frozen during a previous session. They will now be unfrozen."
23
-
login-notif-console: "[Simple Freeze] <name> logged in while frozen"
24
-
login-notif-console-unfreezing: "[Simple Freeze] <name> logged in while frozen- unfreezing."
0 commit comments