mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-04-04 06:58:37 -04:00
Compare commits
No commits in common. "caa08017651fa3437f0ebc68a2e6c510844a8447" and "cc5adcffa35375792f933b344a72b36add64e20b" have entirely different histories.
caa0801765
...
cc5adcffa3
45
README.md
45
README.md
@ -1,45 +0,0 @@
|
||||
# Minecraft Realms Emulator
|
||||
|
||||
This is a custom implementation of a Minecraft Realms server for Java Edition,
|
||||
written in C#.
|
||||
|
||||
# Requirements
|
||||
|
||||
- .NET SDK (version 8.0 or higher)
|
||||
- Minecraft Java Edition
|
||||
- PostgreSQL (for database support)
|
||||
- Docker (for `REALMS` mode to work)
|
||||
|
||||
# Installation
|
||||
|
||||
Clone the repository:
|
||||
|
||||
```sh
|
||||
git clone https://github.com/CyberL1/Minecraft-Realms-Emulator.git
|
||||
cd Minecraft-Realms-Emulator/Minecraft-Realms-Emulator
|
||||
```
|
||||
|
||||
Configure the server:
|
||||
|
||||
Create a `.env` file:
|
||||
|
||||
```
|
||||
CONNECTION_STRING="User Id=postgres;Password=password;Server=db;Port=5432;Database=Minecraft-Realms-Emulator;"
|
||||
ADMIN_KEY="[RANDOMLY GENERATED KEY]"
|
||||
```
|
||||
|
||||
Build the server:
|
||||
|
||||
```sh
|
||||
dotnet build
|
||||
```
|
||||
|
||||
Run the server:
|
||||
|
||||
```sh
|
||||
dotnet run
|
||||
```
|
||||
|
||||
# Demo
|
||||
|
||||
[](https://www.youtu.be/5pHPsKQhEjI)
|
Loading…
x
Reference in New Issue
Block a user