Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <ChatMasterConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <EnableRichSupport>true</EnableRichSupport>
- <ChatCooldownSeconds>0.75</ChatCooldownSeconds>
- <AnnounceMutes>true</AnnounceMutes>
- <MOTD>
- <ChatFormat>
- <IconUrl>http://www.iconninja.com/files/569/708/863/hi-sketched-logo-outline-icon.png</IconUrl>
- <Format>{color=red}{b}Welcome {i}{player}{/i} to {server}!{/b}{/color}</Format>
- </ChatFormat>
- <ChatFormat>
- <Format>{color=blue}We hope you enjoy your stay!{/color}</Format>
- </ChatFormat>
- </MOTD>
- <DefaultChatFormat>
- <Format>[{color=grey}{permissiongroups}{/color}] {b}{charactername}{/b}: {color=white}{message}{/color}</Format>
- </DefaultChatFormat>
- <GlobalChatSettings>
- <RestrictToPermission>false</RestrictToPermission>
- <Permission>chat.global</Permission>
- <MaxLetters>127</MaxLetters>
- <RestrictToRegion>false</RestrictToRegion>
- <ChatRegion>myglobalchatregion</ChatRegion>
- <CustomChannelName>Global</CustomChannelName>
- <MaxDistance>0</MaxDistance>
- </GlobalChatSettings>
- <GroupChatSettings>
- <RestrictToPermission>false</RestrictToPermission>
- <Permission>chat.group</Permission>
- <MaxLetters>127</MaxLetters>
- <RestrictToRegion>false</RestrictToRegion>
- <ChatRegion>mygroupchatregion</ChatRegion>
- <CustomChannelName>Group</CustomChannelName>
- <MaxDistance>0</MaxDistance>
- </GroupChatSettings>
- <LocalChatSettings>
- <RestrictToPermission>false</RestrictToPermission>
- <Permission>chat.local</Permission>
- <MaxLetters>127</MaxLetters>
- <RestrictToRegion>false</RestrictToRegion>
- <ChatRegion>mylocalchatregion</ChatRegion>
- <CustomChannelName>Local</CustomChannelName>
- <MaxDistance>35</MaxDistance>
- </LocalChatSettings>
- <PlayerFormats>
- <PlayerChatFormat>
- <PlayerId>76561198024289165</PlayerId>
- <Format>
- <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
- <Format>[{channel}][{color=red}{b}PLUGIN JESUS{/b}{/color}] {size=24}{b}{i}{color=green}{charactername}{/color}{/i}{/b}{/size}: {color=white}{message}{/color}</Format>
- </Format>
- </PlayerChatFormat>
- </PlayerFormats>
- <UnturnedGroupFormats>
- <GroupChatFormat>
- <GroupId>103582791457933883</GroupId>
- <Format>
- <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
- <Format>[{channel}][{color=blue}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=blue}{charactername}{/color}{/i}{/b}: {color=white}{message}{/color}</Format>
- </Format>
- </GroupChatFormat>
- </UnturnedGroupFormats>
- <PermissionFormats>
- <PermissionChatFormat>
- <Permission>chat.formats.admin</Permission>
- <Format>
- <Format>[{channel}] [{color=red}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=red}{charactername}{/color}{/i}{/b}: {color=#EA4F19}{message}{/color}</Format>
- </Format>
- </PermissionChatFormat>
- <PermissionChatFormat>
- <Permission>chat.formats.vip</Permission>
- <Format>
- <Format>[{channel}] [{color=yellow}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=#FFE46C}{charactername}{/color}{/i}{/b}: {color=white}{message}{/color}</Format>
- </Format>
- </PermissionChatFormat>
- </PermissionFormats>
- <CustomChannels>
- <CustomChatChannel>
- <Name>PoliceChat</Name>
- <Command>pc</Command>
- <Permission>chat.channels.police</Permission>
- <ChatFormat>
- <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
- <Format>[POLICE][{color=red}{b}{player}{/b}{/color}] {size=24}{b}{i}{color=green}{charactername}{/color}{/i}{/b}{/size}: {color=white}{message}{/color}</Format>
- </ChatFormat>
- </CustomChatChannel>
- </CustomChannels>
- </ChatMasterConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement