Trouble in Trork Town (TTT)

An open-source gamemode for Hytale, inspired by the classic Trouble in Terrorist Town from Garry’s Mod

File Details

ttt-0.3.0.jar

  • R
  • Feb 14, 2026
  • 247.73 KB
  • 27
  • Early Access

File Name

ttt-0.3.0.jar

Supported Versions

  • Early Access

📦 Release 0.3.0 — Trouble in Trork Town Mod (PR #25)
🚀 New Features
🔹 Configurable Player Roles

Added support for configurable roles that can be assigned to players during the round.

Roles include custom metadata (like starting credits) and are stored in configuration.

Role assignment is now available via a new /role set command.
(See: RoleCommand.java implementation details)

🔹 Traitor Detector Potion

Introduced a working Traitor Detector Potion as an interactive item in the mod.

This potion helps players identify traitors.

🔹 Traitor Scanner (WIP)

Began work on a Traitor Scanner mechanic, intended for gameplay use.

Contains initial scanner logic, even though marked as a WIP — foundation for later refinement.

🔹 Expanded TTT-Specific Commands

Main game command /ttt now collects multiple subcommands:

debug utilities

loot interaction

spawn point management

map voting/management

shop interfaces

role controls

credit info
(via TttCommand.java, consolidating all gameplay commands under /ttt)

🛠️ Fixes

🎛 Configuration & Build Changes

🧱 World Loading Improvements

Bug/issue fix: world template loading logic was adjusted to use correct paths (e.g., templatesPath vs default).

📦 Accessors & Support Code Enhancements

Accessor classes (PlayerAccessors, WorldAccessors) were expanded:

null checks added to prevent invalid references

world instance configuration utilities introduced

utility methods to resolve player and world metadata