Problem/Bug quicksell

Discussion in 'Plugin Help/Development/Requests' started by Scorpionvssub, Jul 5, 2015.

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

    Scorpionvssub

    Code:
      A:
        name: '&9A - Shop'
        permission: QuickSell.shop.A
        itemtype: CHEST
        lore: []
        amount: 64
        inheritance: []
        price:
          COBBLESTONE: 5000.0
          IRONORE: 10000.0
          COAL: 2500.0
      B:
        name: '&9B'
        amount: 1
        itemtype: CHEST
        lore: []
        permission: QuickSell.shop.B
        inheritance: []
        price:
          COBBLESTONE: 6000.0
          IRONORE: 13500.0
          COAL: 3000.0
      C:
        name: '&9C'
        amount: 1
        itemtype: CHEST
        lore: []
        permission: QuickSell.shop.C
        inheritance: []
        price:
          IRONORE: 15000.0
          COAL: 5000.0
          COBBLESTONE: 0.0
      D:
        name: '&9D'
        amount: 1
        itemtype: CHEST
        lore: []
        permission: QuickSell.shop.D
        inheritance: []
        price:
          COALBLOCK: 72000.0
          IRONBLOCK: 180000.0
          IRONORE: 20000.0
          COAL: 8000.0
          GOLDORE: 35000.0
          COBBLESTONE: 0.0
      E:
        name: '&9E'
        amount: 1
        itemtype: CHEST
        lore: []
        permission: QuickSell.shop.E
        inheritance: []
        price:
          COALBLOCK: 90000.0
          IRONBLOCK: 190000.0
          IRONORE: 25000.0
          COAL: 10000.0
          GOLDORE: 33000.0
          COBBLESTONE: 0.0
      F:
        name: '&9F'
        amount: 1
        itemtype: CHEST
        lore: []
        permission: QuickSell.shop.F
        inheritance: []
        price:
          DIAMOND: 6750.0
          DIAMONDBLOCK: 675000
          COALBLOCK: 95000.0
          IRONBLOCK: 200000.0
          IRONORE: 30000.0
          COAL: 10000.0
          GOLDORE: 40000.0
          GOLDBLOCK: 300000.0
    For some reason the values return none..? idk if its the name or what...
     
  2. Offline

    Scorpionvssub

  3. Offline

    mrCookieSlime

    @Scorpionvssub
    It is IRON_BLOCK and IRON_ORE.
    Same applies to all other Valuables.
     
Thread Status:
Not open for further replies.

Share This Page