LotteryPool (v1.3.0)

Details

  • Filename
    LotteryPool (v1.3.0).jar
  • Uploaded by
  • Uploaded
    Jan 20, 2019
  • Size
    26.07 KB
  • Downloads
    199
  • MD5
    3cf6acc7274c90bdbdcff109441834bf

Supported Bukkit Versions

  • 1.12

Changelog

This is a huge update. (THE PLUGIN IS NOW FULLY TRANSLATABLE!)
 
UPDATES
 
  • You can now edit each and every object's names, description and appearance in the GUI.
  • Several new placeholders added like %totaltime%, %price%, %taxamount%.
If you're updating from version 1.2.4 (MINECRAFT 1.12), these are the changes to the config.yml -
 
[code=YAML]# View a list of sounds here -> https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html - Make sure you use the correct version's SOUND name! 
sounds:
 
 
# View a list of materials here -> https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html - Make sure you use the correct version's BLOCK name!
gui:
  purchase-ticket:
    item: HOPPER
    name: '&9BUY LOTTERY'
    description:
      - ' '
      - '&7(&9!&7) &9LEFT CLICK &7 to register'
      - '&7for the current LOTTERY &9POOL&7.'
  pool-check:
    item: DIAMOND
    name: '&9CHECK POOL AMOUNT'
    description:
      - ' '
      - '&7(&9!&7) &9LEFT CLICK &7 to view'
      - '&7the total LOTTERY &9POOL&7.'
  
    pool-amount:
      item: PAPER
      name: '&cLOTTERY POOL AMOUNT -'
      description:
        - '&7%amount%'
    pool-time:
      item: CLOCK
      name: '&9POOL DURATION'
      description:
        - ' '
        - '&7(&9!&7) &9CURRENT POOL &7ends in &9%time% &7minutes(s).'        
 
  view-players:
    item: PLAYER_HEAD
    name: '&9PlAYER LIST'
    description:
      - ' '
      - '&7(&9!&7) &9LEFT CLICK &7to view the participants'
      - '&7of the LOTTERY &9POOL&7.'
      - ' '
      - '&7(&9%players%&7) player(s) currently participating.'
  
  next-pool:
    item: CLOCK
    name: '&9NEXT POOL'
    description:
      - ' '
      - '&7(&9!&7) &9NEXT POOL is in &9%totaltime% &7minute(s)'
  
  participate:
      enoughMoney:
        item: EMERALD
        name: '&aPARTICIPATE NOW!'
        description:
          - ' '
          - '&7(&9!&7) &9LEFT CLICK &7to purchase a lottery ticket'
          - '&7the price currently is, &9%price%&7,'
          - '&7the lottery tax is, &9%taxamount%&7.'
      notEnoughMoney:
        item: REDSTONE
        name: '&cERROR!'
        description:
          - ' '
          - '&7(&c!&7) &cYOU DO NOT HAVE ENOUGH MONEY TO JOIN THE LOTTERY!'
          - '&7the price currently is, &c%price%&7,'
          - '&7the lottery tax is, &c%taxamount%&7.'
      alreadyParticipated:
        item: REDSTONE
        name: '&cERROR!'
        description:
          - ' '
          - '&7(&c!&7) &cYOU HAVE ALREADY PARTICIPATED!'  
     
  noLotteries:
    item: GUNPOWDER
    name: '&7(&c!&7) &cTHERE ARE CURRENTLY NO ON-GOING LOTTERY POOLS.'
    description:
    - ''
 
  goBack:
    item: BARRIER
    name: '&cGO BACK'
    description:
      - '&7(&9!&7) &9LEFT CLICK to go back to the previous page.'    
     
[/code]