Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. #______________________________________________#
  2. # /////// /////// ////// /////// /////// #
  3. # // // // // // // // // ____ #
  4. # /////// ///// ///// // // // // #
  5. # // // // // // ///// ////// #
  6. #______________________________________________#
  7. # Version 1.0
  8. # By ArthurGUI
  9.  
  10. automatic:
  11. use: false
  12. #Dias: 0-Domingo,1-Segunda,2-Terça,3-Quarta,4-Quinta,5-Sexta,6-Sabado
  13. #Separar com virgula caso mais de um
  14. #Só use os numeros
  15. days: 6
  16. default: '13:30'
  17. hours:
  18. 6: '13:30'
  19.  
  20. database:
  21. #Tipos: SQLite e MySQL
  22. type: SQLite
  23. user: root
  24. password: 123
  25. database: AFrog
  26. table_prefix: AFrog_
  27.  
  28. addons:
  29. #ID do item de seleção (SOMENTE ID, SEM DATA)
  30. item: 279
  31. #Mensagem individual só ocorrera na divulgação de cores para quem estiver no camarote ou participando
  32. individual_message: false
  33. #Remover efeitos de poções ao iniciar
  34. remove_potions: true
  35. #Proibir poções
  36. block_potions: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement