๐ŸŽฎChat Games

LPC Pro includes chat games that challenge players with various game types. Games can run automatically on a schedule or be started manually by staff. Configuration is in features/games.yml.

Game Types

Type
Description

UNSCRAMBLE

Unscramble a jumbled word

MATH

Solve a math problem

TRIVIA

Answer a trivia question

REVERSE

Type the reversed word

TYPE_RACE

Type the given phrase fastest

EMOJI_GUESS

Guess the word from emojis

Commands

Command
Aliases
Description
Permission

/chatgame start [type]

/cgame, /game

Start a chat game (optionally specify type)

lpcpro.game.start

/chatgame stop

โ€”

Stop the current game

lpcpro.game.start

/chatgame random

โ€”

Start a random game

lpcpro.game.start

/chatgame stats

โ€”

View your game statistics

lpcpro.game.play

/chatgame top

โ€”

View the leaderboard

lpcpro.game.play

Configuration

enabled: true

# Auto-start a random game every X minutes (0 = disabled)
auto-game-interval-minutes: 30

# Time limit for answering (seconds)
game-duration-seconds: 60

Word List

Customize the words used in the unscramble game:

Add your own words โ€” longer words are more challenging.

Rewards

Configure commands that run when a player wins:

Use {player} as a placeholder for the winner's name.

Messages

Customize game messages with MiniMessage formatting:

Permissions

Permission
Default
Description

lpcpro.game.play

true

Participate in games and view stats

lpcpro.game.start

op

Start and stop games manually

Last updated