You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ChatCoPlus is a fork of the famous chat plugin ChatCo created by [jj20051](https://github.com/WiredTombstone), who is the founder and current owner of 9b9t.
11
+
ChatCoPlus is a rebuild of the famous chat plugin ChatCo created by [jj20051](https://github.com/WiredTombstone), who is
12
+
the founder and current owner of 9b9t.
10
13
11
-
**ChatCoPlus has the following features:**
14
+
### Features
12
15
13
16
- Players can customize their chat message using various prefixes. As an example putting an '>' before a chat message
14
17
will turn the text green (green-text). (Note: Does not change the color of player names).
@@ -18,74 +21,69 @@ ChatCoPlus is a fork of the famous chat plugin ChatCo created by [jj20051](https
18
21
- Allows for a customizable spoiler text system (who wants to ruin the walking dead for everyone?).
19
22
- Players can toggle chat on/off.
20
23
- Full permission support so that you can limit who has access to what colors / features.
21
-
- Allows the administrator to log whispers between players. (Could be against local law.)
24
+
- Allows the administrator to log whispers between players. (This might be against local law.)
22
25
23
-
**Popular servers known or thought to be running this plugin:**
26
+
### Popular servers running this plugin
24
27
28
+
- 0b0t.org
29
+
- 2b2t.net
25
30
- 9b9t.com
26
31
- Anarchy.pw
27
-
- 2b2t.net
28
-
- 0b0t.org
29
32
30
-
**ADMINISTRATIVE COMMANDS (only console input is accepted):**
33
+
### Administrative commands
31
34
32
-
Every single admin command goes by the format "/chatco {component} {e|d}" where 'e' enables and 'd' disables, e.g. typing "/chatco
33
-
whisperlog e" in the console will enable whisper logging. You will have to reload the plugin in order to make most of the
35
+
Every single admin command goes by the format "/chatco {component} {e|d}" where 'e' enables and 'd' disables, e.g.
36
+
typing "/chatco
37
+
whisperlog e" in the console will enable whisper logging. You will have to reload the plugin in order to make most of
38
+
the
34
39
changes take effect.
35
40
36
-
**Components:**
41
+
### Components
37
42
38
43
-**spoilers** - enables or disables spoilers, is **disabled** by default.
39
44
-**whispers** - enables or disables whisper changes, is **enabled** by default.
40
45
-**newcommands** - enables or disables new whisper commands, is **enabled** by default.
41
-
-**whisperlog** - enables or disables whisper logging (whisper logs are saved in /ChatCo/whisperlog.txt), is **disabled**
46
+
-**whisperlog** - enables or disables whisper logging (whisper logs are saved in /ChatCo/whisperlog.txt), is **
47
+
disabled**
42
48
by default.)
43
49
44
-
**Player Commands:**
50
+
### Player Commands
45
51
46
52
-**/ignore {player}** - ignores or un-ignores the player.
47
53
-**/ignorelist** - prints all ignored players.
48
54
-**/unignoreall** - clears ignore list
49
55
-**/togglechat** - disables regular chatting for the player - NOT PERSISTENT.
50
56
-**/toggletells** - disables tells for the player - NOT PERSISTENT,
51
57
52
-
**Whisper Related Player Commands:**
58
+
### Whisper Related Player Commands
53
59
54
60
-**/r** and **/reply** - replies to the last person who sent you a whisper this session.
55
61
-**/l** and **/last** - replies to the last person you sent a whisper to
56
62
57
-
**Config**\
58
-
Color codes and prefixes can be disabled by replacing the contents of "" with "!#" e.g. Green: "!#".\
59
-
Usage of color codes and prefixes can be restricted by using permissions.\
63
+
### Config
64
+
65
+
Color codes and prefixes can be disabled by replacing the contents with NULL e.g. GREEN: NULL.
66
+
Usage of color codes and prefixes can be restricted by using permissions.
60
67
You can customize the appearance of whispers.
61
68
62
-
**Examples:**
69
+
### Examples
63
70
64
71
- Turn chat off/on with /togglechat.
65
72
- Write > at the start of a message for green-text.
66
73
- Write [SPOILER]text[/SPOILER] to make a spoiler.
67
74
- Write /show spoiler [1-5] to view spoilers.
68
75
69
-
**Planned Features:**
76
+
### Planned Features
70
77
71
-
- Use UUIDs for ignore lists (and convert old ones)
0 commit comments