Перейти к содержимому
Mineforgian

pv-reminder-reloaded

Tells players to install Plasmo voice if they didn't but more updated verion. forked from vakarux

Загрузки
342
Подписчики
1
Обновлён
17 апреля 2026 г.
Лицензия
MIT

Опубликован 11 октября 2025 г.

pv-reminder

forked from https://modrinth.com/project/pv-addon-reminder and this is the better version of the 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.

📥 Installation

  1. Download the latest jar from the Versions tab.
  2. Place it in your server’s /plugins folder.
  3. Start your server to generate the config.
  4. Edit config.yml to suit your needs.

⚙️ Configuration

# === PVCheckOnAuth Configuration ===
# Where to run the reminder check.
#   auto         -> use AuthMe if present (after-auth), otherwise run on join (before-auth)
#   after-auth   -> only run after successful AuthMe login (requires AuthMe to be installed)
#   before-auth  -> run on player join (works with or without AuthMe)
mode: auto

# Chat message shown to players who DON'T have Plasmo Voice detected.
# Use '&' color codes; {player} will be replaced with the player's name.
message: "&7Hey {player}! This server uses &aPlasmo Voice &7for proximity chat. Install it: &bmodrinth.com/mod/plasmo-voice"

# Delay after the trigger event before we check (in ticks; 20t = 1s)
auth-delay-ticks: 20     # used when mode=after-auth or mode=auto+AuthMe found
join-delay-ticks: 40     # used when mode=before-auth or mode=auto+AuthMe not found

# If true, send the reminder only once ever (persisted across restarts).
once-ever: true

# Detection settings
# If 'channels' list is non-empty, it will be used for exact matches.
# Otherwise, we fall back to the namespace prefix.
plasmovoice-channel-prefix: "plasmovoice:"
channels:
  - "plasmovoice:voice"
  - "plasmovoice:main"

🔌 Compatibility

Minecraft: 1.21.8+ (may work on older versions but not guaranteed)
Servers: Paper, Purpur, Folia and forks

Центр версий

4 версий
  • Релиз12 КБ
  • Релиз12 КБ
  • Релиз12 КБ
  • Релиз12 КБ

Ченджлог

3.0Релиз26.1, 26.1.1, 26.1.2 · 17 апреля 2026 г.

What's new:

  • loom removal on some
  • fixes to deprecations
  • update to 26.1 and then to 26.1.2
  • Collectors fix
2.0Релиз1.21.9, 1.21.10, 1.21.11 · 17 декабря 2025 г.

What's new:

Update to 1.21.11

1.4.0Релиз1.21.8, 1.21.9, 1.21.10 · 12 октября 2025 г.

What new:

1.21.10 native

1.3.1Релиз1.21.8, 1.21.9 · 11 октября 2025 г.

What's new:

  • 1 st release
  • 1.21.9 compatibility
  • once ever option
  • folia support

Комментарии

Загружаем…