MotD - Announcer
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10
平台: folia
标签: management social storage
? MotDAnnouncer
MotDAnnouncer is a lightweight Minecraft plugin that welcomes players with custom join messages —
different greetings for first-time players and returning ones.
Fully supports PlaceholderAPI placeholders for dynamic, personalized messages.
⚙️ Features
- ? Customizable join messages for new and returning players
- ? Automatically detects first-time joins
- ? Supports PlaceholderAPI placeholders (
%player%,%server_name%, etc.) - ? Stores player data in a simple
motd.ymlfile - ⚡ Lightweight, no unnecessary overhead
- ? Fully configurable through
config.yml
? Installation
- Download the latest version of MotDAnnouncer.jar
- Place it in your server’s
plugins/folder - Start or reload your server
- Edit
config.ymlandmotd.ymlto customize your messages - (Optional) Install PlaceholderAPI to use placeholders in messages
config.yml ```yaml messages: first: enabled: true text: "&aWelcome to %server_name%, %player%!" returning: enabled: true text: "&bWelcome back, %player%!" ```
? Developer Information
Main class:
de.scholle.motDAnnouncer.MotDAnnouncer
Core listener:
de.scholle.motDAnnouncer.listeners.JoinListener
Behavior:
- Detects whether a player is new or returning using stored UUIDs in
motd.yml - Sends personalized messages defined in
config.yml - Applies PlaceholderAPI placeholders automatically if available
? Compatibility
- ✅ Compatible with Bukkit, Spigot, Paper, Purpur and Folia
- ? Built for Minecraft 1.18+
- ☕ Requires Java 17+
?? Author
Developer: Scholle
Package: de.scholle.motDAnnouncer
? License
This project is licensed under the Apache License 2.0.
You may use, modify, and distribute it under the terms of the license.
For more information, see: http://www.apache.org/licenses/LICENSE-2.0
请登录后举报
暂无评论,抢个沙发吧~