Battlepass Ultimate (Premium) icon

Battlepass Ultimate (Premium) 2.0.1

Multiple BattlePasses, One Click Away.

Page 1 2 3 4 5
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
1.0.24 Nov 12, 2023
Materials Checkers! Config.yml bug solved!
  • Solved an issue that regenerate the config.yml every reload.
  • Added Materials checker in Premium and free rewards gui.
  • and prevented to add not existing materials.
  • Added new message invalid-material
1.0.23 Nov 12, 2023
Fixxed the same issue on paper

Fixxed same issue on creating a new battlepass on paper

1.0.22 Nov 12, 2023
Fixxed an issue on creating a new battlepass

Fixxed an issue on creating a new battlepass

1.0.21 Nov 12, 2023
Spigot version updated!
  • Solved all bugs from Spigot version
  • Updated the spigot version with all of newest updates 
  • Small improvements to code
1.0.20 Nov 11, 2023
config.yml bug fix

Fixxed an issue with config.yml

1.0.19 Nov 9, 2023
Back button on EditorGUI!
  • Finally added the back button in all editorGUI
  • Code improvements
1.0.18 Nov 8, 2023
Several bug fix, and improvements!
  • Fixxed a several bug when adding rewards
  • Added missing message on create a reward
  • Added other informations in reward section
  • Reworked some part of code 
  • Added more descriptions
  • General improvements
  • switch from maven to gradle
  • Changed a lot of messages using gradient colors
1.0.17 Nov 6, 2023
Added descriptions, new messages and improvements!
  • Added string list regeneration if don't exist on messages.yml file
  • Added descriptions in the main editor gui
  • Added new messages when edit commands and on creation of rewards
  • Small improvements to code
  • Removed other debug
1.0.16 Nov 6, 2023
Report issue command
  • Added new command /bpa report to give informations to help dev to find issue
1.0.15 Nov 6, 2023
Placeholder updates, and improvements
Page 1 2 3 4 5

battlepass

utlimate

battlepass

fortnite

battlepass

battle

pass

You might also like...