Guest User

ChatMaster2 Config

a guest
May 26th, 2018
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ChatMasterConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <LocalChatMaxDistance>35</LocalChatMaxDistance>
  4.   <EnableRichSupport>true</EnableRichSupport>
  5.   <RichPermission>chat.rich</RichPermission>
  6.   <MOTD>
  7.     <ChatFormat>
  8.       <IconUrl>http://www.iconninja.com/files/569/708/863/hi-sketched-logo-outline-icon.png</IconUrl>
  9.       <Format>{color=red}{b}Welcome {i}{player}{/i} to {server}!{/b}{/color}</Format>
  10.     </ChatFormat>
  11.     <ChatFormat>
  12.       <Format>{color=blue}We hope you enjoy your stay!{/color}</Format>
  13.     </ChatFormat>
  14.   </MOTD>
  15.   <PlayerFormats>
  16.     <PlayerFormat>
  17.       <PlayerId>76561198024289165</PlayerId>
  18.       <Format>
  19.         <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
  20.         <Format>[{color=red}{b}PLUGIN JESUS{/b}{/color}] {size=24}{b}{i}{color=green}{charactername}{/color}{/i}{/b}{/size}: {color=white}{message}{/color}</Format>
  21.       </Format>
  22.     </PlayerFormat>
  23.   </PlayerFormats>
  24.   <UnturnedGroupFormats>
  25.     <UnturnedGroupFormat>
  26.       <GroupId>103582791457933883</GroupId>
  27.       <Format>
  28.         <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
  29.         <Format>[{color=blue}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=blue}{charactername}{/color}{/i}{/b}: {color=white}{message}{/color}</Format>
  30.       </Format>
  31.     </UnturnedGroupFormat>
  32.   </UnturnedGroupFormats>
  33.   <PermissionFormats>
  34.     <PermissionFormat>
  35.       <Permission>chat.formats.admin</Permission>
  36.       <Format>
  37.         <Format>[{color=red}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=red}{charactername}{/color}{/i}{/b}: {color=#EA4F19}{message}{/color}</Format>
  38.       </Format>
  39.     </PermissionFormat>
  40.     <PermissionFormat>
  41.       <Permission>chat.formats.vip</Permission>
  42.       <Format>
  43.         <Format>[{color=yellow}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=#FFE46C}{charactername}{/color}{/i}{/b}: {color=white}{message}{/color}</Format>
  44.       </Format>
  45.     </PermissionFormat>
  46.   </PermissionFormats>
  47.   <DefaultChatFormat>
  48.     <Format>[{color=grey}{permissiongroups}{/color}] {b}{charactername}{/b}: {color=white}{message}{/color}</Format>
  49.   </DefaultChatFormat>
  50.   <RestrictGlobalChat>false</RestrictGlobalChat>
  51.   <GlobalChatPermission>chat.global</GlobalChatPermission>
  52.   <GlobalChatMaxLetters>127</GlobalChatMaxLetters>
  53.   <RestrictGlobalChatToRegion>false</RestrictGlobalChatToRegion>
  54.   <GlobalChatRegion>myglobalchatregion</GlobalChatRegion>
  55.   <RestrictLocalChat>false</RestrictLocalChat>
  56.   <LocalChatPermission>chat.local</LocalChatPermission>
  57.   <LocalChatMaxLetters>127</LocalChatMaxLetters>
  58.   <RestrictLocalChatToRegion>false</RestrictLocalChatToRegion>
  59.   <LocalChatRegion>mylocalchatregion</LocalChatRegion>
  60.   <RestrictGroupChat>false</RestrictGroupChat>
  61.   <GroupChatPermission>chat.group</GroupChatPermission>
  62.   <GroupChatMaxLetters>127</GroupChatMaxLetters>
  63.   <RestrictGroupChatToRegion>false</RestrictGroupChatToRegion>
  64.   <GroupChatRegion>mygroupchatregion</GroupChatRegion>
  65. </ChatMasterConfig>
Add Comment
Please, Sign In to add comment