[+] option to use %answer% in trivia winner message.
[=] fixed webhook spam on challenge start
[+] webhook for winner
[+] improved default webhook looks
[+] option for thumbnail url in webhook
  webhook:
    url: ''
    title: '%type% Challenge'
    message: '[!] First Player to **Eat** `%num%` `%item%` will win!! 🎁'
    thumbnail: ''
    winner: '**%player%** won the **Eat** challenge!! 🎉'
Fixed few bugs here and there:
[=] loop break due to webhook
[=] spell mistake in default config
[=] run command not replacing %item% in none message
[=] adjusted the default player requires to 0 in default
[=] fixed AutoComplete
[=] fixed a issue where restarting breack the challenge
[+] New Challenge blockplace
[=] fixed bossbar on join
[+] webhook testing
to use webhook and new challenge update config with the default config in the page
[=] fixed no sound in trivia and command
[+] permission for sound rc.sound
[=] fixes a but when players get bossbar if bossbar is false
[+] per challenge sound
add this in config to use
  sound:
    enable: false
    sound: 'ENTITY_EXPERIENCE_ORB_PICKUP'
    volume: 1
    pitch: 1
  min: 1
  max: 5
[=] fixed few item id
[+] permission for bossbar (rc.bossbar)
[+] added 20 count and color changing bossbar
[=] fixed command break loop
[=] fixed command timmer
[=] fixed no translation/null item in new timer bossbar
[=] fixed timer boss message
[+] rounded the placeholder number
[+] bossbar for joined players
[+] option to use challenge bossbar message for timer
change this in config
actiontimer:
  enable: false
# uses bossbar message of each Challenge and look for %timer% in that
  inbossmessage: false
  message: '&2Timer: &e%timer% &2sec left'
[=] fixes %total% to count current win
[=] rounded the %total% amount
[=] consume challenge not working
[=] timmer was not getting disabled [=] trivia timmer not working [+] reward percent(missed in last update to mention)
[+] %total% in winner message to show total stat
[+] Timmer in bossbar to show remaining time
[+] Option to disable capital letters
[+] Option to hide trivia answer
add these in config to use
timmer options
#turning it on will show timer in boss bar in place of message
actiontimer:
  enable: false
  message: '&2Timer: &e%timer% &2sec left'
trivia options
trivia:
#make the answer all lower case for check
  nocap: true
#cancel chat to prevent copy answer
  cancelchat: true
[=] blockbreak reward bug [=] trivia reward bug
[=] Not respecting top config in command [=] Typo in drop challenge
