2.0.1 Jan 3, 2025
Improvements and Fixes
- Added better support for Minecraft 1.21.3.
- Preliminary support for 1.21.4.
- Added aliases for `/bpa add <player> <exp>`: now you can use `/bpa addexp` and `/bpa giveexp`.
- Fixed console spam issue: "Invalid level requested".
- Improved the reload command for better functionality.
Found a bug or have a feature request? Join our Discord: https://discord.gg/S8GjzxWjmP
2.0 Nov 12, 2024
1.21.3 update
- Dependencies updated
- 1.21.3 support
2.0 Nov 4, 2024
Tabcompleter & Experience
- Reworked experience system: now, when you gain 100,000 experience points, you will level up multiple times consecutively.
- Enhanced tab completer suggestions for battlepassAdminCommand to make it clearer and easier to use.
2.0-beta Oct 18, 2024
Improvements and fix
- Fixxed broken config.yml
- Added new command /bpa open <player> for force open battlepass gui
- Improved tab completer for battlepass admin commands
- updated gradle to 8.10.2
- updated dependencies in plugin.yml and paper loader
- Added new conditions format [code=YAML] conditions:- type: pagesvalue: [1, 2] # This item will only appear on pages 1 and 2- type: permissionvalue: "al.battlepass.event" # Player must have this permission- type: levelvalue: 10 # Player must be at least level 10[/code]
-
Other improvements
2.0-beta Oct 15, 2024
Conditions improvements
- Improved battlepass config with explainations
- Added missing key "value" of conditions
- Updated dependencies
Report bugs or let me know if you want any feature on discord! https://discord.com/invite/S8GjzxWjmP
2.0-beta Sep 10, 2024
Fixxed another issue
Fixxed another issue
2.0-beta Sep 10, 2024
Small bug fix
Small bug fix
2.0-beta Sep 8, 2024
READ BEFORE UPDATE!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
Hi guys this is 2.0 beta, its not stable, but i need some tester to find any bugs! report it on discord! https://discord.com/invite/S8GjzxWjmP
2.0-BETA Aug 26, 2024
beta fixes
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
- Fixxed an issue relating of rewards default battlepass.yml file
- Fixxed Pages system not appearing
- Fixxed not cancelling interactions in the main menu
- Know issue: bug while creating a new battlepass doesn't create a reward file
2.0-BETA Aug 26, 2024
BETA version
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
- New rewards file for each battlepass
- New editor with some features (not finished)
- Battlepass improvements
- customdata supports
- General improvements changed default structure
2.0-ALPHA Jul 6, 2024
Please before install READ! ALPHA VERSION
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS!
- Reworked all battlepass file structure, now its more understandable and are divided in sections with new configurations
- NEW: added 4 STATUS for rewards, blocked need purchase, unlocked, taked, blocked need level
- Display-items now have conditions! Level, permission check and change the item or slots
- In the new battlepass plugin you can customize everything!
- In this version you can't use the editor
- A lot of code have been cleaned
- Need to be more optimized
THIS VERSION ITS NOT COMPATIBLE WITH OTHERS, AND ITS NOT FOR PRODUCTIONS SERVERS
1.0.69 Jun 23, 2024
Other issues, and improvements
- Bug fix for commandAPI 9.5.1
- Fix an error while trying to connect the database but the folder its not loaded first (only first startup error)
- An error while can't find the version of server
- Library update: sqlite-jdbc:3.46.0.0
- Gradle updated from 8.4 to 8.8
1.0.69 Jun 23, 2024
Other issues, and improvements
- Bug fix for commandAPI 9.5.1
- Fix an error while trying to connect the database but the folder its not loaded first (only first startup error)
- An error while can't find the version of server
- Library update: sqlite-jdbc:3.46.0.0
- Gradle updated from 8.4 to 8.8
1.0.68 Jun 23, 2024
Fixxed support for 1.21/1.20.6
- Fixxed support for versions 1.21 and 1.20.6
- Updated command API
1.0.67 Jun 17, 2024
Bug fix and 1.21
- 1.21 api support
- Updated CommandAPI to 9.5.0
- Solved an issue with required_exp placeholder
1.0.66 Jun 9, 2024
1.20.6 update
IF YOU DIDN'T UPDATE FROM 1.0.65 READ LATEST CHANGELOG!
IF YOU DIDN'T UPDATE FROM 1.0.65 READ LATEST CHANGELOG!
IF YOU DIDN'T UPDATE FROM 1.0.65 READ LATEST CHANGELOG!
- 1.20.6 SUPPORT
- Libraries update
- Updates kyori api to 4.17
- kyori bukkit to 4.3.3
- gson to 2.11.0
- Changed enchantment to MENDING to make it work with 1.20.6 and backward versions
- Updated folia to 1.20.4
- Updatd spigot to 1.20.6
- Updated commandapi and inventoryframework
I'm working on a new version that will break all battlepass but will include a lot of new features and important performance improvements!
1.0.65 Apr 12, 2024
Console commands improvements, new SQLITE support, code improvements!
Please make a backup first, of your local database. If you are using the local database this update will break your database because h2database was upgraded to 224!
- New local database support SQLITE this will be the new default local database, because its more stable and it don't will break every changed version. I didn't remove h2database, its avaiable disabiling sqlite in the config.
- Now /battlepassadmin setlevel support console command
- Now /battlepassadmin reload support console command
- Now /battlepassadmin setexp support console command
- Now /battlepassadmin reset support console command
- Now /battlepassadmin help support console command
- Updated help command on console
- Corrected the wrong use of arguments in commandapi
- Use the correctly use of ResultSet in the database structure
- Changed the database structure in config.yml
- Improvements to Database system in code
- Improved some database error message from console.
- Updated all kyori apis to 4.16 and other
- Folia from 1.19.4 to 1.20.1
- h2databse from 222 to 224 (This will break your local database)
- Added new API for Guis IF its not implemented yet in the code.
- Code is more cleaner
- Small code improvements
- A lot of refactoring
1.0.64 Feb 15, 2024
Fixxed spigot issue
Fixxed spigot issue
1.0.63 Feb 10, 2024
DOWNLOAD THIS VERSION
- Contains bug fix to Spigot version
- Fixxed an issue that don't give rewards commands
1.0.62b Feb 10, 2024
Other missing fixes for Spigot version
Other missing fixes for Spigot version
1.0.62a Feb 10, 2024
Fix few issue with spigot version
Fix few issue with spigot version
1.0.62 Feb 6, 2024
Added legacy color support!
Added legacy color support!
1.0.61 Feb 5, 2024
Editor improvements
- Prevent errors in premium section on missconfigured
- Removed chat action on adding rewards
- Improvements to editor
1.0.60a Jan 29, 2024
Small improvement
- Prevent an issue with editor if the displayname is null
1.0.60 Jan 29, 2024
Improvements, and fix
- Probably fix issues with exclude rewards
- Code improvements