This addon requires you to have the latest version of Corebot, if you don't have Corebot you can purchase it here https://www.mc-market.org/resources/8501/
Features
Commands
SUPPORT-SERVER
Features
- Customizable Command
- Customizable Embeds
- Customizable Time for answer
- Hooks into Corebots Coin-System, can be deactivated
Commands
- pokemon
Code:
Command: pokemon
CommandDesc: Guess that pokemon
DeleteCommandMessage: true
TimeInMS: "15000"
UseCoins: true #Give Coins on Win
RemoveCoinsOnUsage: true #Removes CoinsToRemove Amount of Coins on Command Usage
RequireCoins: true #This will check if the User has the requiredCoins amount of Coins on Command Usage
CoinsToGive: "20"
CoinsToRemove: "10"
RequiredCoins: "1000"
Embed:
Start:
Title: Guess that Pokemon
TimeError:
Title: You took too long to answer. It was %POKEMON% #%POKEMON% is a Placeholder for the pokemon name
Success:
Title: Well done, **%POKEMON%** was correct
TitleCoinsWin: You won %COINS% coins #%COINS% is a Placeholder for the amount of Coins someone won
Incorrect:
Title: You answered incorrectly, It was **%POKEMON%**
CoinsError:
NotEnoughCoins: Not enough coins


SUPPORT-SERVER