Guest User

Untitled

a guest
Apr 15th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # Book Ticket v1.4 Config
  2. #
  3. # Tickets is a list of created tickets.
  4. #
  5. # The 'interval notice time' is the amount of minutes that the 'there are x open tickets' message gets repeated.
  6. # If 'add first info page' is true, when a ticket is opened, the first page of the book will show general info about
  7. # the player that created the ticket.
  8. General:
  9. interval notice time: 5
  10. Add first info page: true
  11. MySQL:
  12. enabled: true
  13. hostname: mellowism.com.mysql
  14. username: mellowism_com
  15. password: rmDUfJcT
  16. database: mellowism_com
  17. table: bookticket
  18. Tickets:
  19. '0':
  20. Author: Staartvin
  21. Book: Ticket 0
  22. Location: 1, 1, 1, world
  23. Time: 16:15:10 2016/04/15
  24. SubTitle: ''
  25. Status: closed
  26. '1':
  27. Author: mellowism
  28. Book: Ticket 1
  29. Location: 328, 64, 161, world
  30. Time: 16:18:16 2016/04/15
  31. SubTitle: test
  32. Status: open
Add Comment
Please, Sign In to add comment