πŸ“©Chat games

A message will appear in the chat every few minutes. It could be a riddle, a task to form a word with jumbled letters, or add/multiply/divide numbers (auto-generated). Whoever correctly answers the task in the chat first will receive a reward.

There are also a couple of commands that allow you to play with other players for money. Toss a coin or get a random number from 0 to 100.

Commands

Description
Command

View mode commands

/chatgames help

Adds an item to your hand as a prize when you win. You need to specify the drop chance. Be sure to change the drop type in the config for this mode

/chatgames additem <mode> <chance>

Quick restart

/chatgames trigger

Return random number from 0 to 100

/roll

Play with a player for a certain amount. Whoever hits the higher number wins

/roll <player> <money>

Accept roll from player

/roll accept

A coin is tossed. It may come up heads or tails

/flip

Play with a player for a certain amount. Whoever guessed the figure wins

/flip <player> <figure> <money>

Accept flip from player

/flip accept

Permissions

For what
Permission

Gives all mode access to the player

fun.chatgames.*

Gives the player permission to restart this mode

fun.chatgames.trigger

Gives the player permission to use /flip and /roll commands

fun.chatcommands.*

Gives the player permission to use /roll command

fun.chatcommands.roll

Gives the player permission to use /flip command

fun.chatcommands.flip

Main config (config.yml)

Mode config (chat_games.yml)

You can change the type of reward. Just change it in the config above. Here are what they are:

1) MONEY - Gives only money

2) ITEM - Gives only one item with some chance

3) ALLITEMS - Gives all items in list

4) COMMAND - Executes commands. Example:

Last updated