Skip to content

A minecraft fabric server mod that allows you to check your server's memory usage with a simple command.

License

Notifications You must be signed in to change notification settings

Blayung/memory-check

Repository files navigation

Memory Check

What is this?

This is a minecraft fabric server mod that allows you to check your server's memory usage with a simple command.

Downloads

You can download this mod on modrinth. https://modrinth.com/mod/memory-check

Usage

Just run the /memcheck command.

How to compile this mod? (assuming you're on linux)

  1. Make sure you have git and jdk 21 installed. If not, check these links out: https://git-scm.com/downloads, https://www.oracle.com/java/technologies/downloads. You can also try to install these programs with your distro's package manager.
  2. Clone the repo: git clone https://github.com/Blayung/memory-check.git; cd memory-check
  3. Compile the mod: ./gradlew build
  4. Now the mod jar file should be in the ./build/libs folder.

About

A minecraft fabric server mod that allows you to check your server's memory usage with a simple command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages