Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. # Simple Help Tickets
  2. # &0 = Black | &1 = DarkGray
  3. # &2 = GRAY | &w = White
  4. # &r = Red | &R = DarkRed
  5. # &y = YELLOW | &Y = Gold
  6. # &g = Green | &G = DarkGreen
  7. # &c = Cyan | &C = DarkCyan
  8. # &b = Blue | &B = DarkBlue
  9. # &p = Purple | &P = DarkPurple
  10. MaxTickets: 3
  11. TicketExpiration: 7
  12. NotifyAdminOnTicketClose: true
  13. MultiWorld: false
  14. OnJoin:
  15. DisplayTicketAdmin: true
  16. DisplayTicketUser: true
  17. MySQL:
  18. USE_MYSQL: false
  19. hostname: localhost
  20. hostport: 3306
  21. database: tickets
  22. user: MYSQLUSER
  23. password: MYSQLPASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement