BattlePass icon

BattlePass -----

Complete daily challenges and unlock exclusive rewards in this engaging BattlePass system!



New custom shop system
Added coins!
reach top 10 players for earn Coins, use your coins for buy some special item!

new commands:
/battlepass addcoins <Nickname> 10
/battlepass removecoins <Nickname> 10

here some screenshot:

22222222222.png

333333333333.png

44444444444444444.png

111111111111111.png

New file added:
Code (YAML):
shop-items :
  # Economia
  money-small
:
    slot
: 10
    material
: GOLD_NUGGET
    display-name
: "&e&lSmall Money Pack"
    lore
:
     - "&7A small boost to your economy!"
      - ""
      - "&7You will receive:"
      - "&f• $5,000"
      - ""
      - "&7Price
: &e10 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 10
    commands:
      - "
eco give <player> 5000 "

  money-medium:
    slot: 11
    material: GOLD_INGOT
    display-name: "
&6&lMedium Money Pack "
    lore:
      - "
&7A nice amount of money! "
      - "
"
      - "
&7You will receive: "
      - "
&f• $15,000 "
      - "
"
      - "
&7Price : &e25 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 25
    commands:
      - "
eco give <player> 15000 "

  money-large:
    slot: 12
    material: GOLD_BLOCK
    display-name: "
&6&lLarge Money Pack "
    lore:
      - "
&7A substantial economic boost! "
      - "
"
      - "
&7You will receive: "
      - "
&f• $50,000 "
      - "
"
      - "
&7Price : &e75 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 75
    commands:
      - "
eco give <player> 50000 "

  money-ultra:
    slot: 13
    material: GOLD_BLOCK
    display-name: "
&6&lUltra Money Pack "
    lore:
      - "
&7A substantial economic boost! "
      - "
"
      - "
&7You will receive: "
      - "
&f• $150,000 "
      - "
"
      - "
&7Price : &e75 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 95
    commands:
      - "
eco give <player> 150000 "

  # Blocchi preziosi
  diamond-block:
    slot: 14
    material: DIAMOND_BLOCK
    display-name: "
&b&lDiamond Block "
    lore:
      - "
&7A precious diamond block! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Diamond Block "
      - "
"
      - "
&7Price : &e30 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 30
    items:
      - material: DIAMOND_BLOCK
        amount: 1

  emerald-block:
    slot: 15
    material: EMERALD_BLOCK
    display-name: "
&a&lEmerald Block "
    lore:
      - "
&7A valuable emerald block! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Emerald Block "
      - "
"
      - "
&7Price : &e25 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 25
    items:
      - material: EMERALD_BLOCK
        amount: 1

  netherite-ingot:
    slot: 16
    material: NETHERITE_INGOT
    display-name: "
&4&lNetherite Ingot "
    lore:
      - "
&7The rarest material! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Netherite Ingot "
      - "
"
      - "
&7Price : &e50 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 50
    items:
      - material: NETHERITE_INGOT
        amount: 1

  # Strumenti e armature
  diamond-tools:
    slot: 19
    material: DIAMOND_PICKAXE
    display-name: "
&b&lDiamond Tool Set "
    lore:
      - "
&7A complete set of diamond tools! "
      - "
"
      - "
&7Contains: "
      - "
&f• Diamond Pickaxe "
      - "
&f• Diamond Axe "
      - "
&f• Diamond Shovel "
      - "
&f• Diamond Hoe "
      - "
&f• Diamond Sword "
      - "
"
      - "
&7Price : &e40 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 40
    items:
      - material: DIAMOND_PICKAXE
        amount: 1
      - material: DIAMOND_AXE
        amount: 1
      - material: DIAMOND_SHOVEL
        amount: 1
      - material: DIAMOND_HOE
        amount: 1
      - material: DIAMOND_SWORD
        amount: 1

  diamond-armor:
    slot: 20
    material: DIAMOND_CHESTPLATE
    display-name: "
&b&lDiamond Armor Set "
    lore:
      - "
&7Full diamond protection! "
      - "
"
      - "
&7Contains: "
      - "
&f• Diamond Helmet "
      - "
&f• Diamond Chestplate "
      - "
&f• Diamond Leggings "
      - "
&f• Diamond Boots "
      - "
"
      - "
&7Price : &e45 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 45
    items:
      - material: DIAMOND_HELMET
        amount: 1
      - material: DIAMOND_CHESTPLATE
        amount: 1
      - material: DIAMOND_LEGGINGS
        amount: 1
      - material: DIAMOND_BOOTS
        amount: 1

  # Oggetti utili
  elytra:
    slot: 21
    material: ELYTRA
    display-name: "
&f&lElytra "
    lore:
      - "
&7Wings to fly through the skies! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Elytra "
      - "
"
      - "
&7Price : &e60 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 60
    items:
      - material: ELYTRA
        amount: 1

  shulker-box:
    slot: 22
    material: SHULKER_BOX
    display-name: "
&d&lShulker Box "
    lore:
      - "
&7Portable storage solution! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Shulker Box "
      - "
"
      - "
&7Price : &e35 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 35
    items:
      - material: SHULKER_BOX
        amount: 1

  totem:
    slot: 23
    material: TOTEM_OF_UNDYING
    display-name: "
&6&lTotem of Undying "
    lore:
      - "
&7Cheat death once! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Totem of Undying "
      - "
"
      - "
&7Price : &e80 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 80
    items:
      - material: TOTEM_OF_UNDYING
        amount: 1

  # Consumabili
  golden-apples:
    slot: 24
    material: GOLDEN_APPLE
    display-name: "
&6&lGolden Apple Pack "
    lore:
      - "
&7Healing and regeneration! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 16x Golden Apples "
      - "
"
      - "
&7Price : &e20 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 20
    items:
      - material: GOLDEN_APPLE
        amount: 16

  enchanted-golden-apple:
    slot: 25
    material: ENCHANTED_GOLDEN_APPLE
    display-name: "
&5&lEnchanted Golden Apple "
    lore:
      - "
&7The ultimate healing item! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Enchanted Golden Apple "
      - "
"
      - "
&7Price : &e30 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 30
    items:
      - material: ENCHANTED_GOLDEN_APPLE
        amount: 1

  experience-bottles:
    slot: 28
    material: EXPERIENCE_BOTTLE
    display-name: "
&a&lExperience Bottles "
    lore:
      - "
&7Level up your enchantments! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 64x Experience Bottles "
      - "
"
      - "
&7Price : &e15 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 15
    items:
      - material: EXPERIENCE_BOTTLE
        amount: 64

  ender-pearls:
    slot: 29
    material: ENDER_PEARL
    display-name: "
&5&lEnder Pearl Pack "
    lore:
      - "
&7Teleport to safety! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 16x Ender Pearls "
      - "
"
      - "
&7Price : &e18 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 18
    items:
      - material: ENDER_PEARL
        amount: 16

  # Blocchi da costruzione
  building-blocks:
    slot: 30
    material: QUARTZ_BLOCK
    display-name: "
&f&lBuilder's Pack "
    lore:
      - "
&7Premium building materials! "
      - "
"
      - "
&7Contains: "
      - "
&f• 64x Quartz Blocks "
      - "
&f• 64x Sea Lanterns "
      - "
&f• 64x Prismarine Blocks "
      - "
&f• 64x Dark Prismarine "
      - "
"
      - "
&7Price : &e22 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 22
    items:
      - material: QUARTZ_BLOCK
        amount: 64
      - material: SEA_LANTERN
        amount: 64
      - material: PRISMARINE
        amount: 64
      - material: DARK_PRISMARINE
        amount: 64

  # Materiali rari
  nether-star:
    slot: 31
    material: NETHER_STAR
    display-name: "
&f&lNether Star "
    lore:
      - "
&7Create a beacon! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Nether Star "
      - "
"
      - "
&7Price : &e70 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 70
    items:
      - material: NETHER_STAR
        amount: 1

  beacon:
    slot: 32
    material: BEACON
    display-name: "
&b&lBeacon "
    lore:
      - "
&7Powerful area effects! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 1x Beacon "
      - "
"
      - "
&7Price : &e90 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 90
    items:
      - material: BEACON
        amount: 1

  # Oggetti per redstone
  redstone-pack:
    slot: 33
    material: REDSTONE_BLOCK
    display-name: "
&c&lRedstone Engineer Pack "
    lore:
      - "
&7Everything for redstone builds! "
      - "
"
      - "
&7Contains: "
      - "
&f• 64x Redstone Blocks "
      - "
&f• 32x Pistons "
      - "
&f• 32x Sticky Pistons "
      - "
&f• 16x Observers "
      - "
&f• 64x Redstone Repeaters "
      - "
"
      - "
&7Price : &e28 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 28
    items:
      - material: REDSTONE_BLOCK
        amount: 64
      - material: PISTON
        amount: 32
      - material: STICKY_PISTON
        amount: 32
      - material: OBSERVER
        amount: 16
      - material: REPEATER
        amount: 64

  # XP economico
  xp-levels:
    slot: 34
    material: ENCHANTING_TABLE
    display-name: "
&5&lExperience Levels "
    lore:
      - "
&7Direct XP level boost! "
      - "
"
      - "
&7You will receive: "
      - "
&f• 30 Experience Levels "
      - "
"
      - "
&7Price : &e12 Battle Coins "
      - "
"
      - "
&e&lCLICK TO PURCHASE "
    price: 12
    commands:
      - "
xp give <player> 30L "
----------, Jul 18, 2025
Resource Information
Author:
----------
Total Downloads: 331
First Release: Jun 12, 2025
Last Update: Jul 18, 2025
Category: ---------------
All-Time Rating:
3 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings