A little project for you to configure, build and manage a minecraft server for any version using modrinth's api. https://minecraft.coisas-mais-estranhas.com.br
  • TypeScript 96.2%
  • CSS 2.2%
  • HTML 1.1%
  • JavaScript 0.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-06-21 19:21:43 -03:00
public adding project to repository 2026-02-14 18:57:18 -03:00
src feat: implement a better java version fetching based on minecraft 2026-06-21 19:21:43 -03:00
.dockerignore feat: add container related files 2026-03-07 11:49:54 -03:00
.gitignore adding project to repository 2026-02-14 18:57:18 -03:00
docker-compose.yml fix: change cloudflare_proxy to false 2026-06-13 13:44:06 -03:00
dockerfile feat: add container related files 2026-03-07 11:49:54 -03:00
eslint.config.js adding project to repository 2026-02-14 18:57:18 -03:00
index.html improve SEO 2026-02-14 19:13:52 -03:00
LICENSE Initial commit 2026-02-14 18:56:21 -03:00
package-lock.json fix: update packages to fix vunerabilities 2026-06-13 13:50:29 -03:00
package.json fix: update packages to fix vunerabilities 2026-06-13 13:50:29 -03:00
README.md fix: readme link to open in new tab 2026-02-14 19:06:08 -03:00
tailwind.config.js adding project to repository 2026-02-14 18:57:18 -03:00
tsconfig.app.json adding project to repository 2026-02-14 18:57:18 -03:00
tsconfig.json adding project to repository 2026-02-14 18:57:18 -03:00
tsconfig.node.json adding project to repository 2026-02-14 18:57:18 -03:00
vite.config.ts adding project to repository 2026-02-14 18:57:18 -03:00

Minecraft Server Builder

Avaible at minecraft.coisas-mais-estranhas.com.br

This project lets you build and configure a Minecraft server, supporting gamerules, properties and start file management with a interactive web interface. You can manage modpacks, mods and datapacks available in Modrinth.

Currently there is only support for modloaders (Fabric, Forge and Quilt) and datapacks, but support for plugins (paper, velocity, pupur etc.) is planned. The project is still in early development, so expect some bugs and missing features, although the very necessary for a functional server is already available and working (I hope).

Localization

As I am not a poliglot and speak only English and Portuguese, most of the translation on the project was done by AI (GPT-4.1 and Claude Sonnet 4.5). So if you find any translation that is wrong or just sounds weird, please open an issue or, better, a PR with the fix, I will be more than grateful for that.

Contributing

If you want to contribute to the project, you can open an issue or a PR with your changes. I will try to review and merge it as soon as possible.

Running the project

The project run 100% on client side (Vite and React), so you can build it and run it on your own machine without any complications:

npm install
npm run build
npm run preview

Development:

npm install
npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.