Advertisement
SoniaK

Tryme config

Apr 28th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. # Config file for all Basic functions
  2.  
  3. Language: EN
  4. # Shows if there is available new version on login with tryme.versioncheck permission node
  5. ShowNewVersion: true
  6. Cheats:
  7. # Defines how long (in seconds) it should pass after question was given for correct answer to count
  8. # This can help to minimize cheater amount by creating auto answering bots
  9. minAnswerTime: 1.5
  10. # Do you want to count answer as corect and proceed with rewards if he answered too fast
  11. CountAsCorrect: true
  12. CommandsToPerform:
  13. - msg [playerName] You answered too quickly, using cheats?!
  14. # Do you want Quiz to start with server
  15. EnableOnStartup: false
  16. # Defines what command will be performed when server/plugin starts
  17. # This works only when EnableOnStartup is enabled
  18. CommandToPerform: tryme qmode
  19. # Players needed to start scheduled quiz game
  20. MinPlayersToRun: 1
  21. # Do you want to stop manualy started quiz if there is not enough players
  22. StopManualMode: false
  23. # Where do you want to print out question: chatbox, actionbar
  24. QuestionPlace: chatbox
  25. # How long in seconds should we show question inside actionbar. Set this to 0 if you want to show question until someone answers or answer time ends
  26. ActionBarTimer: 30
  27. # Do you want to show questions in console
  28. ShowInConsole: true
  29. # Interval betwen questions in seconds
  30. Interval: 300
  31. # Time limit for answer
  32. TimeForAnswer: 60
  33. # Broadcasts answer after answer time ends
  34. ShowAnswer: false
  35. # Do you want to use sheduler for your server
  36. UseScheduler: false
  37. # How often to check for schedule in seconds. Keep it at 60 sec if you dont care about seconds :)
  38. SchedulerInterval: 12
  39. # You need to enable this one to use so caled Daily rewards for best quiz game players
  40. DailyScheduler: true
  41. # Do you want to use option to answer just by typing into chat
  42. UseChatAnswer: false
  43. # Do you want to use commands to answer into questions (no spam into chat)
  44. UseCommandAnswer: true
  45. # Do you want to use random fireworks after correct answer
  46. UseFireworks: true
  47. # When this set to true, left time will be shown in action bar for each player
  48. ShowLeftTime: false
  49. # List of seconds when to show left time for players
  50. ShowLeftTimeList:
  51. - 10
  52. - 5
  53. - 4
  54. - 3
  55. - 2
  56. - 1
  57. FlashMode:
  58. # Do you want to ignore capitalization when answering into flash mode question
  59. IgnoreCaps: false
  60. AllMode:
  61. # Which game modes you want to include into amode
  62. IncludedModes:
  63. Qmode: true
  64. Fmode: true
  65. Mmode: true
  66. Dmode: true
  67. DataBase:
  68. # Do you want to use Mysql database system or SQLite
  69. # Use: mysql or sqlite
  70. DataBaseType: sqlite
  71. # Not usable if sqlite file system chosen
  72. # Usually localhost or 127.0.0.1
  73. mysqlHost: localhost
  74. # Default port is 3306
  75. mysqlPort: 3306
  76. # Database table name
  77. mysqlDatabase: tryme
  78. # Prefix for each table
  79. mysqlDatabasePrefix: tryme_
  80. # Database username, usually its root
  81. mysqlUsername: root
  82. # Your mysql database password, keep it as strong as posible
  83. mysqlPassword: realystrongone
  84. Chat:
  85. # Do you want to show players original message into chat
  86. ShowChatAnswer: false
  87. # Do you want o to broadcast custom message with correct answer
  88. BroadcastCorrectAnswer: false
  89. # If you have issue when creating questions it to be shown in chat, change this and try again
  90. UseLowPriority: true
  91. # List of worlds where plugin will not show questions and will not check for correct answers
  92. DisabledWorlds:
  93. - WorldSome
  94. - WorldAnother
  95. Titles:
  96. # Do you want to show Title
  97. ShowTitle: true
  98. # Do you want to Show SubTitle
  99. ShowSubtitle: true
  100. # Do you want to Show ActionBar
  101. ShowActionBar: true
  102. # How fast you want for text to apear in ticks (do not applay for action bars)
  103. FadeInTicks: 20
  104. # How long you want to keep title visible in ticks (do not applay for action bars)
  105. StayInTicks: 100
  106. # How fast text shold disapear in ticks (do not applay for action bars)
  107. FadeOutInTicks: 20
  108. Compatibility:
  109. # Do you want to ignore answers from McMMO party and admin chat
  110. mcMMO: true
  111. # Do you want to ignore answers from faction chat except public chat
  112. Faction: false
  113. HeroChat:
  114. # Do you want to enable support for HeroChat chanels
  115. Use: false
  116. # Chanel name to use for broadcasting messages and get answers
  117. ChanelName: Global
  118. #
  119. #
  120. # DONT CHANGE THIS
  121. FilesVersion: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement