Advertisement
Guest User

Untitled

a guest
Mar 1st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # DailyBonus Version: 2.1.4
  4. # Created by: JC_Plays_MC
  5. #
  6. # ======================================================
  7. #
  8. # This is the DailyBonus configuration file where all general settings
  9. # and other plugin toggles will be found. If you have any questions feel free
  10. # to ask me preferably by PM on spigot. Also if you have any feature suggestions
  11. # or anything like that i'm always open to new ideas.
  12. #
  13. # Thank you for supporting this project!
  14. #
  15. # ======================================================
  16. #
  17. # Settings Configuration
  18. #
  19. # If you plan on saving data to a MySQL database for use with the receiver plugin
  20. # use_mysql: false
  21. #
  22. # Your MySQL settings (only required if using MySQL)
  23. # host: localhost
  24. # port: 3306
  25. # database: database
  26. # username: user
  27. # password: pass
  28. #
  29. # Determines whether or not players can claim rewards on this server
  30. # allow_claiming: true
  31. #
  32. # If set to true it will reward players for joining each calendar day
  33. # use_universal_timer: false
  34. #
  35. # The delay in seconds before a bonus can be claimed again
  36. # delay_between_bonuses: 86400
  37. #
  38. # The amount of time the player has to claim their bonus before their consecutive
  39. # day count is to be reset
  40. # claim_bonus_timeframe: 86400
  41. #
  42. # The name you want for the bonus menu
  43. # menu_name: '&8Ricompensa Giornaliera'
  44. #
  45. # The size of the bonus menu, the value can be between 1-5. (1 = Smallest, 5 = Largest)
  46. # menu_size: 1
  47. #
  48. # Whether or not you want the menu border items to update the lore placeholders. This is
  49. # mainly used to give the player the time before they can claim their next bonus
  50. # update_lore: true
  51. #
  52. # Whether or not you want the menu to open on join (if a reward is pending)
  53. # open_on_join: true
  54. #
  55. # Determines whether or not the menu should automatically open once a reward is available
  56. # open_if_online: true
  57. #
  58. # The delay in seconds after joining before the menu opens (if reward available)
  59. # open_delay: 1
  60. #
  61. # Require the player to click the pending item in the menu to be rewarded
  62. # click_to_claim: false
  63. #
  64. # Determines whether or not you want the menu to close upon clicking any item within
  65. # close_on_click: true
  66. #
  67. # Determines whether or not players can recieve the first reward immediately on first join
  68. # instant_claim: false
  69. #
  70. # This will determine whether or not multiple players can claim their reward on the same IP adress
  71. # allow_same_ip: false
  72. #
  73. # Will determine whether or not items in the menu use 1.8 item flags
  74. # use_item_flags: true
  75. #
  76. # The string to use if the players delay time is equal to zero
  77. # placeholder_string: 'Claim your bonus now!'
  78. #
  79. # Whether or not the player has to move before being able to claim their bonus
  80. # require_movement: true
  81. #
  82. # The time in seconds that the player must be on online before receiving their reward
  83. # required_playtime: 300
  84. #
  85. # Whether or not you want the player to recieve a message when his reward is available
  86. # notify_player: true
  87. #
  88. # Whether or not you want the player's day count to reset after receiving the last reward
  89. # reset_after_last_reward: true
  90. #
  91. # The item material to be used for the border of the menu (<material>;<amount>;<data value>)
  92. # border_item: STAINED_GLASS_PANE;1;%coloured_glass%
  93. #
  94. # The item name to be used for the border of the menu
  95. # border_name: '&bCounterDaily'
  96. #
  97. # The lore used on the border items of the menu
  98. # border_lore:
  99. # '&7Torna ogni giorno per'
  100. # '&7ricevere ricompense più grandi!'
  101. # ''
  102. # '&aPiù giorni di fila joini'
  103. # '&apiù alta sarà la ricompensa'
  104. # ''
  105. # '&cDevi aspettare : &7%dailybonus_delay%'
  106. # '&cper prendere un'altra ricompensa'
  107. #
  108. # All DailyBonus NPC's locations will be stored here. (Recommended not to touch)
  109. # registered_npc: []
  110. #
  111. # ======================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement