ExtraGreetings

โญ โ€” (2 endorsements) ๐Ÿ“ฅ 532 downloads ๐Ÿ“Œ v1.5 ๐Ÿ“… 7/19/2025
๐ŸŸ  Updated over a year ago

By BloodRed ยท folia

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/19/2025 ๐Ÿ“… Created: 7/19/2025

๐Ÿ” 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: "Welcome" subtitle: "%player% has joined for the first time!" actionbar: "Enjoy your stay!" 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: "[+] %player% joined for the first time!" commands: - "give %player% diamond 1" - "broadcast &aWelcome new player %player%!"

recurring: title: "Welcome back!" subtitle: "Enjoy your stay!" message: "[+] %player% returned!"

vip: enable: true title: "VIP Welcome!" subtitle: "%player% the VIP has joined!" # ... more VIP settings

quit: # VIP quit greeting (for players with extragreetings.vip permission) vip: message: " %player% 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: "[-] %player% 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

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š 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

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More folia ๐Ÿ‘ค More by BloodRed ๐Ÿ”Ž Similar Mods ๐ŸŒ Best folia (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods