Voxel Shop beta is live. Expect occasional bugs. Learn more  
Battlepass Ultimate (Premium) icon

Battlepass Ultimate (Premium) 2.2.0

Multiple BattlePasses, One Click Away.

Page 1 2 3 4 5 6
1.0.44 Dec 16, 2023
Reset bug fix

Fixxed an issue with /battlepassadmin reset <playerName>

1.0.43 Dec 16, 2023
Fix rare issue

Fixxed an rare issue on loading files

1.0.42 Dec 15, 2023
Exclude items section
  • Added exclude item section in battlepass.yml config which allows you to exclude from premium or free rewards from the battlepass
exclude-rewards:
  free:
    - 0
    - 1
  premium:
    - 2
    - 3
1.0.41 Dec 15, 2023
New placeholders and update
  • 1.20.4 (api update spigot and paper)
  • Added new placeholder! %albattlepass_exp_<level>% return the require exp of certain level example: %albattlepass_exp_1% return the amount of exp you need to level 1
  • Updated HikariCP from 5.0.1 to 5.1.0
1.0.40 Dec 6, 2023
Prevent some issues!
  • Prevent an issue if you don't have any battlepass as active
  • Prevent an issue if you remove the active battlepass file
1.0.39 Dec 2, 2023
PlaceholderAPI support in rewards GUI!

PlaceholdersAPI Integration:

  • Implemented support for PlaceholdersAPI in the rewards GUI:
    • Display Name: Now supports PlaceholdersAPI, enhancing customization.
    • Lore: Enhanced with PlaceholdersAPI support, allowing for dynamic content within the rewards GUI.
1.0.38 Dec 2, 2023
Enchanted option
  • Added enchanted option on items
  rewards:

0:
premium:
commands:
- "give %player% paper 1"
displayitem:
material: "PAPER"
customdata: 100
name: "<gray>Level 0 (Premium)"
enchanted: true
lore:
- "<yellow>This is a premium reward"
free:
commands:
- "give %player% paper 1"
displayitem:
material: "PAPER"
customdata: 100
enchanted: false
name: "<gray>Level 0 (Free)"
lore:
- "<gray>This is a free reward"
1.0.37 Nov 27, 2023
New update checker

I have made a lot of improvements to updatechecker because a lot of people don't update the plugin: 


amcjLIM.png

1.0.36 Nov 27, 2023
Removed license system

Removed license system 

1.0.35 Nov 27, 2023
New section in editor! Displayitems
  • Added new Display item section! now you can modify previous page and next page 
  • Improved some parts of code 
  • Changed display items of main page of editor. 
1.0.34 Nov 25, 2023
License Key system for premium users
  • License Key system! 
    Since one of my plugins was recently leaked, I decided to work on a license key system. To get your license, enter the discord, open a ticket, and I will assign you a license as soon as possible!
  • Discord link: discord.gg/S8GjzxWjmP
Attention, if the key does not exist the plugin will be put in the Free version so it will still be usable, even if the license server goes offline the plugin will continue to work
1.0.33 Nov 23, 2023
Editor exptable section improvements
  • Improved the exptable section adding GuiEditor! 
  • Improved exptable system
  • Code improvements
Please let me know if you have any issue! Join now in discord: discord.gg/S8GjzxWjmP
1.0.32 Nov 21, 2023
Customizable Aliases
  • Customizable aliases for /battlepassadmin and battlepass
  • Compatibility with customizable aliases for Spigot version
  • Improvements to code
1.0.31 Nov 20, 2023
Fixxed issues of Exptable
  • Fixxed all issues on startup about Exptable
  • Improved error handling
  • Thank you so much to Deveroonie to report the issue! 
1.0.30 Nov 18, 2023
NEW FEATURE: EXPTABLE
  • NEW FEATURE! EXPTABLE: Now you can change the exp curve in the new file exptable.
  • Improved a lot ActiveBattlepasss system.
  • For the moment the changing of exptable require to restart the server.
  • Can have small issue let me know joining in discord!
tables:

default: #this is the name of the table you need to define in EDITOR
- 100 # this is the amount of exp you need to level up from level 1 to level 2
- 200 # level 2 to level 3
- 300
- 400
- 500
- 600
- 700
- 800
- 900
- 1000
- 1100
- 1200
- 1300
- 1400
- 1500
- 1600
- 1700
- 1800
- 1900
- 2000
- 2100
- 2200
- 2300
- 2400
- 2500
- 2600
- 2700
- 2800
- 2900
- 3000
example:
- 1000
- 2000
- 3000
- 4000
- 5000
- 6000
- 7000
- 8000
- 9000
- 10000
1.0.29 Nov 17, 2023
New admin commands!
  • Removed small part of duplicated code 
  • NEW IMPORTANT FEATURE: New admin commands avaiable! 
  • /battlepassadmin setlevel <player> <level> - this command only change the level of user
  • /battlepassadmin setexp <player> <exp> - this command change the experience of user
  • /battlepassadmin reset <player> (This remove the data of taked rewards)
  • Added new messages related to new commands
1.0.28 Nov 16, 2023
A lot of improvements!
  • Added a description to add Reward and colors.
  • Changed id to level, and added missing lore in premium rewards.
  • Added decription to commands, customdata, material, name and color support.
  • Reworked Lore system of editing item now working fine and you can remove lines
  • Added messages on setting values to items options
1.0.27 Nov 16, 2023
Multi slot support for pages!
  • Added support of multislot for previous and next page 
  • Example:
  previous-page:

material: "ARROW"
name: "<gray>Previous page"
customdata: 100
lore:
- "<gray>Click to go to the previous page"
slot:
- 9
- 10
next-page:
material: "ARROW"
name: "<gray>Next page"
customdata: 100
lore:
- "<gray>Click to go to the next page"
slot:
- 16
- 17
1.0.26 Nov 15, 2023
SOUND SYSTEM!
  • [NEW FEATURE] Sound system in battlepass rewards gui! 
  • Now you can set and customize all sound from any action on battlepass gui
  • The new config part will be auto generated on start, if you want you can copy and paste this to conifg.yml
    custom_sounds:
    
    enabled: true
    # This sound is used when player click a premium slot
    # without premium permission
    no-premium-permission-sound:
    enabled: true
    name: BLOCK_ANVIL_LAND
    volume: 1.0
    pitch: 1.0
    premium-reward-claimed:
    enabled: true
    name: ENTITY_PLAYER_LEVELUP
    volume: 1.0
    pitch: 1.0
    reward-already-claimed:
    enabled: true
    name: ENTITY_VILLAGER_NO
    volume: 1.0
    pitch: 1.0
    free-reward-claimed:
    enabled: true
    name: BLOCK_NOTE_BLOCK_PLING
    volume: 1.0
    pitch: 1.0
    level-not-reached:
    enabled: true
    name: ENTITY_ENDERMAN_TELEPORT
    volume: 1.0
    pitch: 1.0

1.0.25 Nov 13, 2023
Battlepass info reworked!
  • New battlepass info command
  • Now /battlepass info its customizable in messages.yml
  • Now /battlepass info user have a permission: 
    anotherlevel.battlepass.info.other
Page 1 2 3 4 5 6
Sign in
$17.24 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe

battlepass

utlimate

battlepass

fortnite

battlepass

battle

pass