From 864ce4bb42d15d127b539fd2b8f0788ac448b0f0 Mon Sep 17 00:00:00 2001 From: Alex Wellnitz Date: Fri, 3 Nov 2023 23:11:17 +0100 Subject: [PATCH] feat: Add Image in Article --- src/content/blog/high-scalable-minecraft-cluster.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content/blog/high-scalable-minecraft-cluster.md b/src/content/blog/high-scalable-minecraft-cluster.md index ed77c16..bba3344 100644 --- a/src/content/blog/high-scalable-minecraft-cluster.md +++ b/src/content/blog/high-scalable-minecraft-cluster.md @@ -23,6 +23,9 @@ A Minecraft cluster is a Minecraft server network that consists of multiple Mine A Minecraft cluster consists of several components. + +![Minecraft cluster](https://github.com/MultiPaper/MultiPaper/raw/main/assets/multipaper-diagram.jpg) + #### Master database First, there is the master database. This database allows servers to store data in a central location that all servers can access. Servers store chunks, maps, level.dat, player data, banned players, and more in this database. This database also records which chunk belongs to which server and coordinates communication between servers.