Advertisement
Guest User

Mcore config

a guest
Jan 8th, 2014
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. {
  2. "taskPlayerPowerUpdateMinutes": 1.0,
  3. "taskPlayerDataRemoveMinutes": 5.0,
  4. "taskEconLandRewardMinutes": 20.0,
  5. "removePlayerDataWhenBanned": true,
  6. "removePlayerDataAfterInactiveDays": 20.0,
  7. "radiusClaimFailureLimit": 9,
  8. "radiusClaimRadiusLimit": 5,
  9. "chatSetFormat": false,
  10. "chatSetFormatAt": "LOWEST",
  11. "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
  12. "chatParseTags": true,
  13. "chatParseTagsAt": "LOW",
  14. "herochatFactionName": "Faction",
  15. "herochatFactionNick": "F",
  16. "herochatFactionFormat": "{color}[&l{nick}&r{color} &l{factions_roleprefix}&r{color}{factions_title|rp}{sender}{color}] &f{msg}",
  17. "herochatFactionColor": "GREEN",
  18. "herochatFactionDistance": 0,
  19. "herochatFactionIsShortcutAllowed": false,
  20. "herochatFactionCrossWorld": true,
  21. "herochatFactionMuted": false,
  22. "herochatFactionWorlds": [],
  23. "herochatAlliesName": "Allies",
  24. "herochatAlliesNick": "A",
  25. "herochatAlliesFormat": "{color}[&l{nick}&r&f {factions_relcolor}&l{factions_roleprefix}&r{factions_relcolor}{factions_name|rp}{sender}{color}] &f{msg}",
  26. "herochatAlliesColor": "DARK_PURPLE",
  27. "herochatAlliesDistance": 0,
  28. "herochatAlliesIsShortcutAllowed": false,
  29. "herochatAlliesCrossWorld": true,
  30. "herochatAlliesMuted": false,
  31. "herochatAlliesWorlds": [],
  32. "colorMember": "GREEN",
  33. "colorAlly": "DARK_PURPLE",
  34. "colorTruce": "LIGHT_PURPLE",
  35. "colorNeutral": "WHITE",
  36. "colorEnemy": "RED",
  37. "colorNoPVP": "GOLD",
  38. "colorFriendlyFire": "DARK_RED",
  39. "prefixLeader": "**",
  40. "prefixOfficer": "*",
  41. "prefixMember": "+",
  42. "prefixRecruit": "-",
  43. "playersWhoBypassAllProtection": [],
  44. "worldsNoClaiming": [],
  45. "worldsNoPowerLoss": [],
  46. "worldsIgnorePvP": [],
  47. "handleExploitObsidianGenerators": true,
  48. "handleExploitEnderPearlClipping": true,
  49. "handleExploitTNTWaterlog": false,
  50. "logFactionCreate": true,
  51. "logFactionDisband": true,
  52. "logFactionJoin": true,
  53. "logFactionKick": true,
  54. "logFactionLeave": true,
  55. "logLandClaims": true,
  56. "logLandUnclaims": true,
  57. "logMoneyTransactions": true,
  58. "logPlayerCommands": true,
  59. "materialsEditOnInteract": [
  60. "DIODE_BLOCK_OFF",
  61. "DIODE_BLOCK_ON",
  62. "NOTE_BLOCK",
  63. "CAULDRON",
  64. "SOIL"
  65. ],
  66. "materialsEditTools": [
  67. "FIREBALL",
  68. "FLINT_AND_STEEL",
  69. "BUCKET",
  70. "WATER_BUCKET",
  71. "LAVA_BUCKET"
  72. ],
  73. "materialsDoor": [
  74. "WOODEN_DOOR",
  75. "TRAP_DOOR",
  76. "FENCE_GATE"
  77. ],
  78. "materialsContainer": [
  79. "DISPENSER",
  80. "CHEST",
  81. "FURNACE",
  82. "BURNING_FURNACE",
  83. "JUKEBOX",
  84. "BREWING_STAND",
  85. "ENCHANTMENT_TABLE",
  86. "ANVIL",
  87. "BEACON",
  88. "TRAPPED_CHEST",
  89. "HOPPER",
  90. "DROPPER"
  91. ],
  92. "entityTypesMonsters": [
  93. "BLAZE",
  94. "CAVE_SPIDER",
  95. "CREEPER",
  96. "ENDERMAN",
  97. "ENDER_DRAGON",
  98. "GHAST",
  99. "GIANT",
  100. "MAGMA_CUBE",
  101. "PIG_ZOMBIE",
  102. "SILVERFISH",
  103. "SKELETON",
  104. "SLIME",
  105. "SPIDER",
  106. "WITCH",
  107. "WITHER",
  108. "ZOMBIE"
  109. ]
  110. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement