🎮 F3Commands

Get debug details using simple client-side commands

Minecraft 1.21.5 Fabric Loader 0.16.10+ 70+ Commands Client-Side

📖 Overview

F3Commands is a powerful client-side Fabric mod that makes Minecraft's debug information easily accessible through intuitive slash commands. No more complex F3 key combinations - just type what you need!

70+

Total Commands

4

Categories

100%

Client-Side

📍 Position & World

Get detailed information about coordinates, biomes, dimensions, and world state.

🔧 Debug Tools

Check settings, reload resources, and manage client state with ease.

⚡ Performance

Monitor FPS, memory usage, chunks, and system resources in real-time.

📚 Help System

Built-in categorized help system makes finding commands effortless.

⚙️ Installation

Requirements

  • ✅ Minecraft 1.21.5
  • ✅ Fabric Loader 0.16.10 or higher
  • ✅ Fabric API 0.128.2 or higher
  • ✅ Java 21 or higher

Installation Steps

Step 1: Download and install Fabric Loader
Step 2: Download Fabric API
Step 3: Download the latest F3Commands release
Step 4: Place both .jar files in your .minecraft/mods folder
Step 5: Launch Minecraft with the Fabric profile
📥 Download Latest Release 🔧 Get Fabric Loader
💡 Optional Dependencies:
Mod Menu - For in-game configuration UI
Cloth Config - Already bundled with the mod

🎯 Command Reference

Quick Start: Type /f3help in-game to see all available commands organized by category!

📍 Position & World Information (25 Commands)

Command Description
/mycoordsDisplay current XYZ coordinates
/myblockposDisplay block position (integer coords)
/mychunkposDisplay current chunk coordinates
/myrotationDisplay yaw and pitch rotation
/mydimensionShow current dimension
/mybiomeShow current biome
/myfacingShow direction facing (N/S/E/W)
/currenttimeShow time of day (0-24000)
/worlddayShow current world day number
/moonphaseShow current moon phase
/myhealthShow health and max health
/myhungerShow hunger level (0-20)
/mysaturationShow saturation level
/myarmorShow armor value
/myairShow oxygen/air level
/myxplevelShow experience level
/myxpbarShow experience progress %
/amiongroundCheck if standing on ground
/myvelocityShow XYZ velocity
/myspeedShow total movement speed
/myhorizontalspeedShow horizontal speed only
/lightlevelShow total light level
/skylightlevelShow sky light level
/blocklightlevelShow block light level
/currentweatherShow current weather

🔧 Debug & Settings (25 Commands)

Command Description
/advtooltipsCheck advanced tooltips status
/switchtooltipsToggle advanced tooltips
/rechunksReload chunk rendering
/reresourcesReload resource packs
/clearchatClear chat history
/checkfullscreenCheck fullscreen status
/checkvsyncCheck VSync status
/checkfovCheck field of view setting
/checkrenderdistCheck render distance
/checksimuldistCheck simulation distance
/checkgraphicsCheck graphics quality
/checkframelimitCheck max framerate
/checkguiscaleCheck GUI scale
/checkbrightnessCheck brightness level
/checkentitydistCheck entity render distance
/checkmastervolCheck master volume
/checkmusicvolCheck music volume
/checkmipmaplevelCheck mipmap level
/checkparticlesCheck particle setting
/checksmoothlightingCheck smooth lighting
/checkcloudsCheck cloud rendering
/checkbiomeblendCheck biome blend radius
/checkautosaveCheck autosave indicator
/viewlimitationsShow F3 limitations notice
/windowinfoShow window dimensions

⚡ Performance Monitoring (20 Commands)

Command Description
/currentfpsShow current FPS
/avgfpsShow average FPS
/maxfpsShow maximum FPS
/minfpsShow minimum FPS
/fpsreportComplete FPS report
/memusedShow memory used in MB
/memmaxShow maximum memory in MB
/memfreeShow free memory in MB
/memusageShow memory usage with %
/memreportComplete memory report
/chunkupdatesShow chunk update count
/chunksloadedShow loaded chunks
/chunkstatsComplete chunk statistics
/entitycountShow total entity count
/particlecountShow particle information
/javaversionShow Java version
/cpucoresShow CPU core count
/osinfoShow OS information
/sysreportComplete system report
/resetfpstrackerReset FPS tracker data
/perfstatusQuick performance overview

📚 Help System (4 Commands)

Command Description
/f3helpMain help menu
/f3infoList all info commands
/f3debugList all debug commands
/f3perfList all performance commands

💡 Usage Examples

Example 1: Quick Position Check

Player: /mycoords
Output: Position: X: 123.45 Y: 64.00 Z: -789.12

Player: /mybiome
Output: Biome: minecraft:plains

Example 2: Performance Monitoring

Player: /perfstatus
Output: === Performance Status ===
        FPS: 60 (avg: 58)
        Memory: 1024/4096 MB (25%)
        Chunks: 441

Example 3: Debug Settings

Player: /checkrenderdist
Output: Render Distance: 12 chunks

Player: /checkfov
Output: FOV: 90

Example 4: Complete Reports

Player: /fpsreport
Output: === FPS Report ===
        Current: 60
        Average: 58
        Maximum: 75
        Minimum: 45

❓ Frequently Asked Questions

Q: Does this work on servers?

A: Yes! F3Commands is completely client-side, so it works on any server without requiring server-side installation.

Q: Will this get me banned?

A: F3Commands only displays information that's already available through vanilla F3 debugging. It doesn't modify gameplay or provide unfair advantages.

Q: Can I customize the commands?

A: Currently, command names are fixed. Configuration options may be added in future versions.

Q: Why don't hitboxes/chunk borders work?

A: Minecraft 1.21.5 doesn't expose these toggles to mods. You'll need to use the vanilla F3 keys for these features.

Q: How do I report bugs?

A: Open an issue on our GitLab Issues page with details about the problem.

Q: Can I contribute to the project?

A: Absolutely! We welcome pull requests. Check out our GitLab repository.