Skip to content

Hajime 0.1.11

Compare
Choose a tag to compare
@Slackadays Slackadays released this 13 Feb 15:01
· 294 commits to master since this release
51d791f

Hajime 0.1.11 is here!

This release's highlight feature is Linux performance counter measurement. This singlehandedly brings the world of HPC to Minecraft servers. Aside from that, here are just a few new things:

  • 7 new GitHub Actions for even more platforms, 22 in total!
  • A fix for the terminal input
  • A fix for terminal command spam
  • An improved Windows startup service installer
  • Add Windows language auto-detect
  • An improved terminal look
  • A new D20 command
  • A new user check to disallow running as root
  • A new .system command to see host server statistics and other information
  • New settings so you can make commands "silent" or disabled altogether
  • And more!

There are a couple requirements to use the performance counter feature.

  • You can't use a VM unless its operator has performance counter virtualization enabled.
  • You need a Linux version of at least 5.9 (although Hajime will technically work with older versions, it will only do so under the root user or by using a special secret method)
  • You need to give Hajime the CAP_PERFMON capability (if you're using the install script, this will be handled automatically for you)

These requirements mean that most self-hosted servers should work, as well as many dedicated servers. However, most common VMs will likely not work.