HomeJavaModsHide and Seek: Reimagined
Hide and Seek: Reimagined
ModsJava

Hide and Seek: Reimagined

by kvxnom · on Modrinth

⬇ Download on Modrinth

Hide and Seek: Reimagined - Feature Guide

Complete documentation of all features in Hide and Seek Reimagined v1.1.0-BETA.


📋 Table of Contents

  1. Game Reporting System
  2. Spectator Features
  3. Economy System
  4. Glow Effects
  5. Voting System
  6. Lobby Management
  7. Admin Tools

Game Reporting System

Overview

Automatically tracks all completed games with statistics for replay and analysis.

What's Tracked

Viewing Reports

For Player:

/hsr lobby report [lobby_name]

Shows the last 5 completed games in that lobby with formatted results.

For Admin:

/hsr reports [limit]

View all stored reports (default 10, max 50).

Storage

Example Report Output

[HSR] Lobby: Arena1 | Seeker: PlayerX | Kills: 7/8 | Survivors: 1 | Duration: 18m 45s | Time: 2026-03-22 12:30:15

Spectator Features

Auto-Spectate on Death

When a hider is found/killed:

  1. Player automatically enters Spectator Mode
  2. Camera auto-focuses on the seeker
  3. Player can freely look around in spectator perspective
  4. Notification sent: "You were found! Spectating the seeker..."

Benefits

Technical Implementation

Manual Spectate

/hsr spectate <lobby_name>

Join a running game as spectator without playing.


Economy System

Overview

Vault-based currency rewards for winners and kill bonuses. Completely optional - works with Vault, degrades gracefully without it.

Reward Structure

Seeker Rewards

Example Calculation

Game: 7 kills in 4 minutes
Base: 500
Kills: 7 × 10 = 70
Penalty: -50 (under 5 min threshold)
Total: 500 + 70 - 50 = 520 currency

Hider Rewards

Configuration

Edit config.yml:

economy:
  seeker-base-reward: 500        # Base winning reward
  bonus-per-kill: 10             # Per player found
  penalty-minimum-time: 5        # Minutes before penalty applies
  penalty-per-2min: 50           # Currency deducted per 2 minutes under time

Without Vault

If Vault is not installed:

[WARNING] Vault not found! Economy rewards disabled.

Recommended Economy Plugins


Glow Effects

Overview

Periodic visual indicator for hiders during late-game phases to increase difficulty and excitement.

How It Works

Configuration

mechanics:
  glow-interval: 60              # Seconds between glow activations
  glow-duration: 5               # Duration of glow in seconds

Gameplay Impact

Disabled Glow

mechanics:
  glow-interval: 0               # Disables glow entirely

Voting System

Overview

Democratic game start with configurable vote thresholds.

Voting Flow

  1. Initiate Vote

    /hsr start <lobby_name>
    
    • Initiator automatically votes YES
    • Timer starts (30 seconds by default)
  2. Players Vote

    /hsr voteyes   # Support game start
    /hsr voteno    # Oppose game start
    
  3. Vote Outcome

    • Approved: If YES votes ≥ threshold % → Game starts
    • Rejected: If time expires without threshold → Vote canceled
  4. Game Starts

    • All players teleported to spawn
    • Seeker selected randomly
    • Count-down begins

Configuration

mechanics:
  start-vote-percentage: 30      # % of players needed to approve (70% need yes)

Vote Information


Lobby Management

Creating Lobbies

/hsr create <lobby_name> [world_name]

Lobby Settings

Per-Lobby Configuration

/hsr settings <lobby_name> <attribute> <value>
Attribute Example Description
minplayers 2 Minimum players to start
maxplayers 16 Maximum capacity
gametime 1200 Game duration in seconds
respawntime 30 Spectator respawn delay
pvp true Enable/disable PVP
difficulty HARD Difficulty level
itemdrop false Allow item drops
spectator true Allow spectators

Example Setup

/hsr settings arena1 minplayers 4
/hsr settings arena1 maxplayers 12
/hsr settings arena1 gametime 1800      (30 minutes)
/hsr settings arena1 pvp false

Lobby Status

/hsr status <status> <lobby_name>

Statuses:

Viewing Lobby Info

/hsr info <lobby_name>
/hsr lobby info [lobby_name]           (when in lobby)

Displays all current settings and player count.


Admin Tools

Game Management

Stop Active Game

/hsr stop <lobby_name>

Delete Lobby

/hsr delete <lobby_name>

Change Status

/hsr status <ACTIVE|MAINTENANCE|DISABLED> <lobby_name>

View Game Reports

/hsr reports [limit]

View Lobby Reports

/hsr lobby report <lobby_name>

Global Configuration

/hsr config reload
/hsr config debug

Execute Commands As Player

/hsr sudo <command> <player_name>

Statistics & Tracking

Player Statistics

/hsr stats [player_name]

Displays:

Report Statistics

Each report includes:


Best Practices

For Server Owners

  1. ✅ Install Vault for full economy features
  2. ✅ Configure economy settings in config.yml
  3. ✅ Set reasonable game times (10-30 minutes)
  4. ✅ Adjust glow effects for difficulty balance
  5. ✅ Monitor /hsr reports for game balance

For Lobbyowners

  1. ✅ Set appropriate min/max player counts
  2. ✅ Customize world for each lobby theme
  3. ✅ Adjust game time based on world size
  4. ✅ Disable PVP if hiders shouldn't fight back
  5. ✅ Test settings before opening to players

For Event Hosts

  1. ✅ Use /hsr sudo to demo for spectators
  2. ✅ Review reports to track progression
  3. ✅ Adjust penalties/bonuses for difficulty
  4. ✅ Set spectator mode to true for viewers
  5. ✅ Use lobby reports to show game history

Troubleshooting Features

Reports Not Appearing

Spectators Not Auto-Focusing

Economy Not Working

Glow Effects Too Frequent


Last Updated: March 2026 | Version: 1.1.0-BETA

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more