diff --git a/legacy-script-engine-lua/lang/de.json b/legacy-script-engine-lua/lang/de.json index 6844103..aff1505 100644 --- a/legacy-script-engine-lua/lang/de.json +++ b/legacy-script-engine-lua/lang/de.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Befehl {} konnte nicht ausgeführt werden, wird das Plugin entladen?", "Could not find {} in registered commands": { "": "Konnte {} in registrierten Befehlen nicht finden." - } + }, + "Event {} not found!": "Event {} nicht gefunden!" } diff --git a/legacy-script-engine-lua/lang/en.json b/legacy-script-engine-lua/lang/en.json index 1529d78..3652126 100644 --- a/legacy-script-engine-lua/lang/en.json +++ b/legacy-script-engine-lua/lang/en.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/lang/fr.json b/legacy-script-engine-lua/lang/fr.json index ebb7214..30a53d6 100644 --- a/legacy-script-engine-lua/lang/fr.json +++ b/legacy-script-engine-lua/lang/fr.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "La commande {} n'a pas réussi à s'exécuter, le plugin est-il déchargé ?", "Could not find {} in registered commands": { "": "Impossible de trouver {} dans les commandes enregistrées." - } + }, + "Event {} not found!": "Événement {} introuvable !" } diff --git a/legacy-script-engine-lua/lang/id.json b/legacy-script-engine-lua/lang/id.json index 36e37d1..1394c78 100644 --- a/legacy-script-engine-lua/lang/id.json +++ b/legacy-script-engine-lua/lang/id.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/lang/it.json b/legacy-script-engine-lua/lang/it.json index 093d13b..e2cbc10 100644 --- a/legacy-script-engine-lua/lang/it.json +++ b/legacy-script-engine-lua/lang/it.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "L'esecuzione del comando {} non è riuscita, il plugin è stato scaricato?", "Could not find {} in registered commands": { "": "Impossibile trovare {} nei comandi registrati." - } + }, + "Event {} not found!": "Evento {} non trovato!" } diff --git a/legacy-script-engine-lua/lang/ja.json b/legacy-script-engine-lua/lang/ja.json index 4f1e5fd..ea3e55c 100644 --- a/legacy-script-engine-lua/lang/ja.json +++ b/legacy-script-engine-lua/lang/ja.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "コマンド {} の実行に失敗しました。プラグインがアンロードされていますか?", "Could not find {} in registered commands": { "": "登録されたコマンドで {} が見つかりませんでした。" - } + }, + "Event {} not found!": "イベント {} が見つかりません!" } diff --git a/legacy-script-engine-lua/lang/ko.json b/legacy-script-engine-lua/lang/ko.json index c6f8127..d177a1f 100644 --- a/legacy-script-engine-lua/lang/ko.json +++ b/legacy-script-engine-lua/lang/ko.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/lang/pt_BR.json b/legacy-script-engine-lua/lang/pt_BR.json index ff3d48a..29af043 100644 --- a/legacy-script-engine-lua/lang/pt_BR.json +++ b/legacy-script-engine-lua/lang/pt_BR.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Comando {} falha ao executar, o plugin está descarregado?", "Could not find {} in registered commands": { "": "Não foi possível encontrar {} nos comandos registrados." - } + }, + "Event {} not found!": "Evento {} não encontrado!" } diff --git a/legacy-script-engine-lua/lang/ru.json b/legacy-script-engine-lua/lang/ru.json index bdc13c8..9c10221 100644 --- a/legacy-script-engine-lua/lang/ru.json +++ b/legacy-script-engine-lua/lang/ru.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Не удалось выполнить команду {}, не загружен ли плагин?", "Could not find {} in registered commands": { "": "Не удалось найти {} в зарегистрированных командах." - } + }, + "Event {} not found!": "Событие {} не найдено!" } diff --git a/legacy-script-engine-lua/lang/th.json b/legacy-script-engine-lua/lang/th.json index 3b39c07..de00558 100644 --- a/legacy-script-engine-lua/lang/th.json +++ b/legacy-script-engine-lua/lang/th.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/lang/tr.json b/legacy-script-engine-lua/lang/tr.json index ed70109..7dde07f 100644 --- a/legacy-script-engine-lua/lang/tr.json +++ b/legacy-script-engine-lua/lang/tr.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/lang/vi.json b/legacy-script-engine-lua/lang/vi.json index 32a0d98..3555fd2 100644 --- a/legacy-script-engine-lua/lang/vi.json +++ b/legacy-script-engine-lua/lang/vi.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/lang/zh_CN.json b/legacy-script-engine-lua/lang/zh_CN.json index deb4869..f278589 100644 --- a/legacy-script-engine-lua/lang/zh_CN.json +++ b/legacy-script-engine-lua/lang/zh_CN.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "命令 {} 执行失败,是否已卸载该插件?", "Could not find {} in registered commands": { "": "在已注册的命令中找不到 {} 。" - } + }, + "Event {} not found!": "找不到事件 {} !" } diff --git a/legacy-script-engine-lua/lang/zh_TW.json b/legacy-script-engine-lua/lang/zh_TW.json index 46529c3..18a5834 100644 --- a/legacy-script-engine-lua/lang/zh_TW.json +++ b/legacy-script-engine-lua/lang/zh_TW.json @@ -53,5 +53,6 @@ "Command {} failed to execute, is the plugin unloaded?": "Command {} failed to execute, is the plugin unloaded?", "Could not find {} in registered commands": { "": "Could not find {} in registered commands." - } + }, + "Event {} not found!": "Event {} not found!" } diff --git a/legacy-script-engine-lua/legacy-script-engine-lua.dll b/legacy-script-engine-lua/legacy-script-engine-lua.dll index 7a0d937..6a4acea 100644 Binary files a/legacy-script-engine-lua/legacy-script-engine-lua.dll and b/legacy-script-engine-lua/legacy-script-engine-lua.dll differ diff --git a/legacy-script-engine-lua/manifest.json b/legacy-script-engine-lua/manifest.json index 277a52c..7b2cfae 100644 --- a/legacy-script-engine-lua/manifest.json +++ b/legacy-script-engine-lua/manifest.json @@ -1,19 +1,19 @@ -{ - "name": "legacy-script-engine-lua", - "entry": "legacy-script-engine-lua.dll", - "version": "0.9.5", - "type": "native", - "description": "A plugin engine for running LLSE plugins on LeviLamina", - "author": "LiteLDev", - "dependencies": [ - { - "name": "LegacyMoney" - }, - { - "name": "LegacyParticleAPI" - }, - { - "name": "LegacyRemoteCall" - } - ] -} +{ + "name": "legacy-script-engine-lua", + "entry": "legacy-script-engine-lua.dll", + "version": "0.9.6", + "type": "native", + "description": "A plugin engine for running LLSE plugins on LeviLamina", + "author": "LiteLDev", + "dependencies": [ + { + "name": "LegacyMoney" + }, + { + "name": "LegacyParticleAPI" + }, + { + "name": "LegacyRemoteCall" + } + ] +} diff --git a/tooth.json b/tooth.json index 17c05bb..a88b732 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua", - "version": "0.9.5", + "version": "0.9.6", "info": { "name": "LegacyScriptEngine with Lua backend", "description": "A plugin engine for running LLSE plugins on LeviLamina",