👀 Player Activity View
See what other players are doing at a glance — typing, idling, browsing menus, crafting, and more.
✨ Overview
🎯 Features
💬 Typing Indicators
See when a player is typing in chat, editing a book or writing on a sign — animated particles above their head plus an on-screen "is typing…" message.
🖥️ GUI Visualizer
Shows exactly which interface a player has open: inventory, chest, crafting table, furnace, enchanting table, anvil, beacon, brewing stand, dispenser, grindstone, hopper, horse, loom, villager trading, command blocks and more.
📺 Live Screen Mirror
A preview of the player's open menu is captured, cropped and shown as a small tilted panel held in front of them, visible to nearby players.
😴 Idle Detection
Detects when players go idle after a configurable timeout, with an idle icon above the head and in the tab list.
📦 Inventory & Arm Animations
Animated item particles fly between players and containers when items move; players using GUIs point, click and type instead of standing still.
🔒 Privacy & Server-Synced Config
Every feature toggles client-side, and a server-side config syncs to every client so server owners control what is broadcast.
🧱 Mod Structure
| Area | What it provides |
|---|---|
| status model | Per-player activity state, its network sync and the idle timer. |
| screen mirror | Framebuffer capture, cropping and the tilted in-world panel render. |
| particles | The typing / inventory-transfer particle system. |
| arm adjustments | The GUI arm-pose animations and their per-item JSON tuning. |
| config | Client and server-synced config. |
📋 Requirements
| Minecraft / loader / Java | see Available Versions below |
| Dependencies | Fabric build: Fabric API. NeoForge build: none. |
| Side | Client and Server (client required for the visuals; server for the synced config) |
📦 Available Versions
| Minecraft | Loader | Latest build | Status |
|---|---|---|---|
| 1.21.1 | NeoForge 21.1.249+ | 0.0.0-beta.1 | Beta |
| 26.1.2 | NeoForge 26.1.2+ | 1.0.2 | Stable |
| 26.2 | NeoForge 26.2.0.32-beta+ | 1.1.0 | Stable |
| 26.2 | Fabric Loader 0.19.3+ / Fabric API | 1.0.1 | Stable |
All builds share this CurseForge project. Pick the file that matches your loader and Minecraft version.
🎮 Commands
/player_activity_view reloadJSON — reload the arm-adjustment configuration from the JSON file.
🙏 Credits & License
Player Activity View is a from-scratch reimplementation by Stalking Dragons, inspired by WATUT (What Are They Up To) by Corosus. It shares no code with WATUT and does not depend on CoroUtil. Released as All Rights Reserved. Not affiliated with or endorsed by the original author.
https://codex.skdragons.com/
Codex Stalking Dragons — Minecraft Modding