Let Me Peek

Quick rating

Community listing page, reviews here may not be monitored by the author.

Let Me Peek

By HyoukaOwner , jiazengp

No reviews yet

A server-side Minecraft mod that lets you see what your friends and other players are doing through simple command requests, without needing to teleport to them

Mod Loaders
Minecraft
26.2

About

Description

Peek Mod

A server-side Minecraft mod that lets you see what your friends and other players are doing through simple command requests, without needing to teleport to them.

✨ Features

  • Player Observation: Teleport to and observe from any player's viewpoint
  • State Protection: Automatically saves and restores your position, items, and status effects
  • Flexible Switching: Switch between different observation targets seamlessly
  • Privacy Controls: Private mode, blacklist/whitelist system, and auto-accept settings
  • Crash Recovery: Restores your state even after unexpected server restarts
  • Fully Configurable: All features, limits, and behaviors can be customized via configuration
  • LuckPerms Integration: Complete permission node support for fine-grained access control
  • PlaceholderAPI Support: Rich placeholder system for integration with other mods and plugins

⌨️ Commands

Core Peek Commands

/peek <player>              # Start observing a player
/peek accept                # Accept an incoming peek request
/peek deny                  # Deny an incoming peek request  
/peek stop                  # Stop current peek session
/peek cancel [player]       # Cancel your outgoing request or specific player's
/peek who                   # Show who you're peeking or who's peeking you
/peek invite <player>       # Send a peek invitation
/peek stats [player]        # View peek statistics
/peek debug                 # Show debug information (ops only)

Settings Commands

/peek settings private <on/off>          # Enable/disable private mode
/peek settings auto-accept <on/off>      # Enable/disable auto-accept requests
/peek settings blacklist <add/remove/list> [player]  # Manage blacklist
/peek settings whitelist <add/remove/list> [player]  # Manage whitelist

Admin Commands

/peekadmin stats                    # View global statistics  
/peekadmin top [page]              # Show top players by peek count
/peekadmin list [page] [sort]      # List all players with stats
/peekadmin player <player>         # Show detailed player information
/peekadmin sessions                # View all active peek sessions
/peekadmin force-stop <player>     # Force stop a player's session
/peekadmin cleanup                 # Perform data cleanup
/peekadmin reload                  # Reload configuration
/peekadmin about                   # Show mod information

🔌 Developer API

PlaceholdersAPI Integration

The mod provides several placeholders for use with other mods or display systems:

%peekmod:peek_count%      - Number of times the player has peeked others
%peekmod:peeked_count%    - Number of times the player has been peeked
%peekmod:total_duration%  - Total time spent peeking (formatted)
%peekmod:is_peeking%      - Whether player is currently peeking (true/false)
%peekmod:is_private%      - Whether player has private mode enabled (true/false)

⚙️ Configuration

Main configuration file: config/peek/config.yml (YAML format)

📝 License

MIT License

Let Me Peek

A server-side Minecraft mod that lets you observe what your friends and other players are doing through simple commands—without physically moving your player.

✨ Features

  • Player Observation: View from any player's perspective without moving yourself
  • State Protection: Automatically saves and restores your position, items, and status effects
  • Flexible Switching: Switch between different observation targets seamlessly
  • Privacy Controls: Private mode, blacklist/whitelist system, and auto-accept settings
  • Crash Recovery: Restores your state even after unexpected server restarts
  • Fully Configurable: All features, limits, and behaviors can be customized via configuration
  • LuckPerms Integration: Complete permission node support for fine-grained access control
  • PlaceholderAPI Support: Rich placeholder system for integration with other mods and plugins

⌨️ Commands

Core Peek Commands

/peek player <player>              # Start observing a player
/peek accept <player>              # Accept an incoming peek request
/peek deny <player>                # Deny an incoming peek request  
/peek stop                         # Stop current peek session
/peek cancel [player]              # Cancel your outgoing request or specific player's
/peek who                          # Show who you're peeking or who's peeking you
/peek invite <player>              # Send a peek invitation
/peek stats [player (ops only)]    # View peek statistics
/peek debug                        # Show debug information (ops only)

Settings Commands

/peek settings private <on/off>          # Enable/disable private mode
/peek settings auto-accept <on/off>      # Enable/disable auto-accept requests
/peek settings blacklist <add/remove/list> [player]  # Manage blacklist
/peek settings whitelist <add/remove/list> [player]  # Manage whitelist

Management Commands

/peek manage stats                    # View global statistics  
/peek manage top [page]              # Show top players by peek count
/peek manage list [page] [sort]      # List all players with stats
/peek manage player <player>         # Show detailed player information
/peek manage sessions                # View all active peek sessions
/peek manage force-stop <player>     # Force stop a player's session
/peek manage cleanup                 # Perform data cleanup
/peek manage reload                  # Reload configuration
/peek manage about                   # Show mod information

🔌 Developer API

PlaceholdersAPI Integration

The mod provides several placeholders for use with other mods or display systems:

%peekmod:peek_count%      - Number of times the player has peeked others
%peekmod:peeked_count%    - Number of times the player has been peeked
%peekmod:total_duration%  - Total time spent peeking (formatted)
%peekmod:is_peeking%      - Whether player is currently peeking (true/false)
%peekmod:is_private%      - Whether player has private mode enabled (true/false)

⚙️ Configuration

Main configuration file: config/peek/config.yml (YAML format)

🔐 Permission Nodes

The mod uses a comprehensive permission system of LuckPerms for fine-grained access control:

📖 For complete permission documentation and LuckPerms examples:
👉 View Full Permission Guide

📝 License

MIT License