Get debug information using simple client-side commands!
F3Commands is a client-side Fabric mod that provides easy access to Minecraft's debug information through intuitive slash commands. No more memorizing complex F3 key combinations - just type what you need!
.jar files in your .minecraft/mods folderType /f3help in-game to see all available commands!
Get detailed information about your location and surroundings:
/mycoords - Display XYZ coordinates
/myblockpos - Display block position
/mychunkpos - Display chunk coordinates
/myrotation - Display yaw and pitch
/mydimension - Current dimension
/mybiome - Current biome
/myfacing - Direction you're facing
/currenttime - Time of day
/worldday - Current world day
/moonphase - Current moon phase
/myhealth - Health status
/myhunger - Hunger level
/mysaturation - Saturation level
/myarmor - Armor value
/myair - Oxygen level
/myxplevel - Experience level
/myxpbar - Experience progress
/amionground - Check if on ground
/myvelocity - Movement velocity
/myspeed - Movement speed
/myhorizontalspeed - Horizontal speed only
/lightlevel - Total light level
/skylightlevel - Sky light level
/blocklightlevel - Block light level
/currentweather - Weather status
Check and manage game settings:
/advtooltips - Check tooltip status
/switchtooltips - Toggle advanced tooltips
/rechunks - Reload chunks
/reresources - Reload resource packs
/clearchat - Clear chat history
/checkfullscreen - Fullscreen status
/checkvsync - VSync status
/checkfov - Field of view
/checkrenderdist - Render distance
/checksimuldist - Simulation distance
/checkgraphics - Graphics quality
/checkframelimit - Max framerate
/checkguiscale - GUI scale
/checkbrightness - Brightness level
/checkentitydist - Entity distance
/checkmastervol - Master volume
/checkmusicvol - Music volume
/checkmipmaplevel - Mipmap level
/checkparticles - Particle setting
/checksmoothlighting - Smooth lighting
/checkclouds - Cloud rendering
/checkbiomeblend - Biome blend radius
/checkautosave - Autosave indicator
/viewlimitations - F3 limitations notice
/windowinfo - Window dimensions
Track game performance and system resources:
/currentfps - Current FPS
/avgfps - Average FPS
/maxfps - Maximum FPS
/minfps - Minimum FPS
/fpsreport - Complete FPS report
/memused - Memory used
/memmax - Maximum memory
/memfree - Free memory
/memusage - Memory usage %
/memreport - Complete memory report
/chunkupdates - Chunk updates
/chunksloaded - Loaded chunks
/chunkstats - Chunk statistics
/entitycount - Entity count
/particlecount - Particle info
/javaversion - Java version
/cpucores - CPU core count
/osinfo - OS information
/sysreport - System report
/resetfpstracker - Reset FPS tracker
/perfstatus - Quick performance overview
/f3help - Main help menu
/f3info - Info commands list
/f3debug - Debug commands list
/f3perf - Performance commands list
All commands use color-coded output for easy reading:
Example output:
§6Position: §fX: 123.45 Y: 64.00 Z: -789.12
§6Health: §f20.0 / 20.0
§6Memory Usage: §f1024 MB / 4096 MB (§c25%§f)
git clone https://github.com/DraxonV1/F3Commands.git
cd F3Commands
./gradlew build
The compiled .jar file will be in build/libs/
F3Commands/
├── src/main/java/com/draxon/f3commands/
│ ├── commands/
│ │ ├── debug/ - Debug commands
│ │ ├── help/ - Help system
│ │ ├── info/ - Info commands
│ │ ├── performance/ - Performance commands
│ │ └── CommandRegistrar.java
│ ├── config/ - Configuration
│ └── F3CommandsClient.java
└── src/main/resources/
└── fabric.mod.json
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the Creative Commons CC0 1.0 Universal License - see the LICENSE file for details.
Found a bug? Please open an issue on GitHub with:
Made with ❤️ for the Minecraft Fabric community