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
@@ -150,21 +155,20 @@ class Language(val version: String, val name: String = "en_US") {
150
155
}
151
156
it["EXPANSION"] =YamlConfiguration().also {
152
157
it["TYPE-ENGINE"] =YamlConfiguration().also {
153
-
it["EVALUATE-SCRIPT-ERROR"] ="An error occurred during script {script_name} evaluation, please check the script format.\n&8{reason}"
154
-
it["EVALUATE-TEMP-SCRIPT-ERROR"] ="An error occurred during temp script evaluation, please check the script format.\n&8{reason}"
155
-
it["EXECUTE-SCRIPT-ERROR"] ="An error occurred when the script {script_name} executes the function {execute_main}, please check the script format.\n&8{reason}"
156
-
it["EXECUTE-SCRIPT-FUNCTION-NOT-FOUND-ERROR"] ="An error occurred when the script {script_name} executes the function {execute_main}, this function not found!"
157
-
it["EXECUTE-TEMP-SCRIPT-ERROR"] ="An error occurred when the temp script executes the function {execute_main}, please check the script format, reason:\n&8{reason}"
158
-
it["EXECUTE-SCRIPT-FUNCTION-NOT-FOUND-ERROR"] ="An error occurred when the temp script executes the function {execute_main}, this function not found!"
158
+
it["EVALUATE-SCRIPT-ERROR"] ="An error occurred during script {script_name} evaluation, please check the script format. reason: \n&8{reason}"
159
+
it["EVALUATE-TEMP-SCRIPT-ERROR"] ="An error occurred during temp script evaluation, please check the script format. reason: \n&8{reason}"
160
+
it["EXECUTE-SCRIPT-ERROR"] ="An error occurred when the script {script_name} executes the function {execute_main}, please check the script format. reason: \n&8{reason}"
161
+
it["EXECUTE-SCRIPT-FUNCTION-NOT-FOUND-ERROR"] ="An error occurred when the script {script_name} executes the function {execute_main}, reason: &8this function not found!"
162
+
it["EXECUTE-TEMP-SCRIPT-ERROR"] ="An error occurred when the temp script executes the function {execute_main}, please check the script format, reason:\n&8{reason}"
163
+
it["EXECUTE-SCRIPT-FUNCTION-NOT-FOUND-ERROR"] ="An error occurred when the temp script executes the function {execute_main}, reason: &8this function not found!"
159
164
}
160
165
it["ERROR-BY-CAUSE"] =YamlConfiguration().also {
161
-
it["LOAD-ERROR"] ="An exception occurred while loading expansion {file_name}, reason:\n&8{reason}"
162
-
it["LOAD-DESCRIPTION-FILE-ERROR"] ="An error occurred while loading the expansion '{file_name}' description file, reason:\n&8{reason}"
163
-
it["LOAD-MAIN-CLASS-ERROR"] ="An error occurred while loading the main class {description_main} of expansion '{file_name}', reason:\n&8{reason}"
166
+
it["LOAD-ERROR"] ="An exception occurred while loading expansion {file_name}, reason:\n&8{reason}"
167
+
it["LOAD-DESCRIPTION-FILE-ERROR"] ="An error occurred while loading the expansion '{file_name}' description file, reason:\n&8{reason}"
168
+
it["LOAD-MAIN-CLASS-ERROR"] ="An error occurred while loading the main class {description_main} of expansion '{file_name}', reason:\n&8{reason}"
164
169
it["LOAD-MAIN-CLASS-MAIN-NOT-DEPEND"] ="An error occurred while loading the main class {description_main} of expansion '{file_name}', reason: &cThe main class does not depend on FastScriptExpansion."
165
170
it["CAN-NOT-LOAD-MAIN-CLASS"] ="Unable to load the extension '{file_name}' because it has no FastScriptExpansion class available!"
166
171
}
167
-
168
172
}
169
173
it["SCRIPT"] =YamlConfiguration().also {
170
174
it["PROCESS-RESULT"] =YamlConfiguration().also {
@@ -188,6 +192,12 @@ class Language(val version: String, val name: String = "en_US") {
188
192
it["FAILED"] ="&cFailed to invoke {exec_name}, reason:\n&8{reason}"
0 commit comments