Chat Minigames

Engage your community and reward active players with automated, fun chat events.

Overview

StarChat includes a built-in minigame engine that periodically broadcasts challenges to the entire server. The first player to solve the challenge in the chat wins a configurable reward.

Available Game Modes

  • Math Games:
    Players must solve a randomly generated math equation (e.g., 15 + 23 = ?).
  • Word Scramble:
    A word from your predefined list is scrambled, and players must guess the original word (e.g., dmoaindidiamond).
  • Trivia Quiz:
    A trivia question is asked, and players must type the correct answer (e.g., "Who is the creator of Minecraft?"Notch).

Configuration & Rewards

By default, minigames run every 15 minutes. The interval and the games that are enabled can be fully customized in settings.yml.

minigames:enabled: trueinterval_minutes: 15rewards:- 'eco give %player% 500'- 'give %player% diamond 1'

Custom Commands: You can execute any console command as a reward. Vault is required if you are using economy (`eco give`) commands.