-
Notifications
You must be signed in to change notification settings - Fork 19
Home
Welcome to the MinecraftServer Wiki! This resource provides all the details you need to set up, manage, and customize your Minecraft server hosted for free on GitHub Codespaces.
This repository allows you to host a Minecraft server with:
- 4 CPU Cores
- 16GB RAM
- 32GB Storage
No external hosting services are required. GitHub Codespaces provides everything needed to get your server online.
- A GitHub account with access to GitHub Codespaces.
- Basic familiarity with GitHub repositories.
Fork this repository to your GitHub account by clicking the "Fork" button in the top-right corner of the page.
- Navigate to your forked repository.
- Click the green "Code" button and select "Create Codespace on Main."
- Wait for the Codespace environment to initialize.
Open the terminal inside the Codespace and run the provided script to start the server. The terminal will display your server’s IP address once it’s live.
Launch Minecraft, add the displayed IP as a new server, and start playing!
- Use the provided scripts in the repository to start or stop the server.
- Customize your server settings in the
server.propertiesfile, such as game mode, difficulty, and max player count.
- Add plugins to the
pluginsfolder or mods to themodsfolder. Restart the server to apply changes.
- Ensure you are running the start script in the Codespace terminal.
- Verify all required files are present in the repository.
- GitHub Codespaces may pause after inactivity. Restart the Codespace and rerun the start script.
Yes, GitHub Codespaces provides a free tier sufficient for hosting a Minecraft server.
Yes, replace the server .jar file in the repository with your desired version.
Upload the updated files to the plugins or mods folder and restart the server.
We welcome contributions! Feel free to open issues or submit pull requests to improve the project.
This project is licensed under the MIT License.
Enjoy hosting your Minecraft server with GitHub Codespaces! 🎮
Let me know if you'd like this formatted differently or with additional sections.