
Info+ 📑
Show detailed system information directly in Minecraft chat. View CPU, RAM, GPU, OS, Java, Minecraft, and Loader details. Built for debugging, player support, server checks, and modpack troubleshooting.
Обновлён 29 июня 2026 г. · опубликован 12 июня 2025 г.
InfoPlus
Show detailed system information directly in Minecraft chat.
View CPU, RAM, GPU, OS, Java, Minecraft, and Loader details.
Built for debugging, player support, server checks, and modpack troubleshooting.
Features
- View CPU information, including model, vendor, cores, threads, frequency, and usage
- View RAM usage, including total, used, available, and swap/virtual memory
- View GPU details, including model, vendor, VRAM, device ID, and version info
- View operating system information, uptime, process count, and boot time
- View Java runtime information, Minecraft version, loader name, and loader version
- View disk, network, battery, firmware, motherboard, and file system information when using full mode
- Supports both local client checks and multiplayer player checks
- Outputs information in a clear chat-friendly format
Screenshot
Usage
Local system info
Run the command in Minecraft chat:
/info
Basic system information:
/info basic
Full system information:
/info full
You can also use the alias:
/infoplus
Multiplayer player info
Request system information from another player:
/info <player>
Request basic information from another player:
/info <player> basic
Request full information from another player:
/info <player> full
Alias:
/infoplus <player> full
Server-side player requests require permission level 2.
Command Summary
| Command | Description |
|---|---|
/info |
Shows your basic system information |
/info basic |
Shows your basic system information |
/info full |
Shows your full system information |
/info <player> |
Requests basic system information from a player |
/info <player> basic |
Requests basic system information from a player |
/info <player> full |
Requests full system information from a player |
/infoplus |
Alias for /info |
Privacy Notice
InfoPlus can display hardware and runtime information such as CPU, RAM, GPU, operating system, Java version, Minecraft version, loader version, and other system details.
Full mode may include more detailed information depending on the enabled options. Server-side player requests are limited to users with the required permission level.
Use this mod responsibly and avoid sharing sensitive system information publicly.
Requirements
- Minecraft 1.20.1
- Fabric Loader
- Fabric API
- Java 17
Download
Source Code
The source code is available on GitHub:
https://github.com/TamKungZ/infoplus
License
This project is licensed under the MIT License.
See the LICENSE file for more details.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 2.0.1 | Релиз | 1.20, 1.20.1 | fabric, quilt | 29 июня 2026 г. | Скачать (161 КБ) |
| 2.0.1 | Релиз | 1.20, 1.20.1 | forge | 29 июня 2026 г. | Скачать (159 КБ) |
| 2.0.0 | Релиз | 1.20, 1.20.1 | fabric | 28 июня 2026 г. | Скачать (155 КБ) |
| 2.0.0 | Релиз | 1.20, 1.20.1 | forge | 28 июня 2026 г. | Скачать (153 КБ) |
| 1.0.1 | Релиз | 1.20.1 | forge | 9 июля 2025 г. | Скачать (127 КБ) |
| 1.0.0 | Релиз | 1.20.1 | forge | 13 июня 2025 г. | Скачать (121 КБ) |
| 1.0.0 | Релиз | 1.21.6-pre1, 1.21.6-pre2, 1.21.6-pre3, 1.21.6-pre4 | fabric | 13 июня 2025 г. | Скачать (124 КБ) |
| 1.0.0 | Релиз | 1.20.5, 1.20.6 | fabric | 13 июня 2025 г. | Скачать (124 КБ) |
| 1.0.0 | Релиз | 1.21.4, 1.21.5 | fabric | 13 июня 2025 г. | Скачать (124 КБ) |
| 1.0.0 | Релиз | 1.21, 1.21.1 | fabric | 13 июня 2025 г. | Скачать (124 КБ) |
| 1.0.0 | Релиз | 1.20, 1.20.1 | fabric | 12 июня 2025 г. | Скачать (122 КБ) |
Ченджлог
2.0.1Релиз1.20, 1.20.1 · 29 июня 2026 г.
Changelog
2.0.1
Compared with previous git commit 371bfbf.
Changed
- Bumped Info+ mod version from
2.0.0to2.0.1for both Forge and Fabric builds. - Improved
basicreport profile output so it now returns a shorter summary:- CPU
- RAM usage and total RAM
- GPU
- OS
- Java version and vendor
- Minecraft version, loader name, and loader version
- Added
exportreport profile for both Forge and Fabric:/info export/infoplus export/info <player> export/infoplus <player> export
exportcollects full system data, saves it as pretty JSON underinfoplus/exports/, and shows the saved file path when complete.- Export file names use
<playerName>-<playerUUID>-<YYYYMMDD>-<HHMMSS>.json. - Improved in-game report readability by coloring report field labels in aqua while keeping values in the default text color.
Affected Projects
f-1.20.1fb-1.20.1
2.0.1Релиз1.20, 1.20.1 · 29 июня 2026 г.
Changelog
2.0.1
Compared with previous git commit 371bfbf.
Changed
- Bumped Info+ mod version from
2.0.0to2.0.1for both Forge and Fabric builds. - Improved
basicreport profile output so it now returns a shorter summary:- CPU
- RAM usage and total RAM
- GPU
- OS
- Java version and vendor
- Minecraft version, loader name, and loader version
- Added
exportreport profile for both Forge and Fabric:/info export/infoplus export/info <player> export/infoplus <player> export
exportcollects full system data, saves it as pretty JSON underinfoplus/exports/, and shows the saved file path when complete.- Export file names use
<playerName>-<playerUUID>-<YYYYMMDD>-<HHMMSS>.json. - Improved in-game report readability by coloring report field labels in aqua while keeping values in the default text color.
Affected Projects
f-1.20.1fb-1.20.1
2.0.0Релиз1.20, 1.20.1 · 28 июня 2026 г.
Refactor Project
2.0.0Релиз1.20, 1.20.1 · 28 июня 2026 г.
Refactor Project
1.0.1Релиз1.20.1 · 9 июля 2025 г.
Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
[1.0.1] - 2025-07-09
Added
/info allcommand to show full system info, including:- Motherboard vendor/model
- BIOS version
- Disk, network, and battery info
- Boot time and file system list
- Player argument autocompletion using
EntityArgument.player() - GitHub Actions CI/CD with automatic JAR upload on releases
- Forge-style logger integration using
LogUtils.getLogger() - Readme cleanup with formal tone and download links
Fixed
- Fixed missing tab completion when using
/info system <player> - Fixed error when trying to get player name from wrong argument type
- Fixed deprecated
download-artifact@v3in GitHub Actions
[1.0.0] - 2025-06-12
Added
- First public release
/info systemcommand to show:- CPU model, thread/core count, frequency, usage
- RAM usage (used, total, free)
- GPU model and VRAM
- OS, Java, Minecraft, and Forge Loader version
- Output is colored and readable in Minecraft chat
- Support for querying another player’s system info (with permission)
1.0.0Релиз1.20.1 · 13 июня 2025 г.
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
- Initial creation of this changelog.
[1.0.0] - 2025-06-12
Added
- First public release.
/info systemcommand to show:- CPU model, thread/core count, frequency, usage
- RAM usage (used, total, free)
- GPU model and VRAM
- OS, Java, Minecraft, and Fabric Loader version
- Output is colored and readable in Minecraft chat.
- Support for querying another player’s system info (with permission).
1.0.0Релиз1.21.6-pre2, 1.21.6-pre3, 1.21.6-pre4 · 13 июня 2025 г.
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
- Initial creation of this changelog.
[1.0.0] - 2025-06-12
Added
- First public release.
/info systemcommand to show:- CPU model, thread/core count, frequency, usage
- RAM usage (used, total, free)
- GPU model and VRAM
- OS, Java, Minecraft, and Fabric Loader version
- Output is colored and readable in Minecraft chat.
- Support for querying another player’s system info (with permission).
1.0.0Релиз1.20.5, 1.20.6 · 13 июня 2025 г.
Changelog
All notable changes to this project will be documented in this file.
[Unreleased]
- Initial creation of this changelog.
[1.0.0] - 2025-06-12
Added
- First public release.
/info systemcommand to show:- CPU model, thread/core count, frequency, usage
- RAM usage (used, total, free)
- GPU model and VRAM
- OS, Java, Minecraft, and Fabric Loader version
- Output is colored and readable in Minecraft chat.
- Support for querying another player’s system info (with permission).
Комментарии
Загружаем…
