promotional bannermobile promotional banner

InfoPlus+ 📑

Displays detailed server system info (CPU, RAM, GPU, OS, Java, Minecraft, Loader) directly in-game. Useful for debugging, tech support, and verifying server/client environments

File Details

infoplus-1.0.1-1.20.1-forge.jar

  • R
  • Jul 9, 2025
  • 126.59 KB
  • 674
  • 1.20.1
  • Forge

File Name

infoplus-1.0.1-1.20.1-forge.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:infoplus-1303423:6748360")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 all command 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@v3 in GitHub Actions

[1.0.0] - 2025-06-12

Added

  • First public release
  • /info system command 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)