Advertisement
blazethrower320

Untitled

Mar 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 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. <EnableRichSupport>true</EnableRichSupport>
  4. <ChatCooldownSeconds>0.75</ChatCooldownSeconds>
  5. <AnnounceMutes>true</AnnounceMutes>
  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. <DefaultChatFormat>
  16. <Format>[{color=grey}{permissiongroups}{/color}] {b}{charactername}{/b}: {color=white}{message}{/color}</Format>
  17. </DefaultChatFormat>
  18. <GlobalChatSettings>
  19. <RestrictToPermission>false</RestrictToPermission>
  20. <Permission>chat.global</Permission>
  21. <MaxLetters>127</MaxLetters>
  22. <RestrictToRegion>false</RestrictToRegion>
  23. <ChatRegion>myglobalchatregion</ChatRegion>
  24. <CustomChannelName>Global</CustomChannelName>
  25. <MaxDistance>0</MaxDistance>
  26. </GlobalChatSettings>
  27. <GroupChatSettings>
  28. <RestrictToPermission>false</RestrictToPermission>
  29. <Permission>chat.group</Permission>
  30. <MaxLetters>127</MaxLetters>
  31. <RestrictToRegion>false</RestrictToRegion>
  32. <ChatRegion>mygroupchatregion</ChatRegion>
  33. <CustomChannelName>Group</CustomChannelName>
  34. <MaxDistance>0</MaxDistance>
  35. </GroupChatSettings>
  36. <LocalChatSettings>
  37. <RestrictToPermission>false</RestrictToPermission>
  38. <Permission>chat.local</Permission>
  39. <MaxLetters>127</MaxLetters>
  40. <RestrictToRegion>false</RestrictToRegion>
  41. <ChatRegion>mylocalchatregion</ChatRegion>
  42. <CustomChannelName>Local</CustomChannelName>
  43. <MaxDistance>35</MaxDistance>
  44. </LocalChatSettings>
  45. <PlayerFormats>
  46. <PlayerChatFormat>
  47. <PlayerId>76561198024289165</PlayerId>
  48. <Format>
  49. <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
  50. <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>
  51. </Format>
  52. </PlayerChatFormat>
  53. </PlayerFormats>
  54. <UnturnedGroupFormats>
  55. <GroupChatFormat>
  56. <GroupId>103582791457933883</GroupId>
  57. <Format>
  58. <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
  59. <Format>[{channel}][{color=blue}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=blue}{charactername}{/color}{/i}{/b}: {color=white}{message}{/color}</Format>
  60. </Format>
  61. </GroupChatFormat>
  62. </UnturnedGroupFormats>
  63. <PermissionFormats>
  64. <PermissionChatFormat>
  65. <Permission>chat.formats.admin</Permission>
  66. <Format>
  67. <Format>[{channel}] [{color=red}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=red}{charactername}{/color}{/i}{/b}: {color=#EA4F19}{message}{/color}</Format>
  68. </Format>
  69. </PermissionChatFormat>
  70. <PermissionChatFormat>
  71. <Permission>chat.formats.vip</Permission>
  72. <Format>
  73. <Format>[{channel}] [{color=yellow}{b}{permissiongroups}{/b}{/color}] {b}{i}{color=#FFE46C}{charactername}{/color}{/i}{/b}: {color=white}{message}{/color}</Format>
  74. </Format>
  75. </PermissionChatFormat>
  76. </PermissionFormats>
  77. <CustomChannels>
  78. <CustomChatChannel>
  79. <Name>PoliceChat</Name>
  80. <Command>pc</Command>
  81. <Permission>chat.channels.police</Permission>
  82. <ChatFormat>
  83. <IconUrl>http://static.imperialplugins.com/logo_short.png</IconUrl>
  84. <Format>[POLICE][{color=red}{b}{player}{/b}{/color}] {size=24}{b}{i}{color=green}{charactername}{/color}{/i}{/b}{/size}: {color=white}{message}{/color}</Format>
  85. </ChatFormat>
  86. </CustomChatChannel>
  87. </CustomChannels>
  88. </ChatMasterConfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement