Advertisement
Guest User

Factions

a guest
Aug 12th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. {
  2. "colorMember": "GREEN",
  3. "colorAlly": "DARK_PURPLE",
  4. "colorTruce": "LIGHT_PURPLE",
  5. "colorNeutral": "WHITE",
  6. "colorEnemy": "RED",
  7. "colorNoPVP": "GOLD",
  8. "colorFriendlyFire": "DARK_RED",
  9. "factionFlagDefaults": {
  10. "PERMANENT": false,
  11. "PEACEFUL": false,
  12. "INFPOWER": false,
  13. "POWERLOSS": true,
  14. "PVP": true,
  15. "FRIENDLYFIRE": false,
  16. "MONSTERS": true,
  17. "EXPLOSIONS": true,
  18. "FIRESPREAD": true,
  19. "ENDERGRIEF": false
  20. },
  21. "factionPermDefaults": {
  22. "BUILD": [
  23. "RECRUIT",
  24. "OFFICER",
  25. "LEADER",
  26. "MEMBER",
  27. "ALLY"
  28. ],
  29. "PAINBUILD": [],
  30. "DOOR": [
  31. "RECRUIT",
  32. "OFFICER",
  33. "LEADER",
  34. "MEMBER",
  35. "ALLY"
  36. ],
  37. "BUTTON": [
  38. "RECRUIT",
  39. "OFFICER",
  40. "LEADER",
  41. "MEMBER",
  42. "ALLY"
  43. ],
  44. "LEVER": [
  45. "RECRUIT",
  46. "OFFICER",
  47. "LEADER",
  48. "MEMBER",
  49. "ALLY"
  50. ],
  51. "CONTAINER": [
  52. "RECRUIT",
  53. "LEADER",
  54. "MEMBER"
  55. "ENEMY"
  56. "TRUCE"
  57. "NEUTRAL"
  58. "ALLY"
  59. ],
  60. "INVITE": [
  61. "OFFICER",
  62. "LEADER"
  63. ],
  64. "KICK": [
  65. "OFFICER",
  66. "LEADER"
  67. ],
  68. "SETHOME": [
  69. "OFFICER",
  70. "LEADER"
  71. ],
  72. "WITHDRAW": [
  73. "OFFICER",
  74. "LEADER"
  75. ],
  76. "TERRITORY": [
  77. "OFFICER",
  78. "LEADER"
  79. ],
  80. "CAPE": [
  81. "OFFICER",
  82. "LEADER"
  83. ],
  84. "ACCESS": [
  85. "OFFICER",
  86. "LEADER"
  87. ],
  88. "DISBAND": [
  89. "LEADER"
  90. ],
  91. "PERMS": [
  92. "LEADER"
  93. ]
  94. },
  95. "factionRankDefault": "RECRUIT",
  96. "powerPlayerMax": 10.0,
  97. "powerPlayerMin": -10.0,
  98. "powerPlayerStarting": 10.0,
  99. "powerPerMinute": 0.2,
  100. "powerPerDeath": 4.0,
  101. "scaleNegativePower": false,
  102. "scaleNegativeDivisor": 40.0,
  103. "powerRegenOffline": false,
  104. "powerOfflineLossPerDay": 0.0,
  105. "powerOfflineLossLimit": 0.0,
  106. "powerFactionMax": 0.0,
  107. "prefixLeader": "**",
  108. "prefixOfficer": "*",
  109. "prefixMember": "+",
  110. "prefixRecruit": "-",
  111. "factionTagLengthMin": 3,
  112. "factionTagLengthMax": 10,
  113. "factionTagForceUpperCase": false,
  114. "newFactionsDefaultOpen": false,
  115. "factionMemberLimit": 0,
  116. "newPlayerStartingFactionID": "0",
  117. "canLeaveWithNegativePower": true,
  118. "chatSetFormat": false,
  119. "chatSetFormatTo": "<{faction_relcolor}§l{faction_roleprefix}§r{faction_relcolor}{faction_tag_pr}§f%s> %s",
  120. "chatParseTags": true,
  121. "chatParseTagsColored": false,
  122. "chatSingleFormats": {
  123. "pb": " %s ",
  124. "pl": " %s",
  125. "pr": "%s "
  126. },
  127. "chatTagFormat": "%s§f",
  128. "herochatFactionName": "Faction",
  129. "herochatFactionNick": "F",
  130. "herochatFactionFormat": "{color}[&l{nick}&r{color} &l{faction_roleprefix}&r{color}{faction_title_pr}{sender}{color}] &f{msg}",
  131. "herochatFactionColor": "GREEN",
  132. "herochatFactionDistance": 0,
  133. "herochatFactionIsShortcutAllowed": false,
  134. "herochatFactionCrossWorld": true,
  135. "herochatFactionMuted": false,
  136. "herochatFactionWorlds": [],
  137. "herochatAlliesName": "Allies",
  138. "herochatAlliesNick": "A",
  139. "herochatAlliesFormat": "{color}[&l{nick}&r&f {faction_relcolor}&l{faction_roleprefix}&r{faction_relcolor}{faction_tag_pr}{sender}{color}] &f{msg}",
  140. "herochatAlliesColor": "DARK_PURPLE",
  141. "herochatAlliesDistance": 0,
  142. "herochatAlliesIsShortcutAllowed": false,
  143. "herochatAlliesCrossWorld": true,
  144. "herochatAlliesMuted": false,
  145. "herochatAlliesWorlds": [],
  146. "herochatAllyName": "Allies",
  147. "broadcastDescriptionChanges": false,
  148. "saveToFileEveryXMinutes": 30.0,
  149. "autoLeaveAfterDaysOfInactivity": 10.0,
  150. "autoLeaveRoutineRunsEveryXMinutes": 5.0,
  151. "autoLeaveRoutineMaxMillisecondsPerTick": 5,
  152. "removePlayerDataWhenBanned": true,
  153. "worldGuardChecking": false,
  154. "lwcIntegration": false,
  155. "onUnclaimResetLwcLocks": false,
  156. "onCaptureResetLwcLocks": false,
  157. "logFactionCreate": true,
  158. "logFactionDisband": true,
  159. "logFactionJoin": true,
  160. "logFactionKick": true,
  161. "logFactionLeave": true,
  162. "logLandClaims": true,
  163. "logLandUnclaims": true,
  164. "logMoneyTransactions": true,
  165. "logPlayerCommands": true,
  166. "handleExploitObsidianGenerators": true,
  167. "handleExploitEnderPearlClipping": true,
  168. "handleExploitInteractionSpam": true,
  169. "handleExploitTNTWaterlog": false,
  170. "homesEnabled": true,
  171. "homesMustBeInClaimedTerritory": true,
  172. "homesTeleportToOnDeath": true,
  173. "homesRespawnFromNoPowerLossWorlds": true,
  174. "homesTeleportCommandEnabled": true,
  175. "homesTeleportCommandEssentialsIntegration": true,
  176. "homesTeleportCommandSmokeEffectEnabled": true,
  177. "homesTeleportAllowedFromEnemyTerritory": true,
  178. "homesTeleportAllowedFromDifferentWorld": true,
  179. "homesTeleportAllowedEnemyDistance": 32.0,
  180. "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
  181. "friendlyFireFromRel": "TRUCE",
  182. "disablePVPForFactionlessPlayers": false,
  183. "enablePVPAgainstFactionlessInAttackersLand": false,
  184. "noPVPDamageToOthersForXSecondsAfterLogin": 3,
  185. "permanentFactionsDisableLeaderPromotion": false,
  186. "claimsMustBeConnected": false,
  187. "claimingFromOthersAllowed": true,
  188. "claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
  189. "claimsRequireMinFactionMembers": 1,
  190. "claimedLandsMax": 0,
  191. "radiusClaimFailureLimit": 9,
  192. "protectOfflineFactionsFromExplosions": false,
  193. "offlineExplosionProtectionDelay": 2.0,
  194. "actionDeniedPainAmount": 2,
  195. "permanentFactionMemberDenyCommands": [],
  196. "territoryNeutralDenyCommands": [],
  197. "territoryEnemyDenyCommands": [
  198. "home",
  199. "sethome",
  200. "spawn",
  201. "tpahere",
  202. "tpaccept",
  203. "tpa",
  204. "warp"
  205. ],
  206. "territoryShieldFactor": 0.3,
  207. "pistonProtectionThroughDenyBuild": true,
  208. "spoutFactionTagsOverNames": true,
  209. "spoutFactionTitlesOverNames": true,
  210. "spoutHealthBarUnderNames": true,
  211. "spoutHealthBarLeft": "{c}[",
  212. "spoutHealthBarSolid": "|",
  213. "spoutHealthBarBetween": "&8",
  214. "spoutHealthBarEmpty": "|",
  215. "spoutHealthBarRight": "{c}]",
  216. "spoutHealthBarSolidsPerEmpty": 1.0,
  217. "spoutHealthBarColorTag": "{c}",
  218. "spoutHealthBarWidth": 30,
  219. "spoutHealthBarColorUnderQuota": {
  220. "1.0": "&2",
  221. "0.8": "&a",
  222. "0.5": "&e",
  223. "0.4": "&6",
  224. "0.3": "&c",
  225. "0.2": "&4"
  226. },
  227. "spoutCapes": true,
  228. "spoutTerritoryDisplayPosition": 1,
  229. "spoutTerritoryDisplaySize": 1.0,
  230. "spoutTerritoryDisplayShowDescription": true,
  231. "spoutTerritoryAccessShow": true,
  232. "spoutTerritoryNoticeShow": true,
  233. "spoutTerritoryNoticeTop": 40,
  234. "spoutTerritoryNoticeShowDescription": false,
  235. "spoutTerritoryNoticeSize": 1.5,
  236. "spoutTerritoryNoticeLeaveAfterSeconds": 2.0,
  237. "econEnabled": false,
  238. "econUniverseAccount": "",
  239. "econCostClaimWilderness": 30.0,
  240. "econCostClaimFromFactionBonus": 30.0,
  241. "econClaimAdditionalMultiplier": 0.5,
  242. "econClaimRefundMultiplier": 0.7,
  243. "econClaimUnconnectedFee": 0.0,
  244. "econCostCreate": 100.0,
  245. "econCostSethome": 30.0,
  246. "econCostJoin": 0.0,
  247. "econCostLeave": 0.0,
  248. "econCostKick": 0.0,
  249. "econCostInvite": 0.0,
  250. "econCostHome": 0.0,
  251. "econCostTag": 0.0,
  252. "econCostDesc": 0.0,
  253. "econCostTitle": 0.0,
  254. "econCostList": 0.0,
  255. "econCostMap": 0.0,
  256. "econCostPower": 0.0,
  257. "econCostShow": 0.0,
  258. "econCostOpen": 0.0,
  259. "econCostAlly": 0.0,
  260. "econCostTruce": 0.0,
  261. "econCostNeutral": 0.0,
  262. "econCostEnemy": 0.0,
  263. "econLandRewardTaskRunsEveryXMinutes": 20,
  264. "econLandReward": 0.0,
  265. "bankEnabled": true,
  266. "bankFactionPaysCosts": true,
  267. "bankFactionPaysLandCosts": true,
  268. "playersWhoBypassAllProtection": [],
  269. "worldsNoClaiming": [],
  270. "worldsNoPowerL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement