Advertisement
maumagro

config.yml

Dec 18th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.96 KB | None | 0 0
  1. # ======================================================
  2. #
  3. # DailyBonus Version: 1.5
  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. # The delay in seconds before a bonus can be claimed again
  30. # delay_between_bonuses: 86400
  31. #
  32. # The amount of time the player has to claim their bonus before their consecutive
  33. # day count is to be reset
  34. # claim_bonus_timeframe: 86400
  35. #
  36. # The name you want for the bonus menu
  37. # menu_name: '&8Daily Bonus'
  38. #
  39. # The size of the bonus menu, the value can be between 1-5. (1 = Smallest, 5 = Largest)
  40. # menu_size: 1
  41. #
  42. # Whether or not you want the menu border items to update the lore placeholders. This is
  43. # mainly used to give the player the time before they can claim their next bonus
  44. # update_lore: true
  45. #
  46. # Whether or not you want the menu to open on join (if a reward is pending)
  47. # open_on_join: true
  48. #
  49. # Determines whether or not the menu should automatically open once a reward is available
  50. # open_if_online: true
  51. #
  52. # The delay in seconds after joining before the menu opens (if reward available)
  53. # open_delay: 1
  54. #
  55. # Determines whether or not you want the menu to close upon clicking any item within
  56. # close_on_click: true
  57. #
  58. # Will determine whether or not items in the menu use 1.8 item flags
  59. # use_item_flags: true
  60. #
  61. # Whether or not the player has to move before being able to claim their bonus
  62. # require_movement: true
  63. #
  64. # The time in seconds that the player must be on online before receiving their reward
  65. # required_playtime: 300
  66. #
  67. # Whether or not you want the player to recieve a message when his reward is available
  68. # notify_player: true
  69. #
  70. # Whether or not you want the player's day count to reset after receiving the last reward
  71. # reset_after_last_reward: false
  72. #
  73. # The item material to be used for the border of the menu (<material>;<amount>;<data value>)
  74. # border_item: STAINED_GLASS_PANE;1;%coloured_glass%
  75. #
  76. # The item name to be used for the border of the menu
  77. # border_name: '&bDaily Bonus'
  78. #
  79. # The lore used on the border items of the menu
  80. # border_lore:
  81. # '&7Come back every day to receive'
  82. # '&7your daily bonus!'
  83. # ''
  84. # '&aThe more days in a row you'
  85. # '&ajoin the better the reward!'
  86. # ''
  87. # '&cYou must wait: &7%dailybonus_delay%'
  88. # '&cbefore claiming your next bonus'
  89. #
  90. # All DailyBonus NPC's locations will be stored here. (Recommended not to touch)
  91. # registered_npc: []
  92. #
  93. # The messages that are used throughout the plugin
  94. # messages:
  95. # no_permission: '&cYou do not have permission to use this command'
  96. #
  97. # ======================================================
  98.  
  99. use_mysql: false
  100. host: localhost
  101. port: 3306
  102. database: database
  103. username: user
  104. password: pass
  105. delay_between_bonuses: 86400
  106. claim_bonus_timeframe: 86400
  107. menu_name: '&8Recompensa Diaria'
  108. menu_size: 1
  109. update_lore: true
  110. open_on_join: true
  111. open_if_online: true
  112. open_delay: 1
  113. close_on_click: true
  114. use_item_flags: true
  115. require_movement: true
  116. required_playtime: 1
  117. notify_player: true
  118. reset_after_last_reward: false
  119. border_item: STAINED_GLASS_PANE;1;%coloured_glass%
  120. border_name: '&bRecompensa Diaria'
  121. border_lore:
  122. - '&7Vuelve todos los dias para'
  123. - '&7recibir tu recompensa diaria!'
  124. - ''
  125. - '&aMientras entres mas dias de corrido'
  126. - '&ala recompensa ira mejorando cada vez mas!'
  127. - ''
  128. - '&cDebes esperar: &7%dailybonus_delay%'
  129. - '&cantes de reclamar tu siguiente recompensa'
  130. registered_npc:
  131. - VILLAGER;Lobby;207;64;193
  132. - VILLAGER;Lobby;208;64;194
  133. - VILLAGER;Lobby;207;63;196
  134. messages:
  135. no_permission: '&cNo tienes permiso para utilizar este comando'
  136. invalid_player: '&cEl jugador especificado no esta en la base de datos'
  137. invalid_number: '&cEl numero especificado debe ser mayor a 0'
  138. must_move: '&cDebes moverte en el servidor para reclamar tu recompensa'
  139. required_time: '&cDebes jugar en el servidor %dailybonus_delay% antes de reclamar
  140. tu recompensa'
  141. days_reset: '&aLa cuenta de dias de los jugadores fue reseteada a 0'
  142. days_set: '&aConfiguraste exitosamente la cuenta del jugador en %days%'
  143. pending_create: '&aClic derecho en la entidad que deseas configurar como NPC Recompensador'
  144. pending_delete: '&aClic derecho en la entidad que deseas remover de la lista de
  145. NPCs recompensadores'
  146. deleted_npc: '&aLa entidad seleccionada fue removida de la lista de NPCs recompensadores'
  147. created_npc: '&aLa entidad seleccionada fue configurada como NPC Recompensador'
  148. invalid_npc: '&cLa entidad seleccionada no es un NPC valido'
  149. npc_exists: '&cLa entidad seleccionada ya esta registrada'
  150. npc_timeout: '&cTardaste demasiado en seleccionar una entidad. La solicitud fue
  151. cancelada'
  152. npc_list_empty: '&cAun no has creado un NPC Recompensador'
  153. reward_notification: '&a%player% ya puedes reclamar tu recompensa diaria! &7/dailybonus'
  154. help:
  155. - '&8&m------------------------------'
  156. - '&bDailyBonus Help'
  157. - '&a/dailybonus - &7Abre el menu de Recompensa Diaria'
  158. - '&a/dailybonus reset <usuario> - &7Resetea la cuenta de dias del usuario'
  159. - '&a/dailybonus set <usuario> <cantidad> - &7Fija la cuenta de dias del usuario'
  160. - '&a/dailybonus npc create - &7Habilita la creacion de un nuevo NPC'
  161. - '&a/dailybonus npc delete - &7Habilita la eliminacion de un NPC existente'
  162. - '&a/dailybonus reload - &7Recarga los archivos del plugin'
  163. - '&8&m------------------------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement