You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffCods
- Creation date
Added option to add potions types to bottle and levels
Duration of potion need to be typed in manually
YAML:Item_5: Item: POTION Glow: false Amount: 1 DisplayName: '&6Magic Potion' Price: 50 Lore: Flags: #- "HIDE_POTION_EFFECTS" Commands: - 'give %player% potion 1' - '' Potion: Type: SPEED Level: 1 Slot: 5
Added option to print out custom message on item buy example:
![]()
Added option declined permission if player has this permission they will not be able to buy specific item, example:
DeclinedPermission: "banana.is.potato"
Added option to specify driver option for your data base
you can pick between:
#Mysql 5.x.x - Driver: "com.mysql.jdbc.Driver"
#Mysql 8.x.0 - Driver: "com.mysql.cj.jdbc.Driver"
![]()
Added experimental option to use ItemsAdder plugins items with there ID's
Example:
![]()
Fixed some stuff with top balance updating
Added delay on token add command if is used on player join event there were reports tokens were not added.
So now command will add tokens 3 second after player join server when they are fully loaded
Fixed some problems with reload command