This repository has been archived by the owner on Dec 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds 2 new languages and commands
- Loading branch information
Showing
13 changed files
with
269 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
-language: php | ||
-php: | ||
- - "7.2" | ||
-before_script: | ||
- - if find . -name "*.php" ! -path "./vendor/*" -exec php -l {} \; | grep -v "No syntax errors detected"; then exit 1; fi | ||
-script: | ||
- - curl -s -O https://raw.githubusercontent.com/jackthehack21/MCPEToDiscord/dev/travis.sh | ||
- - chmod u+x travis.sh | ||
- - './travis.sh' | ||
-#before_script: | ||
-# - '! find . -type f -name "*.php" -exec php -d error_reporting=32767 -l {} \; 2>&1 >&- | grep "^"' | ||
-#before_script: | ||
-# - if find . -name "*.php" ! -path "./vendor/*" -print0 | xargs -0 -n 1 -P 8 php -l | grep -v "No syntax errors detected"; then exit 1; fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,10 @@ | ||
--- | ||
|
||
# +-------------------------------------------------+ | ||
# | MCPEToDiscord - VER 1.3 | | ||
# |-------------------------------------------------| | ||
# | | | ||
# | Made by : Jackthehack21 ([email protected]) | | ||
# | | | ||
# | Build : 055#A | | ||
# | | | ||
# | Details : This plugin is aimed to give players | | ||
# | A simple but fun view of what plugins | | ||
# | Can do to modify your MCPE experience.| | ||
# | | | ||
# +-------------------------------------------------+ | ||
|
||
|
||
language: 'english' # english, spanish, german, chinese | ||
|
||
debug: false | ||
|
||
discord: "true" | ||
discord: true | ||
|
||
webhook_url: "" | ||
webhook_name: "MCPE Webhook" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,31 @@ | ||
--- | ||
disabled: "插件已禁用" | ||
disabled_config: '插件被禁用,如config.yml中所述' | ||
disabled_corrupt: '插件被禁用,因為config.yml已損壞' | ||
disabled_error: '發生嚴重錯誤時,插件被禁用' | ||
disabled:'插件已禁用' | ||
disabled_config:'插件被禁用,如config.yml中所述' | ||
disabled_corrupt:'插件被禁用,因為config.yml已損壞' | ||
disabled_error:'發生嚴重錯誤時,插件被禁用' | ||
|
||
enabled: '插件已啟用' | ||
enabled_incomplete: '插件配置不完整/損壞,確保所有值都正確,並且webhook鏈接有效' | ||
enabled_debug: '啟用插件+啟用調試' | ||
enabled_defualtlang: '語言無效檢查config.yml,語言設置為英語為defualt' | ||
enabled:'插件已啟用' | ||
enabled_incomplete:'插件配置不完整/損壞,確保所有值都正確,並且webhook鏈接有效' | ||
enabled_debug:'啟用插件+啟用調試' | ||
enabled_defualtlang:'語言無效檢查config.yml,語言設置為英語為defualt' | ||
|
||
ingame: '命令/不和只能在遊戲中使用' | ||
ingame:'命令/不和只能在遊戲中使用' | ||
|
||
args_missing: '請提供一條消息以發送/不和諧你好,這個消息來自mcpe' | ||
command_disabled: '配置中指定的命令/不符合項' | ||
send_fail: '不和諧信息發送失敗,請檢查控制台是否有完整的錯誤。' | ||
send_success: '發送了不一致的消息!' | ||
success:'成功!' | ||
already_disabled:'插件已被禁用' | ||
already_enabled:'插件已啟用' | ||
now_disabled:'現在禁用插件' | ||
now_enabled:'現在啟用插件' | ||
|
||
debug_info_response:'所有細節已發送到控制台!' | ||
info_note:'如果您打算在github上創建PR或問題,請提供所有這些信息。' | ||
|
||
no_language:'沒有語言說,請選擇下列之一:' | ||
language_already:'語言已經' | ||
invalid_language:提供的語言無效。 | ||
invalid_command:'不是有效的命令嘗試,/不協調的幫助' | ||
args_missing:'請提供一條信息發送/不和諧發送您好,這裡msg是從mcpe' | ||
command_disabled:'命令</discord send>已禁用,如config中所述' | ||
send_fail:'不和諧信息發送失敗,請檢查控制台是否有完整的錯誤。' | ||
send_success:'發送了不一致的消息!' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
disabled: 'Le plugin est désactivé' | ||
disabled_config: 'Le plugin est désactivé comme indiqué dans config.yml' | ||
disabled_corrupt: 'Le plugin est désactivé car config.yml est corrompu' | ||
disabled_error: 'Le plugin est désactivé car une erreur sérieuse est survenue' | ||
|
||
enabled: 'Le plugin est activé' | ||
enabled_incomplete: 'La configuration du plugin est incomplète / corrompue assurez-vous que toutes les valeurs sont correctes et que le lien webhook est valide' | ||
enabled_debug: 'Plugin est activé + débogage activé' | ||
enabled_defualtlang: 'La langue nest pas valide vérifier config.yml, la langue définie en anglais comme defualt' | ||
|
||
ingame: 'Command / discord ne peut être utilisé que dans le jeu' | ||
|
||
success: 'Succès!' | ||
already_disabled: 'Le plugin est déjà désactivé' | ||
already_enabled: 'Le plugin est déjà activé' | ||
now_disabled: 'Le plugin est maintenant désactivé' | ||
now_enabled: 'Le plugin est maintenant activé' | ||
|
||
debug_info_response: 'Tous les détails ont été envoyés à la console!' | ||
info_note: 'Si vous envisagez de créer un PR ou un problème sur github, veuillez fournir toutes ces informations.' | ||
|
||
no_language: 'Aucune langue, veuillez choisir lune des suivantes:' | ||
language_already: 'La langue est déjà' | ||
invalid_language: 'Langage invalide fourni.' | ||
invalid_command: 'Pas une commande valide try, / discord help' | ||
args_missing: 'Veuillez fournir un message à envoyer par ex. / discord envoyer Salut là ce msg vient de mcpe ' | ||
command_disabled: 'Command </ discord send> désactivé comme indiqué dans config' | ||
send_fail: 'Le message Discord na pas pu être envoyé, vérifiez la console pour lerreur complète.' | ||
send_success: 'Le message Discord a été envoyé!' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
disabled: 'Plugin está desativado' | ||
disabled_config: 'Plugin está desativado conforme indicado em config.yml' | ||
disabled_corrupt: 'Plugin está desabilitado porque o config.yml está corrompido' | ||
disabled_error: 'O plug-in está desativado porque ocorreu um erro grave' | ||
|
||
enabled: 'Plugin está ativado' | ||
enabled_incomplete: 'A configuração do plug-in está incompleta / corrompida, certifique-se de que todos os valores estejam corretos e o link do webhook é válido' | ||
enabled_debug: 'Plugin está ativado + debug ativado' | ||
enabled_defualtlang: 'O idioma é inválido, verifique o config.yml, o idioma está definido para o inglês como defualt' | ||
|
||
ingame: 'Comando / discórdia só pode ser usado no jogo' | ||
|
||
success: 'Sucesso!' | ||
already_disabled: 'Plugin já está desativado' | ||
already_enabled: 'Plugin já está habilitado' | ||
now_disabled: 'O plug-in está desativado' | ||
now_enabled: 'Plugin está ativado agora' | ||
|
||
debug_info_response: 'Todos os detalhes foram enviados para o console!' | ||
info_note: 'Se você planeja criar um PR ou um problema no github, forneça todas essas informações.' | ||
|
||
no_language: 'Nenhuma língua disse, por favor escolha uma das seguintes opções:' | ||
language_already: 'O idioma já é' | ||
invalid_language: 'Linguagem inválida fornecida' | ||
invalid_command: 'Não é um comando válido, tente / discord help' | ||
args_missing: 'Por favor, forneça uma mensagem para enviar, por ex. / discord send Oi ai esta msg é do mcpe ' | ||
command_disabled: 'Comando </ discord send> desativado conforme indicado em config' | ||
send_fail: 'A mensagem de discordância não foi enviada, verifique a consola quanto ao erro completo.' | ||
send_success: 'A mensagem de discórdia foi enviada!' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.