Welcome to the Mine-Server project! This repository contains everything you need to set up and run your own Minecraft server using PaperMC and Cloudflared.
cloudflared
is a tool from Cloudflare that allows you to create a secure tunnel between your Minecraft server and Cloudflare's network. This protects you from DDoS attacks and hides your server's IP address, making it less vulnerable to hacking.
-
Secure Tunnel:
cloudflared
establishes an encrypted tunnel that redirects traffic to your Minecraft server. This means that the traffic passes through Cloudflare's infrastructure, which has several security measures in place. -
DDoS Protection: When using the tunnel, your connection benefits from Cloudflare's DDoS protections. If an attack does occur, Cloudflare can mitigate the malicious traffic before it reaches your server.
All prerequisites are installed by build.sh
or start.bat
.
To add plugins to your server, place the .jar
files in the plugins
directory:
The server can be configured by editing the server.properties file. Here, you can adjust various settings such as server port, max players, and more.
To run the server on Windows, execute the start.bat
and build.bat
script. This will also install necessary dependencies and start Cloudflare:
start.bat
For Linux users, run the start.sh
script:
bash build.sh && start.sh
Feel free to reach out if you have any questions or need assistance!