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

Помогите Как пофиксить дюп денег в плагине jobs

Тема в разделе "Помощь", создана пользователем ChocolateChild, 24 окт 2015.

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

    ChocolateChild Новичок

    Баллы:
    6
    Всем привет, нужна помощь по плагину jobs
    нужно пофиксить такой дюп денег:
    - дюп тростником
    -дюп саженцами
    -дюп рельсами
    Возможно есть еще какие-то о которых мне не известно.
    Заранее спасибо за любую помощь!

    И бонусная проблемка)
    В notepad++ не получается сделать чтобы в плагине нормально отображался русский текст хз почему.
    Пытался кодировать в utf-8 без bom
    Вот мой jobConfig
    Код:
    # Jobs configuration.
    
    #
    # Stores information about each job.
    #
    # For example configurations, visit http://dev.bukkit.org/server-mods/jobs/.
    
    Jobs:
      Woodcutter:
        fullname: Woodcutter
        shortname: W
        description: Зарабатывай деньги вырубкой лесов.
        ChatColour: GREEN
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Break:
          LOG:
            income: 2.5
            experience: 2.5
        Place:
          SAPLING:
            income: 0.5
            experience: 0.5
          WOOD:
            income: 1.0
            experience: 1.0
        Kill:
          Player:
            income: 3.5
            experience: 3.5
        permissions:
          aaaaaatest.node:
            value: true
            level: 0
          aaaaaatest.node2:
            value: true
            level: 10
      Miner:
        fullname: Miner
        shortname: M
        description: Копайте шахты и добывайте ресурсы.
        ChatColour: DARK_GRAY
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Break:
          STONE:
            income: 1.0
            experience: 1.0
          COAL_ORE:
            income: 1.5
            experience: 1.5
          GLOWING_REDSTONE_ORE:
            income: 1.5
            experience: 1.5
          IRON_ORE:
            income: 2.0
            experience: 2.0
          GOLD_ORE:
            income: 2.5
            experience: 2.5
          LAPIS_ORE:
            income: 2.5
            experience: 2.5
          DIAMOND_ORE:
            income: 3.0
            experience: 3.0
          OBSIDIAN:
            income: 4.0
            experience: 4.0
          MOSSY_COBBLESTONE:
            income: 3.0
            experience: 3.0
        Place:
          RAILS:
            income: 1.0
            experience: 1.0
          IRON_ORE:
            income: -2.5
            experience: -2.5
          GOLD_ORE:
            income: -3.0
            experience: -3.0
        Kill:
          Player:
            income: 3.0
            experience: 3.0
      Builder:
        fullname: Builder
        shortname: B
        description: Любишь стоить? Тебе сюда.
        ChatColour: WHITE
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Place:
          COBBLESTONE:
            income: 0.5
            experience: 0.5
          WOOD:
            income: 0.5
            experience: 0.5
          FENCE:
            income: 0.5
            experience: 0.5
          WOOL:
            income: 0.5
            experience: 0.5
          STONE:
            income: 1.0
            experience: 1.0
          GLOWSTONE:
            income: 1.5
            experience: 1.5
          SANDSTONE:
            income: 1.0
            experience: 1.0
          GLASS:
            income: 1.5
            experience: 1.5
          BRICK:
            income: 2.0
            experience: 2.0
          LAPIS_BLOCK:
            income: 2.0
            experience: 2.0
          DOUBLE_STEP:
            income: 1.0
            experience: 1.0
          STEP:
            income: 1.0
            experience: 1.0
          BOOKSHELF:
            income: 1.5
            experience: 1.5
          WOOD_STAIRS:
            income: 1.0
            experience: 1.0
          COBBLESTONE_STAIRS:
            income: 1.0
            experience: 1.0
          MOSSY_COBBLESTONE:
            income: 2.5
            experience: 2.5
          DIAMOND_BLOCK:
            income: 2.5
            experience: 2.5
          GOLD_BLOCK:
            income: 2.0
            experience: 2.0
        Kill:
          Player:
            income: 3.0
            experience: 3.0
      Digger:
        fullname: Digger
        shortname: D
        description: Часто ровняешь землю? Вибирай это.
        ChatColour: GOLD
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Break:
          DIRT:
            income: 0.5
            experience: 0.5
          GRASS:
            income: 0.5
            experience: 0.5
          GRAVEL:
            income: 1.0
            experience: 1.0
          SAND:
            income: 1.0
            experience: 1.0
          CLAY:
            income: 1.0
            experience: 1.0
        Kill:
          Player:
            income: 3.0
            experience: 3.0
        custom-kill:
          Digger:
            income: 5.0
            experience: 5.0
      Farmer:
        fullname: Farmer
        shortname: Fa
        description: Если фермер - твоё призвание.
        ChatColour: BLUE
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Break:
          CROPS-7:
            income: 2.0
            experience: 2.0
          SUGAR_CANE_BLOCK:
            income: 2.0
            experience: 2.0
        Place:
          CROPS-0:
            income: 1.5
            experience: 1.5
          SUGAR_CANE_BLOCK:
            income: 0.5
            experience: 0.5
        Kill:
          Player:
            income: 3.0
            experience: 3.0
      Hunter:
        fullname: Hunter
        shortname: H
        description: Нравится охотится? Кажется эта работа тебе подойдет.
        ChatColour: RED
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Kill:
          Chicken:
            income: 1.0
            experience: 1.0
          Cow:
            income: 1.0
            experience: 1.0
          Pig:
            income: 1.0
            experience: 1.0
          Sheep:
            income: 1.0
            experience: 1.0
          Wolf:
            income: 2.0
            experience: 2.0
          Creeper:
            income: 3.0
            experience: 3.0
          Skeleton:
            income: 3.0
            experience: 3.0
          Spider:
            income: 3.0
            experience: 3.0
          Zombie:
            income: 3.0
            experience: 3.0
          Player:
            income: 3.5
            experience: 3.5
      Fisherman:
        fullname: Fisherman
        shortname: Fi
        description: Выбирай это, если твоё хобби - рыболовство.
        ChatColour: AQUA
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Fish:
          RAW_FISH:
            income: 3.0
            experience: 3.0
        Kill:
          Player:
            income: 3.0
            experience: 3.0
      Weaponsmith:
        fullname: Weaponsmith
        shortname: W
        description: Зарабатывай на крафте оружия из дорогих металлов.
        ChatColour: DARK_PURPLE
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Craft:
          WOOD_SWORD:
            income: 0.3
            experience: 0.3
          IRON_SWORD:
            income: 1.0
            experience: 1.0
          GOLD_SWORD:
            income: 1.5
            experience: 1.5
          DIAMOND_SWORD:
            income: 2.0
            experience: 2.0
        Repair:
          WOOD_SWORD:
            income: 0.5
            experience: 0.5
          IRON_SWORD:
            income: 1.0
            experience: 1.0
          GOLD_SWORD:
            income: 1.5
            experience: 1.5
          DIAMOND_SWORD:
            income: 2.0
            experience: 2.0
        Smelt:
          IRON_INGOT:
            income: 1.0
            experience: 1.0
          GOLD_INGOT:
            income: 1.0
            experience: 1.0
      Brewer:
        fullname: Brewer
        shortname: Br
        description: Для тех, кто увлекается зельеварением.
        ChatColour: LIGHT_PURPLE
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Brew:
          NETHER_STALK:
            income: 0.5
            experience: 0.5
          REDSTONE:
            income: 1.0
            experience: 1.0
          GLOWSTONE_DUST:
            income: 1.0
            experience: 1.0
          SPIDER_EYE:
            income: 1.0
            experience: 1.0
          FERMENTED_SPIDER_EYE:
            income: 1.0
            experience: 1.0
          BLAZE_POWDER:
            income: 1.0
            experience: 1.0
          SUGAR:
            income: 1.0
            experience: 1.0
          SPECKLED_MELON:
            income: 2.0
            experience: 2.0
          MAGMA_CREAM:
            income: 2.0
            experience: 2.0
          GHAST_TEAR:
            income: 2.0
            experience: 2.0
      Enchanter:
        fullname: Enchanter
        shortname: E
        description: Зачаровываешь оружие? Заработай на этом деньги.
        ChatColour: DARK_BLUE
        chat-display: full
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Enchant:
          WOOD_SWORD:
            income: 2.0
            experience: 2.0
          IRON_SWORD:
            income: 3.0
            experience: 3.0
          GOLD_SWORD:
            income: 4.0
            experience: 4.0
          DIAMOND_SWORD:
            income: 5.0
            experience: 5.0
      None:
        fullname: None
        shortname: N
        ChatColour: WHITE
        chat-display: none
        leveling-progression-equation: 100*((1.13+(0.01*(numjobs-1)))^(joblevel-1))
        income-progression-equation: baseincome*((1.05)^(joblevel-1))
        experience-progression-equation: baseexperience*((1.05)^(joblevel-1))
        Kill:
          Player:
            income: 3.0
    
     
  2. Хостинг MineCraft
    <
  3. Eduard16

    Eduard16 Новичок Пользователь

    Баллы:
    11
    Имя в Minecraft:
    DanGer
  4. DominatorRUS

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

    Баллы:
    78
    Конечно можно. Убрать из профессии эти блоки. Чтоб за них ничего не давалось.
     
  5. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    - дюп тростником = MGR в помощь
    -дюп саженцами = MGR в помощь
    -дюп рельсами = покупай фикс
     
  6. Eduard16

    Eduard16 Новичок Пользователь

    Баллы:
    11
    Имя в Minecraft:
    DanGer
    Что за мгр? Ссылку
     
  7. Yuri1.6

    Yuri1.6 Старожил Пользователь

    Баллы:
    123
    Skype:
    Yuri1.6
    Имя в Minecraft:
    YouTy6bl4
    MachineGuardReloaded
     
  8. GGast

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

    Баллы:
    78
    Имя в Minecraft:
    Xatiko
    кривой запуск
     
  9. CoolBoy

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

    Баллы:
    96
    Skype:
    thecoolboy2070
    Имя в Minecraft:
    CoolBoy
    Как именно происходит дюп?
     
  10. Krutius

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

    Баллы:
    76
    Имя в Minecraft:
    MrPencilBox
    Ам... А нельзя просто убрать эти блоки из конфига?
     
  11. KiberAndy

    KiberAndy Новичок Пользователь

    Баллы:
    6
    Skype:
    andrei.monakhov98
    Поставь цены самые минимальные на этих работах, тогда деньги будет сложнее добывать, это самое разумное и лёгкое решение[DOUBLEPOST=1489424414,1489424109][/DOUBLEPOST]Насчёт перевода, вот у тебя строчка:
    Miner:
    fullname: Miner
    Замени так:
    Miner:
    fullname: Шахтёр

    Таким образом, игрок сможет устроится на работу, написав:
    /jobs join Шахтёр
     
  12. alexandrage

    alexandrage Администратор

    Баллы:
    173
    Skype:
    alexandr0116
    Отнимать деньги на противоположное действие и все. Ну и запретить взрывать и двигать поршнями. И таких проф там полно, где нужно отнимать бабло.
     

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