
BattlePass Ultimate (Free) 2.0.1
Multiple BattlePasses, One Click Away.
1.0.48
Dec 27, 2023
Fixxed spigot support
- Displayitems editor (not finished)
- Spigot support (paperlibs loading bug fix with ShadowJar)
1.0.47
Dec 21, 2023
New display-items (alpha), and important bug fix
- Fixxed a several issue that don't give rewards
- Added new section display-items (only file editing actually)
1.0.46a
Dec 21, 2023
Fixxed battlepass.yml
- Fixxed spaces in rewards section in default battlepass.yml file
- (in 1.0.46 version i have added folia support!)
1.0.45
Dec 18, 2023
BACKUP SYSTEM!
- BACKUP SYSTEM!
- Some problems can happen every now and then, which is why I decided to insert a backup system, it will create backups in the backup folder that you will find in the plugin folder and create a backup every 12 hours
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
[code=YAML]exclude-rewards:
free:
- 0
- 1
premium:
- 2
- 3[/code]
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:
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!