Advertisement
Guest User

Untitled

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