Monthly Crate Plugin Help

Status
This thread has been locked.

TedixOfficial

Feedback score
0
Posts
6
Reactions
2
Resources
0
Hello,
I recently spent alot of time doing a config for a monthly crate plugin. it worked perfectly until i completely finished the config. The only issue is that now the crate wont actually give any items. it rolls through all of the items it could give but then goes to a black slot and gives nothing. Im not sure if this is a problem with the plugin or the config so i thought i would ask MCM.

Ive attatched the config below so that maybe someone can tell me if it has something to do with the config or not.

-Tedix#5028
 

Attachments

  • march.txt
    7.5 KB · Views: 19
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Lemon

Supreme
Feedback score
15
Posts
185
Reactions
88
Resources
1
I can help you
Iv added you on discord
 

Krispycubes

Crypto Dealer
Supreme
Feedback score
40
Posts
608
Reactions
136
Resources
0
I can help if you're willing to pay :)
 

GAllen

Feedback score
12
Posts
363
Reactions
128
Resources
0
You're problem is that you need to make success-give-other: on one line.

This configuration should work:

Code:
messages:
  prefix: '&6&lMonthly&e&lCrates &8//&e '
  no-place: '%prefix%Sorry! You cannot place this monthly crate.'
  already-opening: '%prefix%You must finish opening your current monthly crate.'
  incorrect-sub: '%prefix%The command "%cmd%" does not exist.'
  incorrect-crate: '%prefix%The crate "%crate%" does not exist.'
  incorrect-amount: '%prefix%Could not parse "%amount%" as an amount.'
  no-perms: '%prefix%You do not have permission to execute this command.'
  reloading: '%prefix%Reloading Plugin...'
  reload-complete: '%prefix%Reload Complete.'
  invalid-player: '%prefix%&6"%player%" &eis not locally online.'
  invalid-usage: '%prefix%Incorrect usage of this command.'
  success-give: '%prefix%You now have &6%amount%&ex &6%crate%&e Monthly Crates!'
  success-give-other: '%prefix%%player% now has &6%amount%&ex &6%crate%&e Monthly Crates!'
options:
  task-steps: 35
sounds:
  open: BAT_TAKEOFF;1.0;1.5
  roulette: CHICKEN_EGG_POP;1.0;1.5
  rainbow: ZOMBIE_METAL;1.0;1.5
  end: LEVEL_UP;1.0;1.5
  select: BAT_TAKEOFF;1.0;0.3
  deny: VILLAGER_NO;1.0;1.5
  done: CHEST_CLOSE;1.0;1.5
crates:
  March:
    gui:
      name: '&8BankMC Crate: <name>'
      unredeemed:
        item: ENDER_CHEST
        amount: 1
        name: '&f&l???'
        lore:
        - '&7Click to receive a random'
        - '&7item from the crate.'
      spacer:
        item: STAINED_GLASS_PANE:7
        amount: 1
        name: ' '
      rainbow-spacer:
        item:
        - STAINED_GLASS_PANE:1
        - STAINED_GLASS_PANE:2
        - STAINED_GLASS_PANE:3
        - STAINED_GLASS_PANE:4
        - STAINED_GLASS_PANE:5
        - STAINED_GLASS_PANE:6
        amount: 1
        name: ' '
      final-deny:
        item: STAINED_GLASS_PANE:14
        amount: 1
        name: '&c&l???'
        lore:
        - '&7You can''t open the final reward'
        - '&7until you have redeemed all other rewards.'
      crate-item:
        item: ENDER_CHEST
        amount: 1
        name: '&f&l** &c&lMarch Crate &f&l**'
        lore:
        - '&eUnlocked at &nbankmc.buycraft.net'
        - ''
        - '&f&l&nADMIN ITEMS'
        - '&f&l* &fFirst Crate'
        - ''
        - '&e&l&nPERKS'
        - '&e&l* &e/Fly Command'
        - '&e&l* &e/Fix Command'
        - '&e&l* &e/Craft Command'
        - ''
        - '&6&l&nITEMS'
        - '&6&l* &6Gapples x16'
        - '&6&l* &6Chicken Spawner x2'
        - '&6&l* &6Cow Spawner'
        - '&6&l* &6Blaze Spawner'
        - '&6&l* &6Iron Golem Spawner'
        - '&6&l* &6Diamond Block x128'
        - '&6&l* &6Gold Block x128'
        - '&6&l* &6Iron Block x256'
        - '&6&l* &6March Pickaxe (OP)'
        - '&6&l* &6March Helmet'
        - '&6&l* &6March Chestplate'
        - '&6&l* &6March Leggings'
        - '&6&l* &6March Boots'
        - '&6&l* &6March Sword'
        - '&6&l* &6Vote Key x5'
        - '&6&l* &6Encrypted Key x4'
        - '&6&l* &6Safe Key x3'
        - ''
        - '&7&l&nRANKS'
        - '&7&l* &aTenant Rank'
        - '&7&l* &bOfficer Rank'
        - '&7&l* &aAccountant Rank'
        - '&7&l* &6Advisor Rank'
    items:
      '1':
        item: GOLDEN_APPLE:1
        amount: 16
        name: '&f&l** &e&l&nMonthly Crate Golden Apples&f&l **'
        lore:
        - '&e&nGapple&7 from a Monthly Crate'
        chance: 7
      '2':
        item: 52:93
        amount: 2
        name: '&f&l** &e&l&nChicken Spawner&f&l **'
        lore:
        - '&e&nChicken Spawner&7 from a Monthly Crate'
        chance: 5
      '3':
        item: 52:92
        amount: 1
        name: '&f&l** &e&l&nCow Spawner&f&l **'
        lore:
        - '&e&nCow Spawner&7 from a Monthly Crate'
        chance: 5
      '4':
        item: 52:61
        amount: 1
        name: '&f&l** &e&l&nBlaze Spawner&f&l **'
        lore:
        - '&e&nBlaze Spawner&7 from a Monthly Crate'
        chance: 2
      '5':
        item: 52:99
        amount: 1
        name: '&f&l** &e&l&nIron Golem Spawner&f&l **'
        lore:
        - '&e&nIron Golem Spawner&7 from a Monthly Crate'
        chance: 2
      '6':
        item: firework
        amount: 1
        name: '&b&lFirst Crate!'
        lore:
        - '&b&lFrom the first ever crate of &a&lBankMC'
        chance: 5
      '7':
        item: Diamond_Block
        amount: 128
        name: '&f&lDiamond Block!'
        lore:
        - '&e&nDiamond Block&7 from a Monthly Crate'
        chance: 4
      '8':
        item: Gold_Block
        amount: 128
        name: '&f&lGold Block!'
        lore:
        - '&e&nGold Block&7 from a Monthly Crate'
        chance: 4
      '9':
        item: Iron_Block
        amount: 256
        name: '&f&lIron Block!'
        lore:
        - '&e&nIron Block&7 from a Monthly Crate'
        chance: 4
      '10':
        item: diamond_pickaxe
        amount: 1
        name: '&7&lMarch Pickaxe &6(OP)!'
        lore:
        - '&e&nPickaxe&7 from a Monthly Crate'
        enchants:
        - efficiency:7
        - unbreaking:5
        - fortune 5
        chance: 1
      '11':
        item: diamond_helmet
        amount: 1
        name: '&f&lMarch Helmet'
        lore:
        - '&e&nHelmet&7 from a Monthly Crate'
        enchants:
        - protection:5
        - unbreaking:5
        chance: 1
      '12':
        item: diamond_chestplate
        amount: 1
        name: '&7&lMarch Chestplate'
        lore:
        - '&e&nChestplate&7 from a Monthly Crate'
        enchants:
        - protection:5
        - unbreaking:5
        chance: 1
      '13':
        item: diamond_leggings
        amount: 1
        name: '&7&lMarch Leggings'
        lore:
        - '&e&nLeggings&7 from a Monthly Crate'
        enchants:
        - protection:5
        - unbreaking:5
        chance: 1
      '14':
        item: diamond_boots
        amount: 1
        name: '&7&lMarch Boots'
        lore:
        - '&e&nBoots&7 from a Monthly Crate'
        enchants:
        - protection:5
        - unbreaking:5
        - depth_strider:3
        chance: 1
      '15':
        item: diamond_sword
        amount: 1
        name: '&7&lMarch Sword'
        lore:
        - '&e&nSword&7 from a Monthly Crate'
        enchants:
        - sharpness:6
        - unbreaking:5
        - fire_aspect:3
        chance: 1
    final-items:
      '1':
        item: PAPER
        amount: 1
        name: '&a&lTenant Rank'
        commands:
        - pex user {name} group add tenant
        chance: 30
      '2':
        item: PAPER
        amount: 1
        name: '&b&lOfficer Rank'
        commands:
        - pex user {name} group add officer
        chance: 20
      '3':
        item: PAPER
        amount: 1
        name: '&a&lAccountant Rank'
        commands:
        - pex user {name} group add accountant
        chance: 10
      '4':
        item: PAPER
        amount: 1
        name: '&6&lAdvisor Rank'
        commands:
        - pex user {name} group add advisor
        chance: 5
      '5':
        item: tripwire_hook
        amount: 5
        name: '&b&lVote Key'
        commands:
        - crate give v vote 5 {name}
        chance: 15
      '6':
        item: tripwire_hook
        amount: 4
        name: '&b&lEncrypted Key'
        commands:
        - crate give v encrypted 4 {name}
        chance: 10
      '7':
        item: tripwire_hook
        amount: 3
        name: '&b&lSafe Key'
        commands:
        - crate give v safe 3 {name}
        chance: 10

If it doesn't, send me a private message or add me on discord at GAllen#5403
 
Last edited:
Status
This thread has been locked.
Top