5
0

Release v0.9.6

This commit is contained in:
Actions 2025-02-07 15:08:30 +00:00
parent 2cb0d3ff2d
commit b3a5533659
17 changed files with 48 additions and 34 deletions

View File

@ -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!"
}

View File

@ -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!"
}

View File

@ -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 !"
}

View File

@ -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!"
}

View File

@ -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!"
}

View File

@ -53,5 +53,6 @@
"Command {} failed to execute, is the plugin unloaded?": "コマンド {} の実行に失敗しました。プラグインがアンロードされていますか?",
"Could not find {} in registered commands": {
"": "登録されたコマンドで {} が見つかりませんでした。"
}
},
"Event {} not found!": "イベント {} が見つかりません!"
}

View File

@ -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!"
}

View File

@ -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!"
}

View File

@ -53,5 +53,6 @@
"Command {} failed to execute, is the plugin unloaded?": "Не удалось выполнить команду {}, не загружен ли плагин?",
"Could not find {} in registered commands": {
"": "Не удалось найти {} в зарегистрированных командах."
}
},
"Event {} not found!": "Событие {} не найдено!"
}

View File

@ -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!"
}

View File

@ -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!"
}

View File

@ -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!"
}

View File

@ -53,5 +53,6 @@
"Command {} failed to execute, is the plugin unloaded?": "命令 {} 执行失败,是否已卸载该插件?",
"Could not find {} in registered commands": {
"": "在已注册的命令中找不到 {} 。"
}
},
"Event {} not found!": "找不到事件 {} "
}

View File

@ -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!"
}

View File

@ -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"
}
]
}

View File

@ -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",