Random Coins Talisman

Talisman that gives random coins at random intervals.

The random coins talisman gives a random amount of coins in a random amount of time. It still is configurable so you have a control on how many coins a talisman will give.

You are allowed to change the custom texture of the talisman, minimum coins a player can receive, maximum coins a player can receive and also the intervals, as seen in the example below.

random_coins_example.yml
    0:
      skull-texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTdmNTdlN2FhOGRlODY1OTFiYjBiYzUyY2JhMzBhNDlkOTMxYmZhYmJkNDdiYmM4MGJkZDY2MjI1MTM5MjE2MSJ9fX0='
      name: '&6Lucky Coins Talisman'
      #Minimum interval and maximum interval are numbers represented in minutes
      minimum-interval: 3
      maximum-interval: 7
      minimum-coins: 1
      maximum-coins: 5
      lore:
        - ''
        - '&7This talisman gives you'
        - '&7a small amount of coins'
        - '&7at random intervals.'
        - ''
        - '&7Coins Interval: &e3 - 7 minutes'
        - '&7Maximum Amount: &65 coins'
        - ''
        - '&eClick to upgrade!'
    1:
      skull-texture: 'eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTU2NGU1NTM4MGQzOTkwMDJlMDFjZjBiMTI3NzRjZGE2YTdhMjZkODZiNTliZjg2MjkyODRlZjFhMzg3ZDRkMCJ9fX0='
      #How much does it cost to upgrade to this one
      upgrade-cost: 15000
      name: '&6Lucky Coins Ring'
      #Minimum interval and maximum interval are numbers represented in minutes
      minimum-interval: 5
      maximum-interval: 7
      minimum-coins: 3
      maximum-coins: 17
      lore:
        - ''
        - '&7This talisman gives you'
        - '&7a small amount of coins'
        - '&7at random intervals.'
        - ''
        - '&7Coins Interval: &e5 - 7 minutes'
        - '&7Maximum Amount: &617 coins'
        - ''
        - '&eClick to upgrade!'

Last updated