Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. ####################################
  2. # Simple Ticket Manager #
  3. # Made by Jwoolley #
  4. ####################################
  5.  
  6. #Set to true if you wish to allow other people to close tickets,
  7. #Set to false if you only want the person who claimed it to be able to close it
  8. allowotherstoclose: false
  9.  
  10. #Displays about open tickets when admins join the server
  11. #Set to true to get messages, false to disable them
  12. adminmessages: true
  13.  
  14. #Display to all staff when a ticket has been closed
  15. #Set to true if you want staff to get notices
  16. #Set to false if you don't want notices on close
  17. closenotice: true
  18.  
  19. #Support for multiple servers
  20. #Uses server name from server.properties
  21. bungeecord: true
  22.  
  23. #Log the amount of players online with each ticket
  24. players: false
  25.  
  26. #Maximum number of tickets a player can claim
  27. maxtickets: 20
  28.  
  29. #How often the database should be updated
  30. #The amount of seconds you want
  31. updateTime: 60
  32.  
  33. #Should database information be posted to console
  34. #True for yes, False for no
  35. consoleOutput: true
  36.  
  37. #Set to true if you wish to use MySQL
  38. mysql: true
  39.  
  40. #Connection details for MySQL
  41. hostname: localhost
  42. port: 3306
  43. database: _pb327
  44. username: _pb327
  45. password: d95b3738ea
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement