From 9fcd0eedd4bd811e007bd3c7b153b6e4603d422a Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Mon, 20 Apr 2026 22:44:38 -0300 Subject: [PATCH] plugins: adding authors and removing incomplete plugin 'xp' --- a/manyplug.json | 4 ++-- adivinhacao/manyplug.json | 1 + audio/manyplug.json | 3 ++- figurinha/manyplug.json | 3 ++- forca/manyplug.json | 3 ++- many/manyplug.json | 3 ++- obrigado/manyplug.json | 8 ++++++++ video/manyplug.json | 1 + xp/index.js | 21 --------------------- xp/manyplug.json | 7 ------- 10 files changed, 20 insertions(+), 34 deletions(-) create mode 100644 obrigado/manyplug.json delete mode 100644 xp/index.js delete mode 100644 xp/manyplug.json diff --git a/a/manyplug.json b/a/manyplug.json index d04c8b4..b792fe5 100644 --- a/a/manyplug.json +++ b/a/manyplug.json @@ -1,8 +1,8 @@ { "name": "a", - "author": "freakk.dev", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", - "category": "humor", + "category": "fun", "service": false, "dependencies": {} } diff --git a/adivinhacao/manyplug.json b/adivinhacao/manyplug.json index 1dcc4f4..bf42903 100644 --- a/adivinhacao/manyplug.json +++ b/adivinhacao/manyplug.json @@ -1,5 +1,6 @@ { "name": "adivinhacao", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", "category": "games", "service": false, diff --git a/audio/manyplug.json b/audio/manyplug.json index 2abc89a..7478164 100644 --- a/audio/manyplug.json +++ b/audio/manyplug.json @@ -1,7 +1,8 @@ { "name": "audio", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", "category": "media", "service": false, "dependencies": {} -} \ No newline at end of file +} diff --git a/figurinha/manyplug.json b/figurinha/manyplug.json index b04b46c..0a4c4f5 100644 --- a/figurinha/manyplug.json +++ b/figurinha/manyplug.json @@ -1,9 +1,10 @@ { "name": "figurinha", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", "category": "media", "service": false, "dependencies": { "wa-sticker-formatter": "*" } -} \ No newline at end of file +} diff --git a/forca/manyplug.json b/forca/manyplug.json index 5d56beb..231266e 100644 --- a/forca/manyplug.json +++ b/forca/manyplug.json @@ -1,7 +1,8 @@ { "name": "forca", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", "category": "games", "service": false, "dependencies": {} -} \ No newline at end of file +} diff --git a/many/manyplug.json b/many/manyplug.json index 4e2f2bd..8b88e3a 100644 --- a/many/manyplug.json +++ b/many/manyplug.json @@ -1,7 +1,8 @@ { "name": "many", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", "category": "utility", "service": false, "dependencies": {} -} \ No newline at end of file +} diff --git a/obrigado/manyplug.json b/obrigado/manyplug.json new file mode 100644 index 0000000..dca138a --- /dev/null +++ b/obrigado/manyplug.json @@ -0,0 +1,8 @@ +{ + "name": "obrigado", + "author": "SyntaxError (https://git.maneos.net)", + "version": "1.0.0", + "category": "fun", + "service": false, + "dependencies": {} +} diff --git a/video/manyplug.json b/video/manyplug.json index 7bfd775..11d6b6a 100644 --- a/video/manyplug.json +++ b/video/manyplug.json @@ -1,5 +1,6 @@ { "name": "video", + "author": "SyntaxError (https://git.maneos.net)", "version": "1.0.0", "category": "media", "service": false, diff --git a/xp/index.js b/xp/index.js deleted file mode 100644 index 4d398cd..0000000 --- a/xp/index.js +++ /dev/null @@ -1,21 +0,0 @@ -/** - * Ideia: - * - * Quando esse plugin for chamado, vai salvar o id de quem mandou no banco de dados. - * Quando esse id mandar mensagem de novo, o plugin vai "se lembrar" dessa pessoa e contar xp com: - * - * - Número de mensagens a cada 30s > conta 1 ponto cada mensagem sendo de texto ou de audio. Durante o intervalo de 30s ele não conta nada. - * - Tipo da mensagem: - * - Texto/Audio: multiplicar por 1 - * - Vídeo/Foto: multiplcar por 2 - * - * - Aculma karma dependendo da mensagem. Se suas mensagens conterem palavrões frequentes ou muito spam (ex. 5 mensagens/s), seu karma diminui: - * - Karma negativo (abaixo de 0): divide pontos de xp por 2 - * - Karma baixo (10-20): multplica pontos por 1 - * - Karma médio (30-40): multiplica pontos por 2 - * - Karma alto (50-80): multiplca pontos por 3 - * - * No final de cada mês, esse plugin organiza uma lista com o ranking dos top 10 com maiores XP do mês e manda em ID (chat). - * - * Esse plugin é a base para fazer um sistema de economia daqui um tempo. -*/ \ No newline at end of file diff --git a/xp/manyplug.json b/xp/manyplug.json deleted file mode 100644 index 0eca3d7..0000000 --- a/xp/manyplug.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "xp", - "version": "0.1.0", - "category": "social", - "service": true, - "dependencies": {} -} \ No newline at end of file