From a8d595f53f73c8474146595574ac94dc3b11887b Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Thu, 1 Aug 2024 08:53:54 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf3011ee6..2e68abe2e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ -## WIP +## Pumpkin (WIP) A Minecraft server written in pure Rust +## What Pumpkin aims to be: +- A fast, efficient, and scalable Minecraft server +- Compatible with the latest Minecraft server version +- Adherent to Vanilla game mechanics +- Highly configurable with the ability to disable unnecessary features +- A platform for plugin development + +## What Pumpkin is not: +- A direct replacement for Vanilla or Bukkit servers +- A framework for building a Server from scratch ### Features - States @@ -15,4 +25,4 @@ A Minecraft server written in pure Rust - [x] Configuration ### Thanks -Big thanks to https://wiki.vg/ for providing all the Information we need for create this Project \ No newline at end of file +A big thank you to https://wiki.vg/ for providing valuable information used in the development of this project.