ExtraGreetings
๐ Updated over a year ago๐ผ๏ธ Gallery (2 images)
๐ Analysis
- ๐ 0.4% endorsement rate
- ๐ #92 of 173 folia mods in this game by downloads
๐ About This Mod
# ๐ ExtraGreetings A feature-rich greeting plugin for Minecraft servers with **Folia support**, **Adventure API**, **MiniMessage**, and optimized for **Minecraft 1.20.1+**. ## โจ Features - **๐ญ Customizable Join Greetings** - Welcome players with titles, subtitles, action bars, boss bars, particles, sounds, and chat messages - **๐ช First-Time Join Detection** - Different greetings for new players vs returning players - **๐ VIP Support** - Special greetings for VIP players with permissions (now includes quit messages!) - **๐ช Permission-Based Quit Messages** - VIP and regular quit messages with different effects - **โก Folia Compatibility** - Full support for Folia's scheduler - **๐จ MiniMessage Support** - Rich text formatting with gradients, colors, and effects - **๐ง PlaceholderAPI Integration** - Support for custom placeholders - **โฐ Cooldown System** - Prevent spam with configurable cooldowns - **๐ฏ Command Execution** - Run commands on join/quit events - **๐ Built-in Statistics** - Track player joins and active features - **๐ Live Reload** - Reload configuration without restarting - **๐ ๏ธ Config Updater** - Automatic configuration updates with backup system - **๐งช Enhanced Test Command** - Actually test greetings instead of just logging ## ๐ Requirements - **Minecraft 1.20.1+** - **Folia** or **Paper** server - **Java 17+** - **Optional**: PlaceholderAPI for additional placeholders ## โ๏ธ Configuration The plugin generates a default configuration file at `plugins/ExtraGreetings/config.yml`. Here's an example: ```yaml # ExtraGreetings Configuration settings: enableJoin: true enableQuit: true cooldownSeconds: 60 debug: false joinDelay: 1 join: firstTime: title: "<gradient:#FF55FF:#55FFFF>Welcome</gradient>" subtitle: "<italic>%player% has joined for the first time!</italic>" actionbar: "<rainbow>Enjoy your stay!</rainbow>" bossbar: enable: true text: "Welcome, %player%!" color: BLUE style: SOLID duration: 10 particles: enable: true effect: "HEART" count: 50 offset: {x: 0.5, y: 1.0, z: 0.5} speed: 0.1 sound: enable: true effect: "ENTITY_PLAYER_LEVELUP" volume: 1.0 pitch: 1.0 message: "<bold><gold></bold> <white>%player%</white> joined for the first time!" commands: - "give %player% diamond 1" - "broadcast &aWelcome new player %player%!" recurring: title: "<yellow>Welcome back!</yellow>" subtitle: "<gray>Enjoy your stay!</gray>" message: "<gray></gray> <white>%player%</white> returned!" vip: enable: true title: "<gradient:#FFD700:#FFA500>VIP</gradient> <gold>Welcome!</gold>" subtitle: "<yellow>%player% the VIP has joined!</yellow>" # ... more VIP settings quit: # VIP quit greeting (for players with extragreetings.vip permission) vip: message: "<bold><gold></gold></bold> <yellow>%player%</yellow> has left the server!" particles: enable: true effect: "DRAGON_BREATH" count: 30 offset: {x: 0.5, y: 1.0, z: 0.5} speed: 0.15 sound: enable: true effect: "ENTITY_ENDER_DRAGON_FLAP" volume: 1.0 pitch: 1.2 commands: - "say VIP %player% has left the server!" # Regular quit greeting regular: message: "<gray></gray> <white>%player%</white> left the server." particles: enable: true effect: "SMOKE_NORMAL" count: 20 offset: {x: 0.0, y: 0.5, z: 0.0} speed: 0.1 sound: enable: true effect: "ENTITY_HORSE_SADDLE" volume: 0.8 pitch: 1.0 commands: ``` ## ๐ฎ Commands | Command | Description | Permission | |---------|-------------|------------| | `/extragreetings` | Show help menu | `extragreetings.admin` | | `/extragreetings reload` | Reload configuration | `extragreetings.admin` | | `/extragreetings info` | Show plugin information | `extragreetings.admin` | | `/extragreetings stats` | Show plugin statistics | `extragreetings.admin` | | `/extragreetings debug ` | Toggle debug mode | `extragreetings.admin` | | `/extragreetings reset ` | Reset plugin data | `extragreetings.admin` | | `/extragreetings test ` | Test greetings (actually triggers them!) | `extragreetings.admin` | | `/extragreetings update` | Update configuration to latest version | `extragreetings.admin` | **Aliases**: `/eg` ## ๐ Permissions | Permission | Description | Default | |------------|-------------|---------| | `extragreetings.admin` | Access to admin commands | `op` | | `extragreetings.vip` | Receive VIP greetings (join AND quit) | `false` | | `extragreetings.bypass.cooldown` | Bypass greeting cooldown | `op` | ## ๐ ๏ธ Configuration Updater ### โจ Features: - **Automatic Updates**: Updates configuration on plugin startup - **Comment Preservation**: Maintains all your configuration comments - **Backup System**: Creates timestamped backups before changes - **Manual Upd
# ๐ ExtraGreetings
A feature-rich greeting plugin for Minecraft servers with Folia support, Adventure API, MiniMessage, and optimized for Minecraft 1. 20. 1+.
## โจ Features
- ๐ญ Customizable Join Greetings - Welcome players with titles, subtitles, action bars, boss bars, particles, sounds, and chat messages
- ๐ช First-Time Join Detection - Different greetings for new players vs returning players
- ๐ VIP Support - Special greetings for VIP players with permissions (now includes quit messages!)
- ๐ช Permission-Based Quit Messages - VIP and regular quit messages with different effects
- โก Folia Compatibility - Full support for Folia's scheduler
- ๐จ MiniMessage Support - Rich text formatting with gradients, colors, and effects
- ๐ง PlaceholderAPI Integration - Support for custom placeholders
- โฐ Cooldown System - Prevent spam with configurable cooldowns
- ๐ฏ Command Execution - Run commands on join/quit events
- ๐ Built-in Statistics - Track player joins and active features
- ๐ Live Reload - Reload configuration without restarting
- ๐ ๏ธ Config Updater - Automatic configuration updates with backup system
- ๐งช Enhanced Test Command - Actually test greetings instead of just logging
## ๐ Requirements
- Minecraft 1. 20. 1+
- Folia or Paper server
- Java 17+
- Optional: PlaceholderAPI for additional placeholders
## โ๏ธ Configuration
The plugin generates a default configuration file at `plugins/ExtraGreetings/config.yml`. Here's an example:
```yaml # ExtraGreetings Configuration settings: enableJoin: true enableQuit: true cooldownSeconds: 60 debug: false joinDelay: 1
join:
firstTime:
title: "
recurring:
title: "
vip:
enable: true
title: "
quit:
# VIP quit greeting (for players with extragreetings.vip permission)
vip:
message: "
## ๐ฎ Commands
| Command | Description | Permission | |---------|-------------|------------| | `/extragreetings` | Show help menu | `extragreetings.admin` | | `/extragreetings reload` | Reload configuration | `extragreetings.admin` | | `/extragreetings info` | Show plugin information | `extragreetings.admin` | | `/extragreetings stats` | Show plugin statistics | `extragreetings.admin` | | `/extragreetings debug ` | Toggle debug mode | `extragreetings.admin` | | `/extragreetings reset ` | Reset plugin data | `extragreetings.admin` | | `/extragreetings test ` | Test greetings (actually triggers them!) | `extragreetings.admin` | | `/extragreetings update` | Update configuration to latest version | `extragreetings.admin` |
Aliases: `/eg`
## ๐ Permissions
| Permission | Description | Default | |------------|-------------|---------| | `extragreetings.admin` | Access to admin commands | `op` | | `extragreetings.vip` | Receive VIP greetings (join AND quit) | `false` | | `extragreetings.bypass.cooldown` | Bypass greeting cooldown | `op` |
## ๐ ๏ธ Configuration Updater
### โจ Features: - Automatic Updates: Updates configuration on plugin startup - Comment Preservation: Maintains all your configuration comments - Backup System: Creates timestamped backups before changes - **Manual Upd
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- BloodRed
- Version
- 1.5
- Downloads
- 532
- Endorsements
- 2
- Category
- folia
- Created
- 7/19/2025
- Updated
- 7/19/2025
- Game Versions
- 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does ExtraGreetings support?
The author lists 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6. Other versions may work but are untested by the author.
What is the latest version of ExtraGreetings?
Version 1.5, published 2025-07-19 with 532 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await

