Skip to main content

Event Explanation

This page summarizes the event game types currently exposed by the plugin source.

Supported event ids

  • UNSCRAMBLE
  • UNSHUFFLE
  • UNREVERSE
  • TRIVIA
  • MATH
  • ROMAN
  • FAST_TYPE
  • REWRITE
  • RANDOM
  • FILLOUT
  • GUESS_THE_WORD
  • GUESS_THE_NUMBER
  • REACTION
  • VARIABLE

Quick behavior guide

EventWhat players doTypical content source
UNSCRAMBLEUnscramble a word or phrase.words list
UNSHUFFLEReorder shuffled text into the original order.words list
UNREVERSEReverse a reversed string correctly.words list
TRIVIAAnswer a question with one or more accepted answers.trivia section
MATHSolve generated math expressions.operator and range settings
ROMANConvert a generated Roman numeral into its numeric value.min_roman, max_roman, and %roman%
FAST_TYPEType a full phrase exactly as shown.phrases list
REWRITERewrite a displayed phrase.phrases list
RANDOMType a generated random string.length and character-type settings
FILLOUTFill missing letters or segments.phrases list
GUESS_THE_WORDGuess a masked word.phrases list
GUESS_THE_NUMBERGuess a generated number in a configured range.min/max range
REACTIONReact to a generated token or prompt.length and character-type settings
VARIABLESolve symbol-to-number mapping puzzles.data and toGet

Newer event worth noting

GUESS_THE_NUMBER

The current source includes games/events/guess_the_number.yml, which means this is now a first-class supported event mode.

Core keys from source:

enable: true
points: 1
time_seconds: 120
min_number: 1
max_number: 100
prompt_format: 'Guess a number between %minimum_number% and %maximum_number%.'
Page note

This page is source-backed and includes a short callout so the content reads like a guide instead of plain reference text.