This is Central Server of Oh My Minecraft Server project, written in Kotlin and Java.
Central Server provides the implementation of server management, player whitelist management, etc.
Oh My Minecraft Server aims to provide a solution for manage Minecraft servers.
- Remote Server Console
- Player Whitelist
- In-game Announcement
- Chat Bridge
- Plugins
- Server Status
Download the latest build from Github Action, and launch it:
$ java -jar <path-to-your-omms-central-server-jar.jar> --nogui
It will generate default configurations, fill those configuration, and you are good to go!
$ java -jar <path-to-your-omms-central-server-jar.jar>
Oh My Minecraft Server Central Server requires java >= 17
--nogui
Do not display simple gui--noplugin
Disable Plugins--controllerConsole <controllerId>
Launch a server console
PRs are welcomed.Each contribution to this repository should take the form of a pull request to review codes.