auto-champion-select-fork 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.br.md +44 -0
- package/README.md +44 -0
- package/package.json +35 -0
package/README.br.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# `🐧` Auto Champion Select <br>
|
|
4
|
+
|
|
5
|
+
[](https://wakatime.com/89c5e1c8-9e67-43ef-bd0e-3ff9a4fde5e2)
|
|
6
|
+
[](https://discordapp.com/users/854886148455399436) <br>
|
|
7
|
+

|
|
8
|
+
[](README.md)
|
|
9
|
+
[](README.br.md)
|
|
10
|
+
|
|
11
|
+
Aceite a fila, selecione e bana os campeões automaticamente. <br>
|
|
12
|
+
Esse é o meu primeiro projeto utilizando JavaScript :)
|
|
13
|
+
|
|
14
|
+
<img src="https://i.imgur.com/Ovy1gGw.png" width="700" alt="Plugin preview">
|
|
15
|
+
|
|
16
|
+
</div>
|
|
17
|
+
<br>
|
|
18
|
+
|
|
19
|
+
## 📍 Novidades
|
|
20
|
+
|
|
21
|
+
- Accept: aceita, automaticamente, as partidas
|
|
22
|
+
- CommandBar: use `CTRL + K` para desligar/ligar o auto pick/ban
|
|
23
|
+
|
|
24
|
+
## Dependências
|
|
25
|
+
|
|
26
|
+
[Pengu Loader 1.0.5](https://github.com/PenguLoader/PenguLoader) (ou qualquer versão superior) <br>
|
|
27
|
+
[controladoUtils.js](https://github.com/controlado/pengu-plugins/blob/master/_controladoUtils.js) (incluso automaticamente)
|
|
28
|
+
|
|
29
|
+
## Instalação
|
|
30
|
+
|
|
31
|
+
1. Baixe os arquivos através das releases [download direto](https://github.com/controlado/auto-champion-select/releases/latest/download/auto-champion-select.zip)
|
|
32
|
+
2. Extraia os arquivos para a pasta de plugins
|
|
33
|
+
|
|
34
|
+
A estrutura deve ser algo parecido com isso:
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
📂 Pengu Loader
|
|
38
|
+
└── 📂 plugins
|
|
39
|
+
├── 📂 @default
|
|
40
|
+
└── 📂 auto-champion-select
|
|
41
|
+
├── 📃 README.md
|
|
42
|
+
├── 📃 README.br.md
|
|
43
|
+
└── 📀 index.js
|
|
44
|
+
```
|
package/README.md
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# `🐧` Auto Champion Select <br>
|
|
4
|
+
|
|
5
|
+
[](https://wakatime.com/89c5e1c8-9e67-43ef-bd0e-3ff9a4fde5e2)
|
|
6
|
+
[](https://discordapp.com/users/854886148455399436) <br>
|
|
7
|
+

|
|
8
|
+
[](README.md)
|
|
9
|
+
[](README.br.md)
|
|
10
|
+
|
|
11
|
+
Accept queue, pick and ban champions automatically. <br>
|
|
12
|
+
This is my first project using JavaScript :)
|
|
13
|
+
|
|
14
|
+
<img src="https://i.imgur.com/Ovy1gGw.png" width="700" alt="Plugin preview">
|
|
15
|
+
|
|
16
|
+
</div>
|
|
17
|
+
<br>
|
|
18
|
+
|
|
19
|
+
## 📍 What's new
|
|
20
|
+
|
|
21
|
+
- Accept: automatically accepts matches (ready check)
|
|
22
|
+
- CommandBar: use `CTRL + K` to turn auto pick/ban off/on
|
|
23
|
+
|
|
24
|
+
## Dependencies
|
|
25
|
+
|
|
26
|
+
[Pengu Loader 1.0.5](https://github.com/PenguLoader/PenguLoader) (or any higher version) <br>
|
|
27
|
+
[controladoUtils.js](https://github.com/controlado/pengu-plugins) (automatically included)
|
|
28
|
+
|
|
29
|
+
## Installation
|
|
30
|
+
|
|
31
|
+
1. Download the files via the releases [direct download](https://github.com/controlado/auto-champion-select/releases/latest/download/auto-champion-select.zip)
|
|
32
|
+
2. Extract the files to the plugins folder
|
|
33
|
+
|
|
34
|
+
The structure should look something like this:
|
|
35
|
+
|
|
36
|
+
```
|
|
37
|
+
📂 Pengu Loader
|
|
38
|
+
└── 📂 plugins
|
|
39
|
+
├── 📂 @default
|
|
40
|
+
└── 📂 auto-champion-select
|
|
41
|
+
├── 📃 README.md
|
|
42
|
+
├── 📃 README.br.md
|
|
43
|
+
└── 📀 index.js
|
|
44
|
+
```
|
package/package.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "auto-champion-select-fork",
|
|
3
|
+
"version": "1.3.4",
|
|
4
|
+
"description": "Pick or ban automatically! 🐧",
|
|
5
|
+
"author": "balaclava",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/klwnny/auto-champion-select.git"
|
|
9
|
+
},
|
|
10
|
+
"license": "GPL-3.0-or-later",
|
|
11
|
+
"main": "./dist/index.js",
|
|
12
|
+
"files": [
|
|
13
|
+
"dist"
|
|
14
|
+
],
|
|
15
|
+
"keywords": [
|
|
16
|
+
"pengu-loader",
|
|
17
|
+
"league-client",
|
|
18
|
+
"league-of-legends",
|
|
19
|
+
"plugins",
|
|
20
|
+
"balaclava",
|
|
21
|
+
"controlado"
|
|
22
|
+
],
|
|
23
|
+
"scripts": {
|
|
24
|
+
"build": "vite build",
|
|
25
|
+
"watch": "vite build --watch --outDir ."
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/controlado/auto-champion-select/issues"
|
|
29
|
+
},
|
|
30
|
+
"homepage": "https://github.com/controlado/auto-champion-select#readme",
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"vite": "^4.4.6",
|
|
33
|
+
"vite-plugin-css-injected-by-js": "^3.2.1"
|
|
34
|
+
}
|
|
35
|
+
}
|