Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. {
  2. "AntiSpam": {
  3. "Enabled": false,
  4. "MaxCharacters": 85
  5. },
  6. "owner": {
  7. "ConsoleFormatting": "{Title} {Name}: {Message}",
  8. "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
  9. "NameColor": "blue",
  10. "Permission": "color_owner",
  11. "Rank": 4,
  12. "TextColor": "white",
  13. "Title": "[Owner]",
  14. "TitleColor": "Purple"
  15. },
  16. "Admin": {
  17. "ConsoleFormatting": "{Title} {Name}: {Message}",
  18. "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
  19. "NameColor": "Aqua",
  20. "Permission": "color_player",
  21. "Rank": 3,
  22. "TextColor": "white",
  23. "Title": "[Admin]",
  24. "TitleColor": "red"
  25. },
  26. "mod": {
  27. "ConsoleFormatting": "{Title} {Name}: {Message}",
  28. "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
  29. "NameColor": "Aqua",
  30. "Permission": "color_mod",
  31. "Rank": 2,
  32. "TextColor": "white",
  33. "Title": "[Mod]",
  34. "TitleColor": "yellow"
  35. },
  36. "vip": {
  37. "ConsoleFormatting": "{Title} {Name}: {Message}",
  38. "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
  39. "NameColor": "aqua",
  40. "Permission": "color_vip",
  41. "Rank": 1,
  42. "TextColor": "white",
  43. "Title": "[V.I.P.]",
  44. "TitleColor": "orange"
  45. },
  46. " ": {
  47. "ConsoleFormatting": "{Title} {Name}: {Message}",
  48. "Formatting": "{Title} {Name}<color={TextColor}>:</color> {Message}",
  49. "NameColor": "blue",
  50. "Permission": "color_player",
  51. "Rank": 0,
  52. "TextColor": "white",
  53. "Title": " ",
  54. "TitleColor": "blue"
  55. },
  56. "WordFilter": {
  57. "CustomReplacement": "Unicorn",
  58. "Enabled": false,
  59. "FilterList": [
  60. "fuck",
  61. "bitch",
  62. "faggot"
  63. ],
  64. "UseCustomReplacement": false
  65. }
  66.  
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement