GoMint is a modern Minecraft Bedrock Edition server enabling you to make your visions come true
- ⚡ High performance, fast startup and low resource usage
- 🔧 Highly configurable via configuration files
- 🔌 Functionality extendable via plugins
- 🗝 Cryptography implementations in Rust
- 💫 Crafting, enchanting, all blocks, all items
⚠ The following one-liner scripts download the latest build, not the latest tag!
powershell.exe "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri 'https://gomint-artifacts.s3.amazonaws.com/latest.zip' -OutFile gomint.zip; $Random = Get-Random -Maximum 0xFFFFFF; Expand-Archive -LiteralPath gomint.zip -DestinationPath gomint-$Random; Write-Output gomint-$Random"
$ProgressPreference = 'SilentlyContinue'; `
Invoke-WebRequest -Uri 'https://gomint-artifacts.s3.amazonaws.com/latest.zip' -OutFile gomint.zip; `
$Random = Get-Random -Maximum 0xFFFFFF; `
Expand-Archive -LiteralPath gomint.zip -DestinationPath gomint-$Random; `
Write-Output gomint-$Random
WORKSPACE=gomint-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 6 | head -n 1) && \
curl --silent -o gomint.zip https://gomint-artifacts.s3.amazonaws.com/latest.zip && \
unzip gomint.zip -d $WORKSPACE && echo $WORKSPACE
WORKSPACE=gomint-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 6 | head -n 1) && \
wget --quiet -O gomint.zip https://gomint-artifacts.s3.amazonaws.com/latest.zip && \
unzip gomint.zip -d $WORKSPACE && echo $WORKSPACE
Guide coming soon
Guide coming soon
Guide coming soon
Bundled Maven (Windows Command Line)
mvnw clean install
Bundled Maven (Shell)
./mvnw.sh clean install
Local Maven Installation
mvn clean install
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]