diff --git a/docs/developers/modules/_meta.json b/docs/developers/modules/_meta.json
index ca4cfe5f1..02faf06d0 100644
--- a/docs/developers/modules/_meta.json
+++ b/docs/developers/modules/_meta.json
@@ -16,7 +16,7 @@
"nametag": "Nametag",
"nickhider": "Nick Hider",
"notification": "Notification",
- "paynow": "Pay Now",
+ "paynow": "PayNow",
"packetenrichment": "Packet Enrichment",
"richpresence": "Rich Presence",
"saturation": "Saturation",
diff --git a/docs/developers/modules/beam.mdx b/docs/developers/modules/beam.mdx
index 709fc57c5..57253cbb4 100644
--- a/docs/developers/modules/beam.mdx
+++ b/docs/developers/modules/beam.mdx
@@ -12,7 +12,7 @@ The beam module allows you to create custom beams resembling beacon beams, which
- Exact location pinpointing for the beams to be shown on.
- Beams appear through blocks, unlike in vanilla Minecraft.
-
+
Beams can be at any location and be any color!
diff --git a/docs/developers/modules/chat.mdx b/docs/developers/modules/chat.mdx
index d3a1831e1..99cbe3876 100644
--- a/docs/developers/modules/chat.mdx
+++ b/docs/developers/modules/chat.mdx
@@ -9,7 +9,7 @@ The chat module allows you to interact with and modify users chat feeds.
- Adds the ability to simulate live updating messages
- Grants the ability to remove specific messages for a player
-
+
Example of simulating live chat!
diff --git a/docs/developers/modules/coloredfire.mdx b/docs/developers/modules/coloredfire.mdx
index 1db9444ca..d4256840f 100644
--- a/docs/developers/modules/coloredfire.mdx
+++ b/docs/developers/modules/coloredfire.mdx
@@ -6,7 +6,7 @@ import { Tab, Tabs } from 'nextra-theme-docs'
The colored fire module allows you to modify the color of the flames that appear on a burning entity.
-
+
Make users burn with any color!
diff --git a/docs/developers/modules/cooldown.mdx b/docs/developers/modules/cooldown.mdx
index 3567967e1..4264a826b 100644
--- a/docs/developers/modules/cooldown.mdx
+++ b/docs/developers/modules/cooldown.mdx
@@ -10,7 +10,7 @@ Apollo's cooldown module allows servers to interact with the Cooldown mod found
- Add your own custom icon, visible within the cooldown.
- Set your own duration for each cooldown.
-
+
Display any in-game item, SVGs or textures found within resourcepacks! (1.7+)
diff --git a/docs/developers/modules/glint.mdx b/docs/developers/modules/glint.mdx
index eb60f50c1..705dc7cf2 100644
--- a/docs/developers/modules/glint.mdx
+++ b/docs/developers/modules/glint.mdx
@@ -14,7 +14,7 @@ The glint module allows you to control, display, and override a custom glint eff
This module is only supported for 1.7 to 1.12 versions of Lunar Client.
-
+
Set enchantment glints on any item with any color!
diff --git a/docs/developers/modules/glow.mdx b/docs/developers/modules/glow.mdx
index c9d9dc7c8..992d6c046 100644
--- a/docs/developers/modules/glow.mdx
+++ b/docs/developers/modules/glow.mdx
@@ -15,7 +15,7 @@ The glow module allows you to take advantage of the vanilla Minecraft Glow Effec
In Version 1.12, Optifine's 'Fast Render' setting alters player rendering. This is expected behavior for Optifine.
-
+
Highlight any user with the glow effect, of any color on all versions!
diff --git a/docs/developers/modules/limb.mdx b/docs/developers/modules/limb.mdx
index 93afc8e9c..106c6a2dc 100644
--- a/docs/developers/modules/limb.mdx
+++ b/docs/developers/modules/limb.mdx
@@ -9,7 +9,7 @@ The limb module allows you to hide the `ArmorPiece` and `BodyPart` limbs of a pl
- Adds the ability to hide individual armor pieces and body parts of a player.
- Select certain body parts and armor pieces to hide without needing to do any complex integration.
-
+
Hide select body parts and armor pieces!
diff --git a/docs/developers/modules/modsetting.mdx b/docs/developers/modules/modsetting.mdx
index 944034049..ca315a62c 100644
--- a/docs/developers/modules/modsetting.mdx
+++ b/docs/developers/modules/modsetting.mdx
@@ -14,7 +14,7 @@ You can find all available mods and their options under the mods section.
- Ability to change, enable or disable mod settings within a mod.
- Ability to retrieve the current value of any mod and settings within a mod.
-
+
When mods are disabled on the server, players will receive a notification!
diff --git a/docs/developers/modules/nametag.mdx b/docs/developers/modules/nametag.mdx
index 58451baab..679cfcf22 100644
--- a/docs/developers/modules/nametag.mdx
+++ b/docs/developers/modules/nametag.mdx
@@ -16,7 +16,7 @@ The nametag module enhances the vanilla Minecraft nametag.
After a certain point, adding extra lines can start to be less appealing.
-
+
Display an unlimited amount of lines above a users head.
diff --git a/docs/developers/modules/notification.mdx b/docs/developers/modules/notification.mdx
index ad3dfacef..b88c2b6d3 100644
--- a/docs/developers/modules/notification.mdx
+++ b/docs/developers/modules/notification.mdx
@@ -11,7 +11,7 @@ The notification module allows you to send Lunar Client notifications to players
- Custom notification color can be provided.
- Custom icons can be provided.
-
+
Send notifications using Lunar Client, with any icon, title, and description!
diff --git a/docs/developers/modules/paynow.mdx b/docs/developers/modules/paynow.mdx
index 55fb4b444..ab731fe23 100644
--- a/docs/developers/modules/paynow.mdx
+++ b/docs/developers/modules/paynow.mdx
@@ -1,19 +1,23 @@
import { Tab, Tabs } from 'nextra-theme-docs'
import { Callout } from 'nextra-theme-docs'
-# Pay Now Module
+# PayNow Module
## Overview
-The Pay Now module allows Lunar Client users to complete purchases directly within the game, providing a faster, more seamless checkout experience.
+The PayNow module allows Lunar Client users to complete purchases directly within the game, providing a faster, more seamless checkout experience.
**Overlay Mode**
-This mode displays the Pay Now checkout flow as an overlay on the Minecraft window, similar to opening an inventory. It provides the most seamless experience and is the preferred method. Overlay mode is only available on **Windows**.
+This mode displays the PayNow checkout flow as an overlay on the Minecraft window, similar to opening an inventory. It provides the most seamless experience and is the preferred method. Overlay mode is only available on **Windows**.
+
+
**Window Mode**
-As a fallback, and for **macOS** and **Linux** users, a separate window opens to display the Pay Now checkout flow. While not as seamless as overlay mode, this ensures compatibility across all operating systems.
+As a fallback, and for **macOS** and **Linux** users, a separate window opens to display the PayNow checkout flow. While not as seamless as overlay mode, this ensures compatibility across all operating systems.
+
+
## Usage Guidelines
@@ -65,7 +69,7 @@ Explore each integration by cycling through each tab to find the best fit for yo
-**Display Pay Now Embedded Checkout**
+**Display PayNow Embedded Checkout**
```java
public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutToken) {
@@ -98,7 +102,7 @@ public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutT
-**Display Pay Now Embedded Checkout**
+**Display PayNow Embedded Checkout**
To detect embedded checkout support type visit [Apollo Serverbound packets](/apollo/developers/lightweight/protobuf/serverbound-packets)
@@ -118,7 +122,7 @@ public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutT
-**Display Pay Now Embedded Checkout**
+**Display PayNow Embedded Checkout**
```java
public void displayPayNowEmbeddedCheckoutExample(Player viewer, String checkoutToken) {
diff --git a/docs/developers/modules/richpresence.mdx b/docs/developers/modules/richpresence.mdx
index 51fecbfff..e6a23f76b 100644
--- a/docs/developers/modules/richpresence.mdx
+++ b/docs/developers/modules/richpresence.mdx
@@ -20,7 +20,7 @@ The rich presence module allows you to interact with Discord and Lunar Client's
Your server must be a part of Lunar Client's [ServerMappings](/server-mappings/introduction) to use this module.
-
+
Display information about your server on Discord and Lunar Client's rich presence!
diff --git a/docs/developers/modules/saturation.mdx b/docs/developers/modules/saturation.mdx
index af52e6611..1b95f52a3 100644
--- a/docs/developers/modules/saturation.mdx
+++ b/docs/developers/modules/saturation.mdx
@@ -15,7 +15,7 @@ The saturation module allows you to interact with and set custom saturation and
This module only changes the displayed values, you'll need to change the actual hunger and saturation levels server-side.
-
+
Set custom saturation and hunger display values for items!
diff --git a/docs/developers/modules/staffmod.mdx b/docs/developers/modules/staffmod.mdx
index 73f1bad9d..534c75246 100644
--- a/docs/developers/modules/staffmod.mdx
+++ b/docs/developers/modules/staffmod.mdx
@@ -9,7 +9,7 @@ The staff mod module allows you to interact with Lunar Client's built in staff m
- Ability to grant and remove staff mods found in Lunar Client for players.
- Ability to allow players to enable/disable the X-ray mod.
-
+
Allow your staff to use hidden staff only mods, like xray!
diff --git a/docs/developers/modules/stopwatch.mdx b/docs/developers/modules/stopwatch.mdx
index e3528e258..37f16039e 100644
--- a/docs/developers/modules/stopwatch.mdx
+++ b/docs/developers/modules/stopwatch.mdx
@@ -11,7 +11,7 @@ The stopwatch module allows you to control the stopwatch mod inside Lunar Client
- Stop a player's stopwatch
- Reset a player's stopwatch
-
+
Start, Stop, and Reset the Lunar Client stopwatch mod!
diff --git a/docs/developers/modules/team.mdx b/docs/developers/modules/team.mdx
index 7b4c72953..daa963534 100644
--- a/docs/developers/modules/team.mdx
+++ b/docs/developers/modules/team.mdx
@@ -11,7 +11,7 @@ The team module will allow you to interact with the Team View mod in Lunar Clien
- Enables displaying a marker above the head of teammates
- Set custom team marker color
-
+
Teammates will have markers over their head, appear on Minimap Mod, and appear in the Direction HUD mod!
diff --git a/docs/developers/modules/tebex.mdx b/docs/developers/modules/tebex.mdx
index 547c7b72c..c622b8804 100644
--- a/docs/developers/modules/tebex.mdx
+++ b/docs/developers/modules/tebex.mdx
@@ -11,13 +11,13 @@ The Tebex module allows Lunar Client users to complete purchases directly within
This mode displays the Tebex checkout flow as an overlay on the Minecraft window, similar to opening an inventory. It provides the most seamless experience and is the preferred method. Overlay mode is only available on **Windows**.
-
+
**Window Mode**
As a fallback, and for **macOS** and **Linux** users, a separate window opens to display the Tebex checkout flow. While not as seamless as overlay mode, this ensures compatibility across all operating systems.
-
+
## Usage Guidelines
diff --git a/docs/developers/modules/transfer.mdx b/docs/developers/modules/transfer.mdx
index 8a279dd66..77030ac2b 100644
--- a/docs/developers/modules/transfer.mdx
+++ b/docs/developers/modules/transfer.mdx
@@ -17,7 +17,7 @@ When you combine the usage of the ping packet and transfer packet, you can do co
Players are prompted with a confirmation screen, where they can accept or decline the transfer-packet. However, the prompt can be skipped via the transfer consent DNS record. See the section below for more info.
-
+
Attempting to transfer users from one server to another! (Works on both modern & legacy versions)
diff --git a/docs/developers/modules/waypoint.mdx b/docs/developers/modules/waypoint.mdx
index d085c409e..57cedba46 100644
--- a/docs/developers/modules/waypoint.mdx
+++ b/docs/developers/modules/waypoint.mdx
@@ -14,7 +14,7 @@ The waypoint module allows you to interact with the Waypoints mod in Lunar Clien
- Control the ability to remove the waypoint. (They will always have the option to disable the waypoint, even if you prevent it from being deleted client-side.)
- Control if the waypoint is set to be hidden by default.
-
+
Waypoints allow players on your server to know where the action is at!
diff --git a/docs/downloads.mdx b/docs/downloads.mdx
index 88a080eed..3b1b20b81 100644
--- a/docs/downloads.mdx
+++ b/docs/downloads.mdx
@@ -18,7 +18,7 @@ import styles from "./downloads.module.css";