From 431e3299e3dd8690baabd2a9f497e4cfe0027c56 Mon Sep 17 00:00:00 2001 From: Hasan <52300558+hasankayra04@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:06:57 +0300 Subject: [PATCH] Fix typo in GeyserMC setup instructions for Paper Updated the guide to include correct file paths and configuration details for GeyserMC installation on Paper server. --- content/use-geyser-on-paper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/use-geyser-on-paper.md b/content/use-geyser-on-paper.md index 8345f8a..0ccad2d 100644 --- a/content/use-geyser-on-paper.md +++ b/content/use-geyser-on-paper.md @@ -48,7 +48,7 @@ For example, `1201`. Your port will be different. {{< image src="post-img/playit-geyser-bedrock-origin.png" alt="Geyser Setup Bedrock Origin Configuration" >}} ### Basic Geyser Config -Open and edit `./plugins/Geyser-Fabric/config.yml`. We need to change the port to the one provided by playit. Since our port is `1201`, we need to tell Geyser to listen on this port. +Open and edit `./plugins/Geyser-Spigot/config.yml`. We need to change the port to the one provided by playit. Since our port is `1201`, we need to tell Geyser to listen on this port. >```yml ># Network settings for the Bedrock listener @@ -78,4 +78,4 @@ On a successful install, your logs should look like this: [00:00:00] [Server thread/INFO]: Done (1.250s)! Run /geyser help for help! ``` -Connecting to the server is the same as usual. Share playit's IP address with people to connect! \ No newline at end of file +Connecting to the server is the same as usual. Share playit's IP address with people to connect!