Skip to content

Commit 1d0f103

Browse files
HelpChat Wikigitbook-bot
HelpChat Wiki
authored andcommitted
GitBook: [#249] No subject
1 parent 162e801 commit 1d0f103

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

SUMMARY.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
* [Welcome](README.md)
44

5+
## HelpChat Plugins
6+
7+
* [ChatChat](helpchat-plugins/chatchat/README.md)
8+
* [Commands](helpchat-plugins/chatchat/commands.md)
9+
510
## Clip's Plugins
611

712
* [AutoSell](clips-plugins/autosell/README.md)
@@ -126,7 +131,7 @@
126131
* [Gradle](piggys-barn/java/gradle/README.md)
127132
* [Argument](piggys-barn/java/gradle/argument.md)
128133
* [Tutorial](piggys-barn/java/gradle/tutorial.md)
129-
* [How to run your minecraft server\(s\) in IntelliJ](piggys-barn/java/how-to-run-your-minecraft-server-s-in-intellij.md)
134+
* [How to run your minecraft server(s) in IntelliJ](piggys-barn/java/how-to-run-your-minecraft-server-s-in-intellij.md)
130135
* [How to run your program in IntelliJ](piggys-barn/java/how-to-run-your-program-in-intellij.md)
131136
* [Hot Swapping](piggys-barn/java/hot-swapping.md)
132137
* [Cheat Sheet](piggys-barn/java/cheat-sheet.md)
@@ -137,4 +142,3 @@
137142
* [Paste](https://paste.helpch.at/)
138143
* [YAML Parser](https://yaml.helpch.at/)
139144
* [Java Docs](https://helpch.at/docs)
140-

helpchat-plugins/chatchat/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# ChatChat
2+

helpchat-plugins/chatchat/commands.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
description: List of all commands and the required permission that ChatChat has.
3+
---
4+
5+
# Commands
6+
7+
## Admin Commands
8+
9+
| Command | Permission | Description |
10+
| :--------------------------------------: | :------------------: | :--------------------------------------------------------------------------------: |
11+
| /chatchat dump \[filename] | chatchat.dump | Creates and posts a dump containing all files of the plugin or the file specified. |
12+
| /chatchat test \<format-name> \<message> | chatchat.test.format | Sends the message using the specified format. |
13+
| /chatchat reload | chatchat.admin | Reload the ChatChat configuration |
14+
15+
## Player Commands
16+
17+
| Command | Aliases | Permission | Description |
18+
| :---------------------------: | :----------------------------: | :-----------------------------: | :--------------------------------------------------------------------: |
19+
| /whisper \<player> \<message> | /tell, /w, /msg, /message, /pm | chatchat.pm | Send a private message to another user. |
20+
| /reply \<message> | /r | chatchat.pm | Send a reply to the last user that you messaged or sent you a message. |
21+
| /togglemsg | /toggledms, /togglepms | chatchat.pm.toggle | Toggle your private messages on and off. |
22+
| /ignore \<player> | - | chatchat.ignore | Ignore a user. |
23+
| /socialspy \[on/off] | /sspy, /pmspy, /spy | chatchat.socialspy | Turn your own social spy on or off. |
24+
| /togglemention personal | /toggleping personal | chatchat.mention.personal.block | Toggle if you receive personal mentions or not. |
25+
| /togglemention channel | /toggleping channel | chatchat.mention.channel.block | Toggle if you receive channel mentions or not. |
26+

0 commit comments

Comments
 (0)