From 038f04b67634006cdead9d28d215b22040245e98 Mon Sep 17 00:00:00 2001
From: Patrick <147879351+WinniePatGG@users.noreply.github.com>
Date: Thu, 25 Jun 2026 15:29:03 +0200
Subject: [PATCH] README
---
.gitignore | 1 +
README.md | 18 ++++--------------
2 files changed, 5 insertions(+), 14 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..723ef36
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.idea
\ No newline at end of file
diff --git a/README.md b/README.md
index e7bec16..bef6297 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,11 @@
-# Project Name
+# VoiceChatInteraction
+Original Plugin:
+https://modrinth.com/plugin/voice-chat-interaction-paper
+https://github.com/wiidotmom/voicechat-interaction-paper
This repository is organized by version. The `main` branch does not contain
active code — please check out the branch that matches the version you need:
- `version/1.21.11` — for Minecraft 1.21.11
-- `version/26.1.x` — for Minecraft 26.1.x
-
-## Getting started
-
-```bash
-git checkout version/1.21.11
-```
-
-or
-
-```bash
-git checkout version/26.1.x
-```
See each branch's own README for version-specific setup instructions.
\ No newline at end of file