HajimeHelper is a Spigot plugin designed to complement the
Hajime startup system.
HajimeHelper is simply a shim that allows any server owner to use Hajime's in-game commands as if they were native server commands. For example, without HajimeHelper, you would invoke Hajime's system command by sending
.system in the chat. Anybody can do this, which can be a problem if you want to control who can run this command. HajimeHelper makes it so that this command is now only
/system with the appropriate permission node assigned.
In other words, HajimeHelper is essential if you want to implement permissions for Hajime commands or provide a better player experience.
HajimeHelper works with all servers with Spigot API 1.13+. However, it should work if you compile it for earlier API versions, but doing so makes it incompatible with 1.13+, so if you want 1.8 support, you're on your own.