Features
The plugin will say questions you have created, and give a prize for the first player who find the answer ! But beware, malus can also be given for those who give a wrong answer. A lot of things are configurables: the prizes, malus, time between two answers, delay to answer, propositions…
NB: The items prize can be modded items
Create a question :
- Type /qtc and follow the steps.
- You need the permission questionstime.command.create.
Configuration
The files are created during the plugin launch. If you want to reset a configuration file, just delete it and relaunch the server.
Global
File: config.conf
randomTime
:- If true, the questions will be asked in an interval defined by
minCooldown
andmaxCooldown
- If false, the questions will be asked after a fixed period defined by
cooldown
- If true, the questions will be asked in an interval defined by
cooldown
:- The time in ticks after a question will be asked. The
randomTime
field need to be set to false
- The time in ticks after a question will be asked. The
minCooldwon
/maxCooldown
:- Defined a period between
minCooldown
andmaxCooldown
in ticks during which a question can be asked
- Defined a period between
minConnected
:- Defines the minimum of players connected in order to ask a question
personnalAnswer
:- If true, the answer given by a player isn’t shown in the chat
- If false, the answer given by a player is shown in the chat
Message
File: message.conf
You can modify the messages displayed by the plugin.
Some lines have “components”, a word between brackets that will be replaced by the plugin to display information. You can’t change, add or remove a component.
Ideas to implemented
- Adding the author of a question
- Ask question manually: a question is asked if a player with a permission type a command. Can be useful during an event.
- Multiple winners with different prizes according to their position
- Execute commands as prize or malus
- General statistics
- Statistics per player
- When someone found an answer, he can’t respond again if the question is re-asked
- Multiple answers
- Reload config
- Change question information (prizes, time between two answers…) through a command
- Repeat a question only if all the other questions have been asked
- Show the current asked question to the players who connected after