Guest User

Untitled

a guest
Mar 31st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 9.07 KB | None | 0 0
  1. ######################
  2. #+                  +#
  3. #  DATABASE SETTINGS #
  4. #+                  +#
  5. ######################
  6.  
  7. database-settings:
  8.   host: hidden
  9.   port: hidden
  10.   database: hidden
  11.   username: hidden
  12.   password: hidden
  13.  
  14. ######################
  15. #+                  +#
  16. #  GENERAL SETTINGS  #
  17. #+                  +#
  18. ######################
  19.  
  20. general-settings:
  21.  
  22.   # tokens - the default amount of tokens awarded per vote - REQUIRED
  23.   tokens: 10
  24.  
  25.   # multipliers - Enable/Disable the streak multipliers feature - REQUIRED
  26.   multipliers: true
  27.  
  28.   # bonus-multipliers - Enable/Disable the bonus multipliers feature - REQUIRED
  29.   bonus-multipliers: true
  30.  
  31.   # broadcast-on-vote - Enable/Disable the broadcast message when someone votes - REQUIRED
  32.   broadcast-on-vote: true
  33.  
  34. ######################
  35. #+                  +#
  36. #     TOKEN STORE    #
  37. #+                  +#
  38. ######################
  39.  
  40. menu-settings:
  41.  
  42.   # name - appears as the title - REQUIRED
  43.   name: '&bToken Store'
  44.  
  45.   # rows - the number of rows of the chest (1-6) - REQUIRED
  46.   rows: 3
  47.  
  48. ######################
  49. #+                  +#
  50. #     STORE SLOTS    #
  51. #+                  +#
  52. ######################
  53.  
  54. ######################
  55. #+                  +#
  56. #      LANGUAGE      #
  57. #+                  +#
  58. ######################
  59.  
  60. langauge-settings:
  61.  
  62.   # prefix - appears as chat prefix - REQUIRED
  63.   prefix: '&9[Tokens]'
  64.  
  65.   # unknown-command - the message sent when an invalid command is used - REQUIRED
  66.   unknown-command: '&cUnknown command.'
  67.  
  68.   # incorrect-permission - the message sent when a player does not have the required permission - REQUIRED
  69.   incorrect-permission: '&cYou dont have permission to do that.'
  70.  
  71.   # insufficient-funds - the message sent when a player does not have enough tokens to purchase an item - REQUIRED
  72.   insufficient-funds: '&cInsufficient funds!'
  73.  
  74.   # top-voters-heading - the header displayed at the top of the top voters list - REQUIRED
  75.   top-voters-heading: '&6Top voters so far:'
  76.  
  77.   # top-voters-lastmonth-heading - the header displayed at the top of the top voters from last month list - REQUIRED
  78.   top-voters-lastmonth-heading: '&6Top voters last month:'
  79.  
  80.   # top-voters-ranks - the format for the list of top voters - REQUIRED
  81.   top-voters-ranks: '&6%rank%. &f%player% &7(&a%votes%&7)'
  82.  
  83.   # vote-received - the message sent to a player after they vote - REQUIRED
  84.   vote-received: '&aThank you for voting, you have been awarded %tokens% tokens!'
  85.  
  86.   # vote-broadcast - the broadcast sent to everyone when someone votes - REQUIRED
  87.   vote-broadcast: '&a%player% just voted, and was awarded %tokens% tokens!'
  88.  
  89.   # tokens-add-recipient - the message sent to a player when they are given tokens via command - REQUIRED
  90.   tokens-add-recipient: '&aYou have been given %amount% token(s)!'
  91.  
  92.   # tokens-add-sender - the message sent to the player who gave the tokens via command - REQUIRED
  93.   tokens-add-sender: '&aYou have given %player% %amount% token(s)!'
  94.  
  95.   # tokens-take-recipient - the message sent to a player when their tokens are taken away via command - REQUIRED
  96.   tokens-take-recipient: '&c%amount% tokens have been taken from your account.'
  97.  
  98.   # tokens-take-sender - the message sent to the player who took the tokens via command - REQUIRED
  99.   tokens-take-sender: '&cYou have taken %amount% token(s) from %player%!'
  100.  
  101.   # tokens-set-recipient - the message sent to a player whos tokens got set via command - REQUIRED
  102.   tokens-set-recipient: '&cYour tokens balance has been set to: &amount%'
  103.  
  104.   # tokens-set-sender - the message sent to the player who set the tokens via command - REQUIRED
  105.   tokens-set-sender: '&cYou have set %player%s balance to: %amount%'
  106.  
  107.   # totalvotes-add-recipient - the message sent to a player when they are given votes via command - REQUIRED
  108.   totalvotes-add-recipient: '&a%amount% vote(s) have been added to your total vote count.'
  109.  
  110.   # totalvotes-add-sender - the message sent to the player who gave the votes via command - REQUIRED
  111.   totalvotes-add-sender: '&aYou have given %player% %amount% vote(s)!'
  112.  
  113.   # totalvotes-take-recipient - the message sent to a player when their votes are taken via command - REQUIRED
  114.   totalvotes-take-recipient: '&c%amount% votes have been taken from your total vote count.'
  115.  
  116.   # totalvotes-take-sender - the message sent to the player who took the votes via command - REQUIRED
  117.   totalvotes-take-sender: '&cYou have taken %amount% vote(s) from %player%!'
  118.  
  119.   # totalvotes-set-recipient - the message sent to a player whos votes were set via command - REQUIRED
  120.   totalvotes-set-recipient: '&aYour total vote count has been set to: %amount%'
  121.  
  122.   # monthlyvotes-set-sender - the message sent to the player who set the monthly votes via command - REQUIRED
  123.   monthlyvotes-set-sender: '&cYou have set %player%s monthly vote count to: %amount%'
  124.  
  125.   # monthlyvotes-add-recipient - the message sent to a player when they are given votes via command - REQUIRED
  126.   monthlyvotes-add-recipient: '&a%amount% vote(s) have been added to your monthly vote count.'
  127.  
  128.   # monthlyvotes-add-sender - the message sent to the player who gave the monthly votes via command - REQUIRED
  129.   monthlyvotes-add-sender: '&aYou have given %player% %amount% monthly vote(s)!'
  130.  
  131.   # monthlyvotes-take-recipient - the message sent to a player when their monthly votes are taken via command - REQUIRED
  132.   monthlyvotes-take-recipient: '&c%amount% votes have been taken from your monthly vote count.'
  133.  
  134.   # monthlyvotes-take-sender - the message sent to the player who took the monthly votes via command - REQUIRED
  135.   monthlyvotes-take-sender: '&cYou have taken %amount% vote(s) from %player%!'
  136.  
  137.   # monthlyvotes-set-recipient - the message sent to a player whos monthly votes were set via command - REQUIRED
  138.   monthlyvotes-set-recipient: '&aYour monthly vote count has been set to: %amount%'
  139.  
  140.   # monthlyvotes-set-sender - the message sent to the player who set the monthly votes via command - REQUIRED
  141.   monthlyvotes-set-sender: '&cYou have set %player%s monthly vote count to: %amount%'
  142.  
  143.   # monthlyvotes-reset-sender - the message sent to the player who reset everyone's votes via command - REQUIRED
  144.   monthlyvotes-reset-sender: '&cYou have reset everyones votes.'
  145.  
  146.   # streak-add-recipient - the message sent to a player when their streak is increased via command - REQUIRED
  147.   streak-add-recipient: '&a%amount% day(s) have been added to your voting streak.'
  148.  
  149.   # streak-add-sender - the message sent to the player who increased the streak via command - REQUIRED
  150.   streak-add-sender: '&aYou have added %amount% day(s) to %player%s streak.'
  151.  
  152.   # streak-take-recipient - the message sent to a player when their streak is decreased via command - REQUIRED
  153.   streak-take-recipient: '&cYour voting streak has been reduced by %amount% days.'
  154.  
  155.   # streak-take-sender - the message sent to the player who decreased the streak via command - REQUIRED
  156.   streak-take-sender: '&cYou have taken %amount% day(s) from %player%s streak.'
  157.  
  158.   # streak-set-recipient - the message sent to a player whos streak was set via command - REQUIRED
  159.   streak-set-recipient: '&aYour voting streak has been set to: %amount% days.'
  160.  
  161.   # streak-set-sender - the message sent to the player who set the streak via command - REQUIRED
  162.   streak-set-sender: '&aYou have set %player%s streak to %amount% day(s).'
  163.  
  164.   # multiplier-add-recipient - the message sent to a player when their multiplier is increased via command - REQUIRED
  165.   multiplier-add-recipient: '&aYour token multiplier has been increased by %amount%'
  166.  
  167.   # multiplier-add-sender - the message sent to the player who increased the multiplier via command - REQUIRED
  168.   multiplier-add-sender: '&cYou have increased %player%s token multiplier by %amount%'
  169.  
  170.   # multiplier-take-recipient - the message sent to a player when their multiplier is decreased via command - REQUIRED
  171.   multiplier-take-recipient: '&cYour token multiplier has been decreased by %amount%'
  172.  
  173.   # multiplier-take-sender - the message sent to the player who decreased the multiplier via command - REQUIRED
  174.   multiplier-take-sender: '&cYou have decreased %player%s token multiplier by %amount%'
  175.  
  176.   # multiplier-set-recipient - the message sent to a player whos multiplier was set via command - REQUIRED
  177.   multiplier-set-recipient: '&aYour token multiplier has been set to: %amount%'
  178.  
  179.   # multiplier-set-sender - the message sent to the player who set the multiplier via command - REQUIRED
  180.   multiplier-set-sender: '&aYou have set %player%s token multiplier to: %amount%'
  181.  
  182.   # vote-message - the message sent upon using the command /vote - REQUIRED
  183.   vote-message:
  184.     - '&2Vote for the server to receive tokens. You can vote at each of the links below every 24 hours. Vote multiple days in a row to build up streaks and unlock token multipliers. Open the token store with &6/tokens store'
  185.     - ' '
  186.     - '&6#1 Voting Site: &2http://goo.gl/LkLq6H'
  187.     - '&6#2 Voting Site: &2http://goo.gl/LkLq6H'
  188.     - '&6#3 Voting Site: &2http://goo.gl/LkLq6H'
  189.     - '&6#4 Voting Site: &2http://goo.gl/LkLq6H'
  190.     - '&6#5 Voting Site: &2http://goo.gl/LkLq6H'
Add Comment
Please, Sign In to add comment