Multiple BattlePasses, One Click Away.
PlaceholdersAPI Integration:
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"
I have made a lot of improvements to updatechecker because a lot of people don't update the plugin:

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 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
- 17custom_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
Fixxed same issue on creating a new battlepass on paper
Fixxed an issue on creating a new battlepass