▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/AntiJoinSpam
AntiJoinSpam

AntiJoinSpam

Suppresses join/leave broadcasts for players who relog too frequently.

13
0

🛡️ AntiJoinSpam

Silence the noise. Keep your chat clean.
Stop join/leave message spam dead in its tracks — with zero player impact.


📖 Overview

AntiJoinSpam is a lightweight, high-performance server plugin designed to eliminate the chaos of repeated join and leave message spam. Whether it's a player with a flaky connection, a bot cycling through reconnects, or just someone rage-quitting and rejoining, AntiJoinSpam automatically detects and suppresses the clutter — keeping your chat readable and your players happy.

No commands to memorize. No permissions to configure. Just install, tune your config, and let it work silently in the background.


✨ Features

  • 🔇 Automatic suppression of join/leave messages for players who reconnect too frequently
  • ⏱️ Sliding time-window detection — tracks logins over a configurable period, not just raw counts
  • 🔌 Plugin compatibility layer — plays nicely with plugins that modify join messages
  • Async & efficient — no main thread blocking, built for scale
  • 🌿 Folia & Paper support — runs seamlessly on both schedulers
  • 🧩 Minimal config — sensible defaults, easy to understand

🔌 Plugin Compatibility

AntiJoinSpam is built to coexist peacefully with any plugin that manipulates join or leave messages. It hooks into the event pipeline after other plugins have had their say, meaning your custom join messages stay intact — they're just silenced when spam is detected, not replaced or broken.

Confirmed compatible with:

PluginNotes
EssentialsXCustom join/leave messages are respected and suppressed cleanly
CMIFull compatibility with CMI's join/leave message system
LuckPermsWorks alongside prefix/suffix-based join messages
AuthMe / NexAuthNo interference with login-gate plugins
Multiverse-CorePer-world join messages handled correctly

If a plugin fires a custom PlayerJoinEvent or PlayerQuitEvent message, AntiJoinSpam will suppress that message — not override it. Your formatting, prefixes, and placeholders remain untouched.


🖥️ Compatibility

PlatformSupported Versions
Paper1.21.10 — 1.21.11
Folia1.21.10 — 1.21.11

⚠️ Spigot/Bukkit are not officially supported. Paper or Folia is required.


⚙️ Configuration

The config file is located at:

plugins/AntiJoinSpam/config.yml

Below is the full default configuration:

# ────────────────────────────────────────────── #
#  AntiJoinSpam  —  config.yml                   #
# ────────────────────────────────────────────── #

# Sliding time window (in seconds).
# Logins are tracked within this window.
# Example: 60 means "logins within the last 60 seconds".
time-window: 60

# Maximum number of logins allowed within the window
# before that player's join/leave messages are silenced.
# Example: 2 means the 3rd login within the window triggers suppression.
max-logins: 2

Config Breakdown

  • time-window — Defines how far back (in seconds) the plugin looks when counting logins. A value of 60 means any login within the last minute is counted.
  • max-logins — The threshold. If a player's login count within the window exceeds this value, their join and leave messages are suppressed for that event.

📦 Installation

  1. Download the latest .jar from the releases section
  2. Drop it into your /plugins folder
  3. Restart your server (not /reload)
  4. Edit plugins/AntiJoinSpam/config.yml to your liking
  5. Use /antijoinspam reload to apply changes without a restart

📜 License

AntiJoinSpam is open-source and distributed under the MIT License.
Contributions, issues, and feature requests are welcome on the project repository.


Made with ❤️ for server owners who just want clean chat. By mooshbrixa on Discord!

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:1 месяц назад
Обновлён:1 месяц назад
Главная