Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Решено EssentialChat+Factions 1.7.2

Тема в разделе "[Архив] Помощь", создана пользователем NikeSB, 28 июн 2014.

  1. Автор темы
    NikeSB

    NikeSB Активный участник Пользователь

    Баллы:
    61
    Skype:
    sk8vlad13
    Имя в Minecraft:
    NikeSB
    Помогите пожалуйста настроить чат в Essential если стоит плагин Factions!(1.7.2)
    Хочется, что бы было вот так:
    [L][Admin] название клана ник: сообщение
    [G][Admin] название клана ник: сообщение
    Код:
    {
      "aliasesF": [
        "f"
      ],
      "taskPlayerPowerUpdateMinutes": 1.0,
      "taskPlayerDataRemoveMinutes": 5.0,
      "taskEconLandRewardMinutes": 20.0,
      "removePlayerDataWhenBanned": true,
      "removePlayerDataAfterInactiveDays": 20.0,
      "radiusClaimFailureLimit": 10,
      "radiusClaimRadiusLimit": 7,
      "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"
      ]
    }
    Код:
    ############################################################
    # +------------------------------------------------------+ #
    # |                   EssentialsChat                     | #
    # +------------------------------------------------------+ #
    ############################################################
    
    chat:
    
      # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks.  Set to 0 to make all chat global.
      # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
      # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
      # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
      # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
      radius: 0
    
      # Chat formatting can be done in two ways, you can either define a standard format for all chat.
      # Or you can give a group specific chat format, to give some extra variation.
      # If set to the default chat format which "should" be compatible with ichat.
      # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
    
      format: '<{DISPLAYNAME}> {MESSAGE}'
      #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
    
      group-formats:
      #  Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
      #  Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
    
      # If you are using group formats make sure to remove the '#' to allow the setting to be read.
    
     
    Последнее редактирование: 28 июн 2014
  2. Хостинг MineCraft
    <
  3. Oydjilook

    Oydjilook Участник Пользователь

    Баллы:
    31
    Skype:
    danil.krasn
    У тебя получилось, но как? Скинь конфиг пожалуйста.
     

Поделиться этой страницей