Ads-Text
Ads-Text is a lightweight plugin that lets you broadcast messages, send welcome messages, and auto-respond to chat using customizable YAML files.
Easy to configure, reloadable, and perfect for any Paper or Spigot server.
Broadcast & Auto Respond messages support clickable
http/https links, which open in the player's web browser when clicked.
For more info:
https://github.com/imSpartann/Ads-Text
If you like this plugin, please rate it ★★★★★ and leave a comment! Thank you for your support.
Documentation
Configuration Files:
- config.yml - Controls feature toggles, broadcast interval, and chatbot delay.
- ads.yml - Contains scheduled messages to broadcast to all players.
- connect.yml - Stores the welcome message sent to players when they join.
- chatbot.yml - Keyword-based triggers and responses for automatic chat replies.
Toggle Features (inside config.yml):
Code (YAML):
features:
ads
: true
welcome-message
: true
auto-respond
: true
Enable or disable specific features like broadcasting, join messages, or chat responses.
Note: Changing toggle values requires a server restart to take effect.
Commands:
Code (Text):
/ads reload - Reloads all plugin configs
Permissions:
Code (YAML):
adstext.reload:
description
: Allows use of /ads reload
default
: op
Setup Instructions:
- Place the plugin .jar file into your server’s /plugins folder.
- Start the server to generate the configuration files.
- Edit the YAML files to customize your messages and settings.
- Use /ads reload to apply changes without restarting (except for feature toggles).
Requirements:
- Paper or Spigot 1.21.x
- Java 21 or higher