BeastTokens - Custom currency

VIP Plugins BeastTokens - Custom currency 4.1.3

Pro Download
Fixed bug with items not loading in gui for 1.21 version
Support for 1.21
Forgot to update version number so re-uploading!
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:
1707016265111.png

Added option declined permission if player has this permission they will not be able to buy specific item, example:
DeclinedPermission: "banana.is.potato"
Bug fix for message.yml not loading properly
Bug Fix for rotating shop throwing error in console for some users!
Bug Fix for rotating shop throwing error in console for some users!
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"
1706457446392.png

Added experimental option to use ItemsAdder plugins items with there ID's
Example:
1706457452175.png

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
Fixed reported problems with player heads not working!
SkullName: "%player%"
Fixed problem with 1.8 version not been able to load message.yml file
Back
Top Bottom