Skip to content

Commit bcbb368

Browse files
committed
Update add-ons list
1 parent 2c3ef6d commit bcbb368

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

add-ons/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Index:
99
- [Automated promotion to voice](#automated-promotion-to-voice)
1010
- [Automated response add-on](#automated-response-add-on)
1111
- [Battle spectate add-on](#battle-spectate-add-on)
12+
- [Commands guide add-on](#commands-guide-add-on)
1213
- [HashPoke command exceptions](#hashpoke-command-exceptions)
1314
- [Pastebin add-on](#pastebin-add-on)
1415
- [YouTube link recognition add-on](#youtube-link-recognition-add-on)
@@ -44,6 +45,25 @@ You can optionally change the value of `Promotion_Command`, in order to change t
4445
- `SPECTATE_TOURNAMENT_BATTLES`: True to spectate tournament battles
4546
- `SPECTATE_SERVER_BATTLES`: True to spectate server battles announced in the `Lobby` room.
4647

48+
## Commands guide add-on
49+
50+
**Description**: This add-on turns the `.help` command into an interactive guide, making used of the `/sendhtmlpage` server command. The guide is divided in sections and the sections in pages. You can download the official guide from the Wiki (default), or configure your own guide via the control panel (new section: `Commands Guide`).
51+
52+
**Add-on files**:
53+
54+
- English version: [commands-guide](./commands-guide.js)
55+
- Spanish version: [commands-guide-es](./commands-guide-es.js)
56+
57+
**Restrictions**:
58+
59+
- The bot requires the rank of **global bot** in order to be able to use the `/sendhtmlpage` server command.
60+
- The bot must be present in the `Lobby` room of the server.
61+
- Showdown-ChatBot version must be equal or greater than `2.16.1`.
62+
63+
**Configuration**: You can configure the commands guide by accessing the `Commands Guide` section of the control panel.
64+
65+
Also, you can change the `MAX_COMMANDS_PER_PAGE` constant in order to change the number of commands per page.
66+
4767
## HashPoke command exceptions
4868

4969
**Description**: This add-on adds a control panel section, named `HashPoke`, that allows you to configure exceptions for the `hashpoke` command. That way, you can set the resulting pokemon for certain usernames.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "showdown-chatbot",
3-
"version": "2.16.0",
3+
"version": "2.16.2",
44
"author": {
55
"name": "Agustin San Roman",
66
"email": "agustinsanromanguzman@gmail.com",

0 commit comments

Comments
 (0)