Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| 2.3 b351 release | 167.99 KB | Sep 9, 2013 | CB 1.6.2-R0.1 | 3,651 | Download |
| 2.2.3 b333 release | 167.74 KB | Apr 6, 2013 | CB 1.5.1-R0.1 | 1,575 | Download |
| 2.2.1 b311 release | 177.27 KB | Nov 7, 2012 | CB 1.4.2-R0.2 | 1,746 | Download |
| 2.2 b306 release | 158.18 KB | Oct 20, 2012 | CB 1.3.2-R2.0 | 736 | Download |
| 2.1.1 b252 release | 164.49 KB | Aug 7, 2012 | CB 1.3.1-R1.0 | 1,330 | Download |
| 2.1 b244 release | 148.84 KB | Jul 9, 2012 | CB 1.2.5-R4.0 | 596 | Download |
| 2.1 b239 release | 163.47 KB | Jun 30, 2012 | CB 1.2.5-R4.0 | 501 | Download |
| 2.1 b230 release | 140.97 KB | Jun 20, 2012 | CB 1.2.5-R4.0 | 483 | Download |
| 2.0 b220 RC1 release | 135.37 KB | May 13, 2012 | CB 1.2.5-R1.0 | 625 | Download |
| 1.1.0 b101 release | 91.30 KB | Dec 20, 2011 | 1.0.0 | 1,482 | Download |
| 1.1.0 b90 release | 90.62 KB | Dec 15, 2011 | 1.0.0 | 412 | Download |
| 1.1.0 b88 release | 90.82 KB | Dec 13, 2011 | 1.0.0 | 383 | Download |
| 1.0.9 b39 release | 85.85 KB | Sep 25, 2011 | CB 1185 | 683 | Download |
| 1.0.8 b37 release | 85.60 KB | Sep 23, 2011 | CB 1185 | 335 | Download |
| 1.0.7 b36 release | 85.47 KB | Sep 18, 2011 | CB 1185 | 291 | Download |
| v1.0.5 b34 release | 84.34 KB | Sep 12, 2011 | CB 1060 | 233 | Download |
| v1.0.4 b30 release | 84.32 KB | Sep 2, 2011 | CB 1060 | 238 | Download |
| 1.1.0 b70 beta | 88.76 KB | Dec 10, 2011 | CB 1.0.1-R1 | 286 | Download |
| 1.0.10 b52 beta | 86.00 KB | Nov 28, 2011 | CB 1337 | 390 | Download |
| v1.0.3 b26 beta | 86.44 KB | Sep 1, 2011 | CB 1060 | 223 | Download |
| v1.0.3 b24 beta | 85.50 KB | Aug 31, 2011 | CB 1060 | 218 | Download |
| v1.0.3 b23 [CB1060] beta | 84.99 KB | Aug 31, 2011 | - | 178 | Download |
| v1.0.3 b22 [CB1060] beta | 85.09 KB | Aug 31, 2011 | - | 166 | Download |
| v1.0.2 [CB1060] beta | 79.06 KB | Aug 30, 2011 | - | 174 | Download |
Screenshots
Description
Notice! I am currently very busy with both work and school. Please refrain from feature requests and only post bug reports, as I am unable to do extra work at this time.
ChatSuite provides an advanced Chat Management interface for servers, with channel and multi-world support. IRC support is planned for the future. A comprehensive command structure is provided, which you can access by typing /chatsuite ? or /cs help.
Table of Contents
- Github Wiki
- Default config.yml – Examination – Layout
- Examples
- Source
- Jenkins
5.1. Use of the plugin builds from Jenkins is unofficial, unsupported and unapproved by BukkitDev Staff!
Features
- Channels, and permissions support for the creation thereof. (Node: chatsuite.create)
- A powerful localization file, to control the messages that users receive when requesting help. (chatsuite.help)
- Whispering and AFK systems (chatsuite.whisper and chatsuite.afk)
- … and more!
Information
I am currently working on documentation, which can be found at my github wiki.
Commands
The following is a very brief overview of the commands available via this plugin, many of which can be changed.
note: CommandBook's CraftScripts registers the command /cs, which will supercede this plugin's /cs (which is only an alias).
note 2: ChatSuite v2.0 (currently in progress) will have a completely redesigned command system. /cs will be used minimally, in favor of more relevant command names (/join, /part, etc) for the plugin.
- /chat ? (chatsuite.help)
- /chat [page] – Show paged help. The command pages have additional information.
- /chat afk ? – Will show command usage and syntax for the afk command. (chatsuite.afk)
- * /chat afk "[message here]"
- /chat whisper ? – Will show command usage and syntax for whispers. (chatsuite.whisper)
- * /w [player] "[message here]"
- /chat nick [nick] / /chat nick [player] [nick] (chatsuite.nick)
- * /nick – Reset your nickname.
- * /nick [new nick] – Change your nickname.
- * /nick [player] [new nick] – Change another player's nickname. (requires chatsuite.nick.other)
- * /nick [player] –reset – Resets the specified player's nickname. (requires chatsuite.nick.other)
- /chat target [target] (chatsuite.target)
- * /target c:[channel] – Sets your target to the specified channel. Can also be used without the c: prefix.
- * /target p:[player] – Sets your target to the specified player. Similar to whispering. Can be used without the p: prefix.
- /chat 4 / /chat 5 – Will show command usage and syntax for channel-based commands. (various)
- * /create [channel] (chatsuite.channel.create) (/ch create [channel] [type])
- * /join [channel] (chatsuite.channel.join) (/ch join [channel])
- * /part [channel] (chatsuite.channel.leave) (/ch part [channel])
- * /invite [player] [channel] (chatsuite.channel.invite) (/ch invite [player] [channel])
- * /msg [channel] "[message here]" (chatsuite.channel.message) (/ch msg [channel] "[message here]")
- * /ch list [-all] (chatsuite.channel.list / chatsuite.channel.list.all)
- * /ch set ? / /ch set [channel] option [value] (chatsuite.channel.set)
- * * basic options
- * * /ch set [channel] color [color]
- * * /ch set [channel] permanent [boolean]
- * * /ch set [channel] owner [player]
- * * /ch set [channel] public [boolean]
- * * irc options
- * * /ch set [channel] network [irc network]
- * * /ch set [channel] channel [irc channel]
- * * /ch set [channel] enabled [boolean]
- * * /ch set [channel] key [irc channel password]
- /cs reload – Will reload ChatSuite. (chatsuite.reload)
- /cs debug – Will toggle debug mode in the server log (chatsuite.debug)
- /cs version – Will print ChatSuite's current version and build number. (chatsuite.version)
Get 0.05 TON 💎
Download
Add a comment