From 3b08d5eeaeb78527af5887d33a4511743ca154af Mon Sep 17 00:00:00 2001
From: Artem Dmitriev <77476430+crexlight@users.noreply.github.com>
Date: Sun, 24 May 2026 21:37:41 +0300
Subject: [PATCH 1/3] Fix typo in README setup instructions
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ce9f903d..b929bf4e 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@
**Ready?** [Get started in a new TAB…](https://william278.net/docs/velocitab/setup)
## Setup
-We suggest installing [LuckPerms](https://luckperms.net) on your Velocity proxy and backend (Spigot, Paper, Fabric, etc.) servers for prefix/suffix formatting right out the box.
+We suggest installing [LuckPerms](https://luckperms.net) on your Velocity proxy and backend (Spigot, Paper, Fabric, etc.) servers for prefix/suffix formatting right out of the box.
1. Turn off your Velocity proxy server
2. [Download](https://github.com/WiIIiam278/Velocitab/releases/latest) and place the plugin jar file in the `/plugins/` folder of your Velocity proxy server.
From 3bd70770a12fb5eab99f8ee8d6f9d14222ae524c Mon Sep 17 00:00:00 2001
From: Artem Dmitriev <77476430+crexlight@users.noreply.github.com>
Date: Sun, 24 May 2026 21:37:58 +0300
Subject: [PATCH 2/3] Fix typo in Velocitab Animations.md
Corrected a typo in the Animations documentation.
---
docs/Animations.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Animations.md b/docs/Animations.md
index 74aa2e93..3b4445be 100644
--- a/docs/Animations.md
+++ b/docs/Animations.md
@@ -1,7 +1,7 @@
Velocitab lets you create basic animations in the header and footer, which you can combine with some nice [[Formatting]] to create a slick TAB menu for your server. Note you cannot animate player name formats, only headers and footers.
## Creating basic animations
-By default, Velocitab headers/footers are static; only containing a single frame of animation and only updating when a user joins/leaves your server, or when permissions are recalcualated by LuckPerms.
+By default, Velocitab headers/footers are static; only containing a single frame of animation and only updating when a user joins/leaves your server, or when permissions are recalculated by LuckPerms.
### Adding additional frames of animation
To add additional frames of animation to a header format for a [server group](server-groups), add it to the string list for that group. The example below uses the MineDown gradient fade feature to create a simple three-phase animation.
From 83d73bd4139774d647e78bf8984b2506d51c0043 Mon Sep 17 00:00:00 2001
From: Artem Dmitriev <77476430+crexlight@users.noreply.github.com>
Date: Sun, 24 May 2026 21:38:59 +0300
Subject: [PATCH 3/3] Fix URL for Velocitab project in Animations.md
Corrected the URL for the Velocitab project in the documentation.
---
docs/Animations.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Animations.md b/docs/Animations.md
index 3b4445be..f40c107e 100644
--- a/docs/Animations.md
+++ b/docs/Animations.md
@@ -70,7 +70,7 @@ footers:
- |
\nFor Velocity proxy servers:
https://modrinth.com/plugin/velocitab
- https://william278.net/project/veloictab'
+ https://william278.net/project/velocitab'
format: '[%server%] &f%username%'
header_footer_update_rate: 200
```