From 6fbc7929a702a1ce6b5c497b3735fc8e5f2c2245 Mon Sep 17 00:00:00 2001 From: DirefulBelt6803 <76021317+DirefulBelt6803@users.noreply.github.com> Date: Tue, 19 Nov 2024 23:24:14 -0800 Subject: [PATCH] Update introduction.md (#318) * Update introduction.md --- docs/config/introduction.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config/introduction.md b/docs/config/introduction.md index b7cd31e68..9f5ab998c 100644 --- a/docs/config/introduction.md +++ b/docs/config/introduction.md @@ -9,6 +9,13 @@ Pumpkin's Configuration is split into a basic Configuration made for quick chang - `configuration.toml`: simple and can be compared to the vanilla `server.properties`. - `features.toml`: designed to have all features of pumpkin at one place, making it a large configuration +### Server Version + +Pumpkin aims to support the latest Minecraft Version. If you want to host a Pumpkin server in any other version, there is a project called [ViaProxy](https://github.com/ViaVersion/ViaProxy). + +- Make sure to allow Proxy connections. +- Pumpkin and ViaProxy have no connection, don't submit issues reguarding their code. Furthermore, this is a 3rd party proxy and Pumpkin does not take any responsability for the good or the bad. + #### Key Features: - Extensive Customization: Configure server settings, player behavior, world generation, and more.