How to install and use AntiSpam [Nukkit]
π‘οΈ AntiSpam Plugin Guide (Minecraft 1.17 β 1.21)
In this article, I will guide you through installing and setting up the AntiSpam plugin on your Minecraft server. This plugin helps prevent spam in the chat by introducing cooldowns, blocking repeated messages, and filtering out specific words.
π§ How to Install AntiSpam
To get started:
- Download AntiSpam
You can get the plugin from SpigotMC or its original source.
- Upload to Server
Place the downloaded .jar
file into the plugins/
folder of your Minecraft server using SFTP or your panelβs file manager.
- Restart the Server
After uploading, restart your server. A config.yml
and languages/
folder will be generated automatically.
- Verify Installation
Use /antispam reload
to test that the plugin is active and working correctly.
π€ Commands & Permissions
π /antispam reload
Description: Reloads the configuration and language files.
Permission: antispam.reload
π Permissions Overview
Permission Node | Description |
---|---|
| Exempts a player from all AntiSpam restrictions |
| Allows a user to reload the plugin |
| Notifies player (e.g., admins) about available updates |
βοΈ Configuration (config.yml
)
This plugin offers a very simple yet powerful configuration. Here's what each option does:
language: EN # Configure the language of the plugin.
block-repeated-messages: true # Allows you to block repeatedly sent words.
repeat-message-delay: 60 # The amount of seconds player needs to wait before sending the same message.
delay: 3 # The wait time before a player could send a new message.
block-repeated-characters: true # Blocks messages with too many repeated characters.
max-repeating-characters: 3 # Maximum number of allowed repeated characters before being blocked.
blocked-words: # List of words that are automatically blocked from chat
- "badword1"
- "badword2"
π Language Support
AntiSpam supports multiple languages:
π¬π§ English (Locale_EN.yml)
π¨πΏ Czech (Locale_CZ.yml)
π©πͺ German (Locale_DE.yml)
All language files are customizable and located in the /languages folder. You can add your own translation by copying and editing one of them.
π Important Notes from the owner
Do not report bugs in plugin reviews. Instead, join the Discord Support Server.
If you are updating, make sure to check for new entries in config.yml and language files.
Feel free to suggest features on Discord.
Plugin Developer: Kijler
Updated on: 01/07/2025
Thank you!