Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Links
Tags
Creators
Details
Licensed MIT
Published 10 months ago
pv-addon-reminder
A lightweight Plasmo Voice add-on that reminds players to install the mod when they join your server โ no Plasmo Voice API required. Works before or after AuthMe login, or even without AuthMe entirely.
โจ Features
- Flexible timing โ Run the reminder:
- On join (before-auth mode)
- After AuthMe login (after-auth mode)
- Automatically choose based on whether AuthMe is installed (auto mode)
- AuthMe optional โ Will run without AuthMe installed.
- No PV API โ Detects Plasmo Voice clients via plugin channel packets.
- Once-per-session option โ Avoids spamming players.
- Customizable message โ Fully configurable text with color codes and
{player}placeholder. - Lightweight โ Minimal performance impact.
๐ฅ Installation
- Download the latest jar from the Versions tab.
- Place it in your serverโs
/pluginsfolder. - Start your server to generate the config.
- Edit
config.ymlto suit your needs.
โ๏ธ Configuration
mode: auto # auto | after-auth | before-auth
message: "&7Hey {player}! This server uses &aPlasmo Voice &7for proximity chat. Install it: &bmodrinth.com/plugin/plasmo-voice"
auth-delay-ticks: 20 # Delay when using after-auth (or auto + AuthMe present)
join-delay-ticks: 40 # Delay when using before-auth (or auto + AuthMe missing)
once-per-session: true # Send reminder only once per session
plasmovoice-channel-prefix: "plasmovoice:"
channels:
- "plasmovoice:voice"
- "plasmovoice:main"
๐ ๏ธ Commands & Permissions
No commands or permissions - install and configure.
๐ Compatibility
- Minecraft: 1.21.8+ (may work on older versions but not guaranteed)
- Servers: Paper, Spigot, Purpur, and forks
- Optional: AuthMe Reloaded
๐ License
This project is licensed under the MIT License.


