ChatGames: Reborn | The Ultimate Chat Games Engine for Your Server icon

ChatGames: Reborn | The Ultimate Chat Games Engine for Your Server -----

The reborn of Chat Games. The ultimate Chat Games for your server. The only one you will ever need.



NEW AI CHALLENGES!
AI Challenge Update — Changelog

This update delivers a brand-new system: AI Challenge!

  • Dynamic in-world challenge objectives driven by AI challenge scripts
  • Supports both single-objective and multi-step sequence challenges
  • Generation command: /cg aichallenge generate [count]
  • Designed for SMP/PvP/PvE flows with broad event coverage and high replayability
  • Near-unlimited possibilities with script-driven challenge logic and variables

What makes AI Challenge special?
  • Challenges can be simple (one goal) or advanced (multiple objective steps)
  • AI-generated scripts can define targets, required amounts, and progression logic
  • Unique runs thanks to variable resolution and diverse script selection
  • Supports custom placeholders + rich hint support in challenge rounds

New challenge ecosystem additions around AI Challenge:
  • Many new challenge types added and expanded (SMP/PvP-focused)
  • Improved challenge hint handling and challenge-aware placeholder context

Example of AI Challenge Scripts:
Code (Text):

[
  {
    "id": "ore_rush",
    "name": "Ore Rush",
    "weight": 1.0,
    "variables": {
      "ore": ["IRON_ORE", "COAL_ORE", "COPPER_ORE"]
    },
    "objective": {
      "prompt": "Mine 12 {ore}",
      "type": "MINE",
      "targets": ["{ore}"],
      "required": 12
    }
  },
  {
    "id": "survival_combo",
    "name": "Survival Combo",
    "weight": 1.0,
    "objective": {
      "prompt": "Complete the survival checklist!",
      "steps": [
        { "name": "Mine 10 logs", "type": "MINE", "targets": ["OAK_LOG","BIRCH_LOG"], "amount": 10 },
        { "name": "Craft 16 planks", "type": "CRAFT", "targets": ["OAK_PLANKS","BIRCH_PLANKS"], "amount": 16 },
        { "name": "Eat 3 food", "type": "EAT", "targets": ["COOKED_BEEF","BREAD"], "amount": 3 }
      ]
    }
  }
]
 

Example command:
/cg aichallenge generate 3
----------, Feb 15, 2026
Resource Information
Author:
----------
Total Downloads: 5
First Release: Feb 8, 2026
Last Update: Mar 21, 2026
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings