ChatContests 0.0.3-SNAPSHOT

Details

  • Filename
    chatcontests-0.0.3-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Aug 28, 2019
  • Size
    261.02 KB
  • Downloads
    335
  • MD5
    a96f0f32c5ebdfb080b90c0b7894c2f9

Supported Bukkit Versions

  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

Prize pools have been added!
A prize pool works in the same way the normal prizes work, except you can use them across multiple questions.
A Prize pool looks like this, with the pool name being "default" in this case
{
    "default": [{
        "action": "COMMAND",
        "option": "give {player} minecraft:gold_ingot 1"
    }]
}
To add it to a question just simply add
"prizePool": "default"
to the question's JSON.
For example
 
{
    "question": "What's 1+1?",
    "answer": "2",
    "prizes": [],
    "prizePool": "default"
}