Solved Prison utils fortune failing to work

Discussion in 'Plugin Help/Development/Requests' started by Scorpionvssub, Aug 6, 2015.

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

    Scorpionvssub

    Fixed the bug by downgrading forcefully to 1.5.5

    Before stopping the server and edditing quicksell the fortune worked fine giving more diamonds from ores then 1 giving every ore more then 1.

    I added a few shops to quicksell which to me seems nothing to do with what prison utils is about but now fortune isnt working.

    I didnt edit the utils config at all since i added the new shops and i got no errors in console saying its misreading the config i think it doesnt error at all, it even states its up to date and enabled.

    Code:
    #
    # Name: PrisonUtils
    # Author: mrCookieSlime
    #
    # Do not modify the Config while the Server is running
    # otherwise bad things might happen!
    #
    # This Plugin also requires CS-CoreLib to run!
    # If you don't have it installed already, its going to be
    # automatically installed for you
    #
    # This Plugin utilises an Auto-Updater. If you want to turn that off,
    # simply set options -> auto-update to false
    mining:
      auto-smelt: false
      enable-fortune: true
      straight-to-inventory: true
      backpacks: false
      prefer-backpacks: false
      unbreakable-pickaxes: true
      auto-block: false
      block-whitelist: []
      autosmelt-blacklist:
      - LOG
      - LOG_2
      block-counter: true
      soulbound-pickaxes: false
      soulbound-backpacks: true
    autosell:
      summary-every: 100
    pickaxe:
      name:
        enabled: true
        prefix: ''
        suffix: ' &8[&6{BLOCKSBROKEN} Blocks broken&8]'
      lore:
        enabled: false
        lines:
        - '&7Blocks broken: &e{BLOCKSBROKEN}'
    full-inventory:
      sound: true
      title: true
      actionbar: false
      allow-breaking-blocks: true
    fortune:
      use-whitelist: true
      block-whitelist:
      - DIAMOND_ORE
      - EMERALD_ORE
      - REDSTONE_ORE
      - GLOWING_REDSTONE_ORE
      - LAPIS_ORE
      world-blacklist:
      - world_nether
      level-modifier: 0.6
      regions:
        use-whitelist: false
        whitelist:
        - a
        - b
        - c
    backpacks:
      name:
        normal: '&eBackpack'
        soulbound: '&eReinforced Backpack'
    exp:
      whitelist:
      - STONE
      - COAL_ORE
      - IRON_ORE
      - GOLD_ORE
      - LAPIS_ORE
      - EMERALD_ORE
      - QUARTZ_ORE
      - COAL_BLOCK
      - IRON_BLOCK
      - GOLD_BLOCK
      - LAPIS_BLOCK
      - DIAMOND_BLOCK
      - EMERALD_BLOCK
      - QUARTZ_BLOCK
      - REDSTONE_ORE
      - GLOWING_REDSTONE_ORE
      - REDSTONE_BLOCK
      - OBSIDIAN
      auto-exp: true
    environment:
      fly-on-join: false
      permanent-effects:
      - SATURATION
      prevented-damage:
      - FALL
      - SUFFOCATION
      enable-weather: false
    options:
      auto-update: true
    world-blacklist:
    - world_the_end
    - world_nether
    block-rewards:
      enabled: false
      repeating:
        '1': []
      standard:
        '100':
        - say '{PLAYER} broke a hundred blocks'
    
     
    Last edited: Aug 7, 2015
  2. Offline

    Scorpionvssub

Thread Status:
Not open for further replies.

Share This Page