Advertisement
Guest User

Untitled

a guest
Feb 4th, 2019
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.46 KB | None | 0 0
  1. settings:
  2. guititle: '&9&l → LOTTERY'
  3. # If enabled, bossbar will be loaded whenever a lottery starts.
  4. bossbar: false
  5. # Sets the boss bar color, allowed colors are - BLUE, GREEN, PINK, PURPLE, RED, WHITE & YELLOW.
  6. bossbarcolor: 'YELLOW'
  7. # Set the message of the bossbar.
  8. bossbarmessage: '&7(&9%players%&7) participants currently in the lottery pool. Time left, &9%time% MINUTE(S)'
  9. # Set the minute at which the boss bar will turn red.
  10. bossbaralert: 14
  11. bossbaralertcolor: 'RED'
  12. # Set the lottery currency. Default is '$'.
  13. lotterycurrency: '$'
  14. # Set the fixed lottery price.
  15. lotteryprice: 2000
  16. # Set the lottery start interval. (time is in minutes)
  17. lotteryevery: 70
  18. # Set how long each lottery will last. (time is in minutes)
  19. lotteryduration: 15
  20. # If enabled, the lottery will start right when the server is started/restarted.
  21. onserverstart: true
  22. # Set how much tax should the lottery be. Put '0' if you want no tax to be charged.
  23. taxamount: 500
  24.  
  25. # 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!
  26. sounds:
  27. # If enabled, sound will play on lottery start.
  28. playsoundonstart: true
  29. startsound: 'BAT_HURT'
  30. # If enabled, sound will play to the lottery winner.
  31. playsoundtowinner: true
  32. winnersound: 'BAT_HURT'
  33. commandsound: 'BAT_HURT'
  34. opensound: 'BAT_HURT'
  35. buysound: 'BAT_HURT'
  36. messages-en:
  37. prefix: '&7(Lottery&9Pool) &7→ '
  38. participatebroadcast: '&9%player% &7has participated in the current lottery pool. &9&o/lpl to participate. &7(&c!&7) &c$%taxamount% has been charged extra as tax.'
  39. lotteryendbroadcast: '&9%player% &7has won a total of &9$%amount% &7from the lottery pool!'
  40. lotterystartbroadcast: '&7Lottery has been started, &9/lpl &7to participate. &7(LOTTERY DURATION: &9%time% MINUTES&7)'
  41. nowinnersbroadcast: '&7Since there were no participants, there is no winner.'
  42. nopermission: '&9&lHEY! &7You have no business using this command!'
  43. invalidusage: '&9Whoopies&7, looks like you used the command wrongly. For a list of commands, &9/lpl help'
  44.  
  45. # 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!
  46. gui:
  47. purchase-ticket:
  48. item: HOPPER
  49. name: '&9BUY LOTTERY'
  50. description:
  51. - ' '
  52. - '&7(&9!&7) &9LEFT CLICK &7 to register'
  53. - '&7for the current LOTTERY &9POOL&7.'
  54. pool-check:
  55. item: DIAMOND
  56. name: '&9CHECK POOL AMOUNT'
  57. description:
  58. - ' '
  59. - '&7(&9!&7) &9LEFT CLICK &7 to view'
  60. - '&7the total LOTTERY &9POOL&7.'
  61.  
  62. pool-amount:
  63. item: PAPER
  64. name: '&cLOTTERY POOL AMOUNT -'
  65. description:
  66. - '&7%amount%'
  67. pool-time:
  68. item: WATCH
  69. name: '&9POOL DURATION'
  70. description:
  71. - ' '
  72. - '&7(&9!&7) &9CURRENT POOL &7ends in &9%time% &7minutes(s).'
  73.  
  74. view-players:
  75. item: SKULL_ITEM
  76. name: '&9PlAYER LIST'
  77. description:
  78. - ' '
  79. - '&7(&9!&7) &9LEFT CLICK &7to view the participants'
  80. - '&7of the LOTTERY &9POOL&7.'
  81. - ' '
  82. - '&7(&9%players%&7) player(s) currently participating.'
  83.  
  84. next-pool:
  85. item: WATCH
  86. name: '&9NEXT POOL'
  87. description:
  88. - ' '
  89. - '&7(&9!&7) &9NEXT POOL is in &9%totaltime% &7minute(s)'
  90.  
  91. participate:
  92. enoughMoney:
  93. item: EMERALD
  94. name: '&aPARTICIPATE NOW!'
  95. description:
  96. - ' '
  97. - '&7(&9!&7) &9LEFT CLICK &7to purchase a lottery ticket'
  98. - '&7the price currently is, &9%price%&7,'
  99. - '&7the lottery tax is, &9%taxamount%&7.'
  100. notEnoughMoney:
  101. item: REDSTONE
  102. name: '&cERROR!'
  103. description:
  104. - ' '
  105. - '&7(&c!&7) &cYOU DO NOT HAVE ENOUGH MONEY TO JOIN THE LOTTERY!'
  106. - '&7the price currently is, &c%price%&7,'
  107. - '&7the lottery tax is, &c%taxamount%&7.'
  108. alreadyParticipated:
  109. item: REDSTONE
  110. name: '&cERROR!'
  111. description:
  112. - ' '
  113. - '&7(&c!&7) &cYOU HAVE ALREADY PARTICIPATED!'
  114.  
  115. noLotteries:
  116. item: SULPHUR
  117. name: '&7(&c!&7) &cTHERE ARE CURRENTLY NO ON-GOING LOTTERY POOLS.'
  118. description:
  119. - ''
  120.  
  121. goBack:
  122. item: BARRIER
  123. name: '&cGO BACK'
  124. description:
  125. - '&7(&9!&7) &9LEFT CLICK to go back to the previous page.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement