Adding spawners? #250


  • New
  • Other
Open
  • _ForgeUser23334677 created this issue Jan 18, 2016

    Short description about the bug/problem: I cannot manage to add spawners to my shop. Once bought they are ALL pig.

    What steps will reproduce the problem?
    1. Send me the right example of config
    2. No clue mate
    3. No clue mate

    What is the expected output? What do you see instead?
    A pig Spawner

    What version of BossShop are you using?
    Latest

    Do you have an error log of what happened? Please paste it at pastie.org!
    No error, just don't know how to add the right spawner

    Please provide any additional information below.

    ShopName: SpawnerShop
    signs:
      text: '[SpawnerShop]'
      NeedPermissionToCreateSign: true
    shop:
      Enderman Spawner:
        RewardType: item
        PriceType: money
        Price: 250000
        Reward:
        - type:MOB_SPAWNER
        - durability:58
        - amount:1
        MenuItem:
        - type:MOB_SPAWNER
        - durability:58
        - amount:1
        - 'lore:&5Endermen &8Spawner &6Price: $250,000'
        Message: '&bYou bought %reward%! Money left: &c%left%'
        InventoryLocation: 1
        ExtraPermission: ''
      Pigman Spawner:
        RewardType: item
        PriceType: money
        Price: 300000
        Reward:
        - type:MOB_SPAWNER
        - durability:57
        - amount:1
        MenuItem:
        - type:MOB_SPAWNER
        - durability:57
        - amount:1
        - 'lore:&3Pigman &8Spawner &6Price: $300,000'
        Message: '&bYou bought %reward%! Money left: &c%left%'
        InventoryLocation: 2
        ExtraPermission: ''
      Blaze Spawner:
        RewardType: item
        PriceType: money
        Price: 150000
        Reward:
        - type:MOB_SPAWNER
        - durability:61
        - amount:1
        MenuItem:
        - type:MOB_SPAWNER
        - durability:61
        - amount:1
        - 'lore:&6Blaze &8Spawner &6Price: $150,000'
        Message: '&bYou bought %reward%! Money left: &c%left%'
        InventoryLocation: 3
        ExtraPermission: ''

  • _ForgeUser23334677 added the tags New Other Jan 18, 2016
  • _ForgeUser5979761 posted a comment Jan 21, 2016

    Did you install SilkSpawners as requiered?


To post a comment, please login or register a new account.