autochampselect
v3.2.7
Published
Auto accept, pick, and ban plugin runtime for Pengu Loader
Downloads
1,426
Readme
autochampselect
Auto accept, pick, and ban plugin for Pengu Loader.
Install
Create this file in your Pengu plugins directory:
plugins/
autochampselect/
index.jsPaste this into index.js:
export { init, load } from "https://cdn.jsdelivr.net/npm/autochampselect/dist/index.js";Then reload the League client.
Update
The jsDelivr URL follows the latest published package automatically.
Development
The npm package is built from src/ and published from dist/index.js.
npm install
npm run build