Advertisement
Guest User

Untitled

a guest
Mar 12th, 2011
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. {
  2. "colorMember": "GREEN",
  3. "colorAlly": "LIGHT_PURPLE",
  4. "colorNeutral": "WHITE",
  5. "colorEnemy": "RED",
  6. "colorSystem": "YELLOW",
  7. "colorChrome": "GOLD",
  8. "colorCommand": "AQUA",
  9. "colorParameter": "DARK_AQUA",
  10. "logThreshold": 10,
  11. "powerPlayerMax": 10.0,
  12. "powerPlayerMin": -10.0,
  13. "powerPerMinute": 0.2,
  14. "powerPerDeath": 2.0,
  15. "prefixAdmin": "**",
  16. "prefixMod": "*",
  17. "factionTagLengthMin": 3,
  18. "factionTagLengthMax": 10,
  19. "factionTagForceUpperCase": false,
  20. "chatTagEnabled": true,
  21. "chatTagRelationColored": true,
  22. "chatTagInsertIndex": 1,
  23. "chatTagFormat": "%s§f ",
  24. "factionChatFormat": "%s§f %s",
  25. "mapHeight": 8,
  26. "mapWidth": 49,
  27. "territoryShieldFactor": 0.5,
  28. "territoryProtectedMaterials": [
  29. "DISPENSER",
  30. ],
  31. "aliasBase": [
  32. "/f",
  33. "f"
  34. ],
  35. "aliasHelp": [
  36. "help",
  37. "h",
  38. "?"
  39. ],
  40. "aliasList": [
  41. "list",
  42. "ls"
  43. ],
  44. "aliasShow": [
  45. "show",
  46. "who"
  47. ],
  48. "aliasMap": [
  49. "map"
  50. ],
  51. "aliasJoin": [
  52. "join"
  53. ],
  54. "aliasLeave": [
  55. "leave"
  56. ],
  57. "aliasCreate": [
  58. "create",
  59. "new"
  60. ],
  61. "aliasTag": [
  62. "tag"
  63. ],
  64. "aliasDescription": [
  65. "desc"
  66. ],
  67. "aliasChat": [
  68. "chat",
  69. "c"
  70. ],
  71. "aliasTitle": [
  72. "title"
  73. ],
  74. "aliasInvite": [
  75. "invite",
  76. "inv"
  77. ],
  78. "aliasDeinvite": [
  79. "deinvite",
  80. "deinv"
  81. ],
  82. "aliasOpen": [
  83. "open",
  84. "close"
  85. ],
  86. "aliasKick": [
  87. "kick"
  88. ],
  89. "aliasModerator": [
  90. "mod"
  91. ],
  92. "aliasAdmin": [
  93. "admin"
  94. ],
  95. "aliasClaim": [
  96. "claim"
  97. ],
  98. "aliasUnclaim": [
  99. "unclaim",
  100. "declaim"
  101. ],
  102. "aliasRelationAlly": [
  103. "ally"
  104. ],
  105. "aliasRelationNeutral": [
  106. "neutral"
  107. ],
  108. "aliasRelationEnemy": [
  109. "enemy"
  110. ],
  111. "aliasVersion": [
  112. "version"
  113. ],
  114. "aliasTrue": [
  115. "true",
  116. "yes",
  117. "y",
  118. "ok",
  119. "on",
  120. "+"
  121. ]
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement