
mmoChat provides simple channel handling for players. Channels are controlled via filters - this means that you can easily create new channel types by combining filters such as Local + Party etc.
The mmoMinecraft suite is a collection of plugins that together attempt to create a more mmorpg-like experience in Minecraft.
#mmoChat Configuration default: channel: Chat # The default channel for people to speak in colour: false # Should it allow colour codes in messages format: "[%1$s] %2$s: %4$s" # Channel format string (optional, see below) formatme: "[%1$s] * %2$s %4$s" # Channel /me format string (optional) channel: Shout: # The channel name alias: # A list of aliases to use for this channel - Sh - Sho - Shou filters: # A list of filters to use (see below) - Yell - Range 200 command: true # Does this have a custom /Shout command enabled: true # Is this channel enabled log: true # Does this log to the console format: "[%1$s] %2$s: %4$s" # Channel format string (optional) formatme: "[%1$s] * %2$s %4$s" # Channel /me format string (optional)