Plugin Help Arhconcrates, only 1 reward works out of 5!

Discussion in 'Plugin Help/Development/Requests' started by JankoTehPengPvPz, Jul 25, 2015.

Thread Status:
Not open for further replies.
  1. I have 5 crate rewards setup and only 1 of them works ;/
    Here is mycrate loot.yml file

    Crate Loot:
    Diamonds:
    Item ID: 264
    Name: '&3Diamonds'
    Broadcast: true
    id: diamonds
    Chance: 20
    Prize Name: 10 diamonds
    Command:
    - give <player> 264 10 name:&a&lCrate_Diamonds
    GoldApple:
    Item ID: 322
    Name: '&6God Apple'
    Broadcast: true
    id: GodApple
    Chance: 20
    Prize Name: God Apple
    Command:
    - give <player> 322:1 1 name:&a&lCrate_GodApple
    50000:
    Item ID: 266
    Name: '&b50k'
    Broadcast: true
    id: 50000
    Chance: 20
    Prize Name: 50k
    Command:
    - eco give <player> 50000
    CreeperEgg:
    Item ID: 383:50
    Name: '&aCreeperEgg'
    Broadcast: true
    id: CreeperEgg
    Chance: 20
    Prize Name: Creeper Egg
    Command:
    - give <player> 383:50 1 name:&a&lCrate_CreeperEgg
    SilkTouchPickaxe:
    Item ID: 403
    Name: '&7a&lSilk Touch Pickaxe'
    Broadcast: true
    id: SilkTouchpickaxe
    Chance: 10
    Prize Name: SilkTocuhPickaxe
    Command:
    - kit cratessilktouchpick <player>
    CrateKey:
    Item ID: 131
    Name: '&aCrate Key'
    Broadcast: true
    id: CrateKey
    Chance: 10
    Prize Name: crate key
    Command:
    - archoncrates key <player> 1 default




    ====================
    screenshots:
    http://prntscr.com/7wyh7t
    http://prntscr.com/7wyhd7
    http://prntscr.com/7wyhgf
    ====================

    only Diamond reward works btw

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 11, 2016
  2. Offline

    hammy2899

    hey good job I check the forums :p (I'm the dev of ArchonCrates for anyone who doesn't know) show me your keys,yml because I think I know why its not working ;)
     
  3. Keys:
    default:
    name: '&aCrate Key'
    lore:
    - '&7Right click a crate'
    - '&7to use the key!'
    itemId: 131
    glow: true
    loot:
    - diamonds
    - food
    - sword
    - gold
    - tools
    - crateKey

    there
    screenshots: http://prntscr.com/7x54d7

    OH WAIT
    OMG im so dumb hahahaha, i need to edit that out to my custom prizes names i've created haah, let me try that

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>

    never mind, i changed the prize names in keys.yml file, still doesnt work

    Keys:
    default:
    name: '&aCrate Key'
    lore:
    - '&7Right click a crate'
    - '&7to use the key!'
    itemId: 131
    glow: true
    loot:
    - diamonds
    - God Apple
    - 50 k
    - Creeper Egg
    - Silk Tocuh Pickaxe
    - crate key

    <Edited by bwfcwalshy: Merged posts, please use the edit button rather than double posting.>
     
    Last edited by a moderator: Jul 26, 2015
  4. Offline

    hammy2899

    Hey show me what your crate loot.yml is and use pastebin
     
  5. Never mind, i got it to work, thanks for the help anyways, awesome plugin, cheers!
     
    hammy2899 likes this.
Thread Status:
Not open for further replies.

Share This Page