Forrest logo
back to context overview

games

List of commands for games:

  • games:minecraft:server:run This CLI command starts a Minecraft server using Java with a maximum and initial memory allocation of 1 GB.
    $ java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui
    try on your machine
    explain this command
back to context overview