Advertisement
Guest User

Untitled

a guest
Feb 14th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. # Config file for all Basic functions
  2.  
  3. # Shows if there is available new version on login with tryme.versioncheck permission node
  4. ShowNewVersion: true
  5. # Do you want Quiz to start with server
  6. EnableOnStartup: true
  7. # Players needed to start scheduled quiz game
  8. MinPlayersToRun: 1
  9. # Interval betwen questions in seconds
  10. Interval: 1000
  11. # Time limit for answer
  12. TimeForAnswer: 300
  13. # Broadcasts answer after answer time ends
  14. ShowAnswer: false
  15. # Do you want to use sheduler for your server
  16. UseScheduler: false
  17. # How often to check for schedule in seconds. Keep it at 60 sec if you dont care about seconds :)
  18. SchedulerInterval: 12
  19. # You need to enable this one to use so caled Daily rewards for best quiz game players
  20. DailyScheduler: false
  21. # Do you want to use option to answer just by typing into chat
  22. UseChatAnswer: true
  23. # Do you want to use commands to answer into questions (no spam into chat)
  24. UseCommandAnswer: false
  25. # Do you want to use random fireworks after correct answer
  26. UseFireworks: false
  27. DataBase:
  28. # Do you want to use Mysql database system or SQLite
  29. # Use: mysql or sqlite
  30. DataBaseType: sqlite
  31. # Not usable if sqlite file system chosen
  32. # Usually localhost or 127.0.0.1
  33. mysqlHost: localhost
  34. # Default port is 3306
  35. mysqlPort: 3306
  36. # Database table name
  37. mysqlDatabase: tryme
  38. # Database username, usually its root
  39. mysqlUsername: root
  40. # Your mysql database password, keep it as strong as posible
  41. mysqlPassword: realystrongone
  42. Chat:
  43. # Do you want to show players original message into chat
  44. ShowChatAnswer: false
  45. # Do you want o to broadcast custom message with correct answer
  46. BroadcastCorrectAnswer: false
  47. # If you have issue when creating questions it to be shown in chat, change this and try again
  48. UseLowPriority: true
  49. Titles:
  50. # Do you want to show Title
  51. ShowTitle: false
  52. # Do you want to Show SubTitle
  53. ShowSubtitle: false
  54. # Do you want to Show ActionBar
  55. ShowActionBar: false
  56. # How fast you want for text to apear in ticks (do not applay for action bars)
  57. FadeInTicks: 20
  58. # How long you want to keep title visible in ticks (do not applay for action bars)
  59. StayInTicks: 100
  60. # How fast text shold disapear in ticks (do not applay for action bars)
  61. FadeOutInTicks: 20
  62. Compatibility:
  63. # Do you want to ignore answers from McMMO party and admin chat
  64. mcMMO: true
  65. # Do you want to ignore answers from faction chat except public chat
  66. Faction: true
  67. HeroChat:
  68. # Do you want to enable support for HeroChat chanels
  69. Use: false
  70. # Chanel name to use for broadcasting messages and get answers
  71. ChanelName: Global
  72. #
  73. #
  74. # DONT CHANGE THIS
  75. FilesVersion: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement