File Details
Twitchtale-1.1.2.jar
- R
- Feb 8, 2026
- 3.73 MB
- 35
- Early Access
File Name
Twitchtale-1.1.2.jar
Supported Versions
- Early Access
Changelog Additions
- New in-game Actions UI
- Added a fully functional in-game UI for creating, editing, organizing, and saving all of your Twitchtale actions (no more editing configs by hand).
- New placeholder:
{random:min-max}- Generates a random number within the provided range (inclusive).
- Supports negatives and whitespace (example:
{random:-10-10}).
- New placeholder:
{math:EXPRESSION}- Evaluates a math expression and replaces it with the computed result.
- Supports placeholders inside the math expression, e.g.
{math:{random:1-5} * 10}. - Includes optional rounding helpers, e.g.
{math:round(10/3)},{math:floor(10/3)},{math:ceil(10/3)}.
ttspawnnpcenhancement:--duration=<time>- Added an optional
--durationargument to automatically despawn spawned NPCs after a set time. - Supports:
s= seconds (e.g.,--duration=10s)m= minutes (e.g.,--duration=5m)t= ticks (e.g.,--duration=120t)
- Added an optional

