Solved Consegui arrumar

Discussion in 'Bukkit Help' started by Konohaku, Jan 5, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Konohaku

    [​IMG]

    Did a lot a help here are my configurations:

    /plugins/mcore/conf.json

    Code:
    {
      "serverid": "24da74d3-5e33-4029-8c72-aa03541c50de",
      "dburi": "default",
      "alias2uri": {
        "default": "flatfile",
        "flatfile": "flatfile://mstore",
        "mongodb": "mongodb://localhost:27017/mstore"
      }
    }



    /mstore/factions_mconf/instance.json

    Code:
    {
      "aliasesF": [
        "f"
      ],
      "taskPlayerPowerUpdateMinutes": 1.0,
      "taskPlayerDataRemoveMinutes": 5.0,
      "taskEconLandRewardMinutes": 20.0,
      "removePlayerDataWhenBanned": true,
      "removePlayerDataAfterInactiveDays": 20.0,
      "radiusClaimFailureLimit": 9,
      "radiusClaimRadiusLimit": 5,
      "chatSetFormat": true,
      "chatSetFormatAt": "LOWEST",
      "chatSetFormatTo": "<{factions_relcolor}§l{factions_roleprefix}§r{factions_relcolor}{factions_name|rp}§f%1$s> %2$s",
      "chatParseTags": true,
      "chatParseTagsAt": "LOW",
      "herochatFactionName": "Faction",
      "herochatFactionNick": "F",
      "herochatFactionFormat": "[{color}[&l{nick}&r{color} &l{factions_roleprefix}&r{color}{factions_title|rp}]{sender}{color}] &f{msg}",
      "herochatFactionColor": "GREEN",
      "herochatFactionDistance": 0,
      "herochatFactionIsShortcutAllowed": false,
      "herochatFactionCrossWorld": true,
      "herochatFactionMuted": false,
      "herochatFactionWorlds": [],
      "herochatAlliesName": "Allies",
      "herochatAlliesNick": "A",
      "herochatAlliesFormat": "{color}[&l{nick}&r&f {factions_relcolor}&l{factions_roleprefix}&r{factions_relcolor}{factions_name|rp}{sender}{color}] &f{msg}",
      "herochatAlliesColor": "DARK_PURPLE",
      "herochatAlliesDistance": 0,
      "herochatAlliesIsShortcutAllowed": false,
      "herochatAlliesCrossWorld": true,
      "herochatAlliesMuted": false,
      "herochatAlliesWorlds": [],
      "colorMember": "GREEN",
      "colorAlly": "DARK_PURPLE",
      "colorTruce": "LIGHT_PURPLE",
      "colorNeutral": "WHITE",
      "colorEnemy": "RED",
      "colorNoPVP": "GOLD",
      "colorFriendlyFire": "DARK_RED",
      "prefixLeader": "**",
      "prefixOfficer": "*",
      "prefixMember": "+",
      "prefixRecruit": "-",
      "playersWhoBypassAllProtection": [],
      "worldsNoClaiming": [],
      "worldsNoPowerLoss": [],
      "worldsIgnorePvP": [],
      "handleExploitObsidianGenerators": true,
      "handleExploitEnderPearlClipping": true,
      "handleExploitTNTWaterlog": false,
      "logFactionCreate": true,
      "logFactionDisband": true,
      "logFactionJoin": true,
      "logFactionKick": true,
      "logFactionLeave": true,
      "logLandClaims": true,
      "logLandUnclaims": true,
      "logMoneyTransactions": true,
      "logPlayerCommands": true,
      "materialsEditOnInteract": [
        "DIODE_BLOCK_OFF",
        "DIODE_BLOCK_ON",
        "NOTE_BLOCK",
        "CAULDRON",
        "SOIL"
      ],
      "materialsEditTools": [
        "FIREBALL",
        "FLINT_AND_STEEL",
        "BUCKET",
        "WATER_BUCKET",
        "LAVA_BUCKET"
      ],
      "materialsDoor": [
        "WOODEN_DOOR",
        "TRAP_DOOR",
        "FENCE_GATE"
      ],
      "materialsContainer": [
        "DISPENSER",
        "CHEST",
        "FURNACE",
        "BURNING_FURNACE",
        "JUKEBOX",
        "BREWING_STAND",
        "ENCHANTMENT_TABLE",
        "ANVIL",
        "BEACON",
        "TRAPPED_CHEST",
        "HOPPER",
        "DROPPER"
      ],
      "entityTypesMonsters": [
        "BLAZE",
        "CAVE_SPIDER",
        "CREEPER",
        "ENDERMAN",
        "ENDER_DRAGON",
        "GHAST",
        "GIANT",
        "MAGMA_CUBE",
        "PIG_ZOMBIE",
        "SILVERFISH",
        "SKELETON",
        "SLIME",
        "SPIDER",
        "WITCH",
        "WITHER",
        "ZOMBIE"
      ]
    }
    /plugins/Herochat/config.yml

    Code:
    moderator-permissions:
      can-kick: true
      can-ban: true
      can-mute: true
      can-remove-channel: true
      can-modify-nick: true
      can-modify-color: true
      can-modify-distance: true
      can-modify-password: true
      can-modify-format: false
      can-modify-shortcut: false
      can-modify-verbose: true
      can-modify-focusable: false
      can-modify-crossworld: false
      can-color-messages: true
      can-view-info: true
      can-focus: true
    default-channel: Global
    censors: []
    format:
      default: '{color}[{nick}] &f{prefix}{sender}{suffix}{color}: {msg}'
      announce: '{color}[{nick}] {msg}'
      emote: '{color}[{nick}] * {msg}'
      private-message: '&d{convoaddress} {convopartner}&d: {msg}'
    use-channel-emotes: true
    locale: en_US
    log-chat: true
    log-to-bukkit: false
    twitter-style-private-messages: true
    

     
Thread Status:
Not open for further replies.

Share This Page