main/Config Setup/Config.yml

General:
  # DO NOT TOUCH THE VERSION
  Version: 2.1.4
  Start:
    #Minimum time after join until a player can take the test
    Time: 60
    Kick:
      #When a player starts a test too fast ...
      #... should he / she be kicked?
      Use: true
      #Kicking command (PLAYERNAME is replaced with the player's name)
      Command: kick PLAYERNAME Turn around and go read the rules!
    # ... should he / she be sent to spawn?
    Teleport to Spawn: true
   # Command used on wrong answer, cheating, or user starts test too fast
   # PLAYERNAME is replaced with the player's name
   # If starts with 'P: ' the player executes the command (automatically)
  Teleport Command: 'P: spawn'
  Cheating:
    #When a player shows another player an answer ...
    #... which player gets punished?
    # True = the player showing the answer
    # False = the player following the first player
    Player: true
    Kick:
      #... should the player above be kicked?
      Use: true
      #Kicking command (PLAYERNAME is replaced with the player's name)
      Command: kick PLAYERNAME Stop cheating!
    # ... should the player above be sent to spawn?
    Teleport to Spawn: true
Incorrect Answer:
  #Announce to server when incorrect
  Announce: false
  #Log to console when incorrect
  Log: true
  #Notify players with TestqUiz.notify.incorrect when incorrect
  Notify: true
  Kicking:
    #Kick players when incorrect?
    Use: true
    #How many answers wrong until kick?
    Amount: 3
    #After kick, reset kick amount to 0 (True)?
    #False - Player will be kicked every wrong answer after first time
    Reset: false
    #Announce when kicked?
    Announce: false
    #Log to console when kicked?
    Log: true
    #Notify players with TestqUiz.notify.kick when kicked?
    Notify: true
    #Command used to kick the player
    Command: kick PLAYERNAME You got too many questions wrong!
  Banning:
    #Ban players for getting wrong answers?
    Use: false
    #True - amount is based off of kicks
    #False - amount is based off of wrong answers
    Base Off: false
    #Amount until ban
    Amount: 3
    #Announce to server when banned?
    Announce: false
    #Notify players with TestqUiz.notify.ban when banned?
    Notify: true
    #Log to console when banned?
    Log: true
    #Command used to ban the player
    Command: ban PLAYERNAME You got banned for failing to read the rules!
Correct Answer:
  #Announce to server when correct answer
  Announce: false
  #Log to console when correct answer?
  Log: true
  #Notify players with Testquiz.notify.correct when correct answer
  Notify: false
Finish:
   #Announce to server when test is complete?
  Announce: true
  #Log to console when test is complete?
  Log: false
  #Notify players with TestqUiz.notify.finish when complete?
  Notify: false
  #Vault must be installed for the following:
  Permissions:
    #Enable the next few settings?
    Use: true
    #Add a group (true) for the player
    #Change a group (false) for the player
    Add or Change: false
    #The world in which the group is added / changed in
    World: world
    #Group player must be in order for it to add / change
    From Group: default
    #Group added or changed
    To Group: user
    Reward:
      #Use money awards?
      Use Economy: false
      #Amount of money rewarded
      Economy Amount: 20
      #Use item awards?
      Use Items: false
      #Items rewarded
      Items:
      - 272 1
      - 273 1
      - 274 1
      - 275 1
      - 5 16