Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.63 KB | None | 0 0
  1. {
  2. "convertToUniqueIds": true,
  3. "colorMember": "GREEN",
  4. "colorAlly": "DARK_PURPLE",
  5. "colorTruce": "LIGHT_PURPLE",
  6. "colorNeutral": "WHITE",
  7. "colorEnemy": "RED",
  8. "colorNoPVP": "GOLD",
  9. "colorFriendlyFire": "DARK_RED",
  10. "factionFlagDefaults": {
  11. "PERMANENT": false,
  12. "PEACEFUL": false,
  13. "INFPOWER": false,
  14. "POWERLOSS": true,
  15. "PVP": true,
  16. "FRIENDLYFIRE": false,
  17. "MONSTERS": true,
  18. "EXPLOSIONS": true,
  19. "FIRESPREAD": true,
  20. "ENDERGRIEF": false
  21. },
  22. "factionPermDefaults": {
  23. "BUILD": [
  24. "RECRUIT",
  25. "LEADER",
  26. "OFFICER",
  27. "MEMBER",
  28. "ALLY"
  29. ],
  30. "PAINBUILD": [],
  31. "DOOR": [
  32. "RECRUIT",
  33. "LEADER",
  34. "OFFICER",
  35. "MEMBER",
  36. "ALLY"
  37. ],
  38. "BUTTON": [
  39. "RECRUIT",
  40. "LEADER",
  41. "OFFICER",
  42. "MEMBER",
  43. "ALLY"
  44. ],
  45. "LEVER": [
  46. "RECRUIT",
  47. "LEADER",
  48. "OFFICER",
  49. "MEMBER",
  50. "ALLY"
  51. ],
  52. "CONTAINER": [
  53. "LEADER",
  54. "OFFICER",
  55. "MEMBER"
  56. ],
  57. "INVITE": [
  58. "LEADER",
  59. "OFFICER"
  60. ],
  61. "KICK": [
  62. "LEADER",
  63. "OFFICER"
  64. ],
  65. "SETHOME": [
  66. "LEADER",
  67. "OFFICER"
  68. ],
  69. "WITHDRAW": [
  70. "LEADER",
  71. "OFFICER"
  72. ],
  73. "TERRITORY": [
  74. "LEADER",
  75. "OFFICER"
  76. ],
  77. "CAPE": [
  78. "LEADER",
  79. "OFFICER"
  80. ],
  81. "ACCESS": [
  82. "LEADER",
  83. "OFFICER"
  84. ],
  85. "DISBAND": [
  86. "LEADER"
  87. ],
  88. "PERMS": [
  89. "LEADER"
  90. ]
  91. },
  92. "factionRankDefault": "RECRUIT",
  93. "powerPlayerMax": 10.0,
  94. "powerPlayerMin": -10.0,
  95. "powerPlayerStarting": 10.0,
  96. "powerPerMinute": 0.2,
  97. "powerPerDeath": 4.0,
  98. "scaleNegativePower": false,
  99. "scaleNegativeDivisor": 40.0,
  100. "powerRegenOffline": false,
  101. "powerOfflineLossPerDay": 0.0,
  102. "powerOfflineLossLimit": 0.0,
  103. "powerFactionMax": 0.0,
  104. "prefixLeader": "**",
  105. "prefixOfficer": "*",
  106. "prefixMember": "+",
  107. "prefixRecruit": "-",
  108. "factionTagLengthMin": 3,
  109. "factionTagLengthMax": 10,
  110. "factionTagForceUpperCase": false,
  111. "newFactionsDefaultOpen": false,
  112. "factionMemberLimit": 0,
  113. "newPlayerStartingFactionID": "0",
  114. "canLeaveWithNegativePower": true,
  115. "chatSetFormat": false,
  116. "chatSetFormatTo": "<{faction_relcolor}§l{faction_roleprefix}§r{faction_relcolor}{faction_tag_pr}§f%s> %s",
  117. "chatParseTags": true,
  118. "chatParseTagsColored": false,
  119. "chatSingleFormats": {
  120. "pr": "%s ",
  121. "pb": " %s ",
  122. "pl": " %s"
  123. },
  124. "chatTagFormat": "%s§f",
  125. "broadcastDescriptionChanges": false,
  126. "saveToFileEveryXMinutes": 30.0,
  127. "autoLeaveAfterDaysOfInactivity": 10.0,
  128. "autoLeaveRoutineRunsEveryXMinutes": 5.0,
  129. "autoLeaveRoutineMaxMillisecondsPerTick": 5,
  130. "removePlayerDataWhenBanned": true,
  131. "worldGuardChecking": false,
  132. "lwcIntegration": false,
  133. "onUnclaimResetLwcLocks": false,
  134. "onCaptureResetLwcLocks": false,
  135. "logFactionCreate": true,
  136. "logFactionDisband": true,
  137. "logFactionJoin": true,
  138. "logFactionKick": true,
  139. "logFactionLeave": true,
  140. "logLandClaims": true,
  141. "logLandUnclaims": true,
  142. "logMoneyTransactions": true,
  143. "logPlayerCommands": true,
  144. "handleExploitObsidianGenerators": true,
  145. "handleExploitEnderPearlClipping": true,
  146. "handleExploitInteractionSpam": true,
  147. "handleExploitTNTWaterlog": false,
  148. "homesEnabled": true,
  149. "homesMustBeInClaimedTerritory": true,
  150. "homesTeleportToOnDeath": true,
  151. "homesRespawnFromNoPowerLossWorlds": true,
  152. "homesTeleportCommandEnabled": true,
  153. "homesTeleportCommandEssentialsIntegration": true,
  154. "homesTeleportCommandSmokeEffectEnabled": true,
  155. "homesTeleportAllowedFromEnemyTerritory": true,
  156. "homesTeleportAllowedFromDifferentWorld": true,
  157. "homesTeleportAllowedEnemyDistance": 32.0,
  158. "homesTeleportIgnoreEnemiesIfInOwnTerritory": true,
  159. "friendlyFireFromRel": "TRUCE",
  160. "disablePVPForFactionlessPlayers": false,
  161. "enablePVPAgainstFactionlessInAttackersLand": false,
  162. "noPVPDamageToOthersForXSecondsAfterLogin": 3,
  163. "permanentFactionsDisableLeaderPromotion": false,
  164. "claimsMustBeConnected": false,
  165. "claimingFromOthersAllowed": true,
  166. "claimsCanBeUnconnectedIfOwnedByOtherFaction": true,
  167. "claimsRequireMinFactionMembers": 1,
  168. "claimedLandsMax": 0,
  169. "radiusClaimFailureLimit": 9,
  170. "protectOfflineFactionsFromExplosions": false,
  171. "offlineExplosionProtectionDelay": 2.0,
  172. "actionDeniedPainAmount": 2,
  173. "permanentFactionMemberDenyCommands": [],
  174. "territoryNeutralDenyCommands": [],
  175. "territoryEnemyDenyCommands": [
  176. "home",
  177. "sethome",
  178. "spawn",
  179. "tpahere",
  180. "tpaccept",
  181. "tpa",
  182. "warp"
  183. ],
  184. "pistonProtectionThroughDenyBuild": true,
  185. "econEnabled": false,
  186. "econUniverseAccount": "",
  187. "econCostClaimWilderness": 30.0,
  188. "econCostClaimFromFactionBonus": 30.0,
  189. "econClaimAdditionalMultiplier": 0.5,
  190. "econClaimRefundMultiplier": 0.7,
  191. "econClaimUnconnectedFee": 0.0,
  192. "econCostCreate": 100.0,
  193. "econCostSethome": 30.0,
  194. "econCostJoin": 0.0,
  195. "econCostLeave": 0.0,
  196. "econCostKick": 0.0,
  197. "econCostInvite": 0.0,
  198. "econCostHome": 0.0,
  199. "econCostTag": 0.0,
  200. "econCostDesc": 0.0,
  201. "econCostTitle": 0.0,
  202. "econCostList": 0.0,
  203. "econCostMap": 0.0,
  204. "econCostPower": 0.0,
  205. "econCostShow": 0.0,
  206. "econCostOpen": 0.0,
  207. "econCostAlly": 0.0,
  208. "econCostTruce": 0.0,
  209. "econCostNeutral": 0.0,
  210. "econCostEnemy": 0.0,
  211. "econLandRewardTaskRunsEveryXMinutes": 20,
  212. "econLandReward": 0.0,
  213. "bankEnabled": true,
  214. "bankFactionPaysCosts": true,
  215. "bankFactionPaysLandCosts": true,
  216. "playersWhoBypassAllProtection": [],
  217. "worldsNoClaiming": [],
  218. "worldsNoPowerLoss": [],
  219. "worldsIgnorePvP": []
  220. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement