Skip to content

Latest commit

 

History

History
68 lines (60 loc) · 2.88 KB

File metadata and controls

68 lines (60 loc) · 2.88 KB

Installation

Put this module in the mods folder. If the Core is installed, it will be loaded.

Configuration

The configuration file for this can be found in ./ForgeEssentials/Chat/config.cfg
For the chat formatting, codes are provided in the config file.

Group chat prefixes and suffixes

The group prefixes and suffixes however are slightly different than standard chat formatting. They require special codes in the format {ladderName<:>zoneName}. Because a player can be in multiple zones, at multiple times, this kind of format is used so that an Admin may retain the prefixes of his Admin group in the GLOBAL zone while still having fun in the server Arena zone as one in the Contender group. Don't forget that if you don't have many groups, you can still use {...<:>...} to display groups from any ladder (first "..."), and any zone (second "...").

Censoring

The chat configuration file contains a list of banned words. You can add and remove these words from that list to control what will be censored and what will not be censored in the chat windows. Censoring can also be removed entirely by setting the censor property to false.

Commands

Command Usage Aliases Permission Node Description
/msg [player|server] [message] /tell
/whisper
ForgeEssentials.Chat.commands.msg Sends a message directly to a player.
Sends a private message.
/r ForgeEssentials.Chat.commands.r Replies to a PM (/msg)
/nickname [nick|del]
/nickname [username] [nick|del]
/nick ForgeEssentials.Chat.commands.nickname
ForgeEssentials.Chat.commands.nickname.others
changes the players nickname
/mute [player] ForgeEssentials.Chat.commands.mute mutes a player
/unmute [player] ForgeEssentials.Chat.commands.unmute unmutes a player

Other Permissions

ForgeEssentials.chat.usecolor Controls if a & format tags will be replaced when the player chats.

IRC Integration

The chat module now contains integrated support for IRC courtesy of luacs1998. If you know what IRC is... then this feature is largely self-explanatory. Settings for IRC may be found in the chat config.

Other Info

Us ForgeEssentials devs plan on allowing some awesome things in forge. We plan on having IRC integration as well as We plan on an IRC channel system. Not to to mention ranged chat.