https://github.com/spacemex/ecowelcome
EcoWelcome is a lightweight Bukkit/Spigot plugin that enhances server player engagement with customizable join messages for new and returning players. Integrates with PlaceholderAPI for personalized greetings. Easily configurable with a command to reload settings. Ideal for fostering a welcoming community environment on your Minecraft server.
https://github.com/spacemex/ecowelcome
config message mex minecraft minecraft-pl paper plugin space spigot welcome
Last synced: about 1 month ago
JSON representation
EcoWelcome is a lightweight Bukkit/Spigot plugin that enhances server player engagement with customizable join messages for new and returning players. Integrates with PlaceholderAPI for personalized greetings. Easily configurable with a command to reload settings. Ideal for fostering a welcoming community environment on your Minecraft server.
- Host: GitHub
- URL: https://github.com/spacemex/ecowelcome
- Owner: spacemex
- License: other
- Created: 2024-12-01T16:05:59.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-06T02:38:40.000Z (10 months ago)
- Last Synced: 2025-03-28T08:22:08.910Z (6 months ago)
- Topics: config, message, mex, minecraft, minecraft-pl, paper, plugin, space, spigot, welcome
- Language: Java
- Homepage: https://www.spigotmc.org/resources/ecowelcome.121166/
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://sonarcloud.io/summary/new_code?id=spacemex_EcoWelcome)
[](https://sonarcloud.io/summary/new_code?id=spacemex_EcoWelcome)
[](https://sonarcloud.io/summary/new_code?id=spacemex_EcoWelcome)
[](https://sonarcloud.io/summary/new_code?id=spacemex_EcoWelcome)
# EcoWelcome PluginEcoWelcome is a simple, lightweight plugin for welcoming new and returning players on your Minecraft server. It supports integration with PlaceholderAPI for personalized messages.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Commands](#commands)
- [Permissions](#permissions)
- [Configuration](#configuration)
- [License](#license)
- [Support](#Support)## Features
- Send customizable join messages for first-time and returning players.
- Support for PlaceholderAPI for advanced placeholder replacements.
- Easy-to-use command to reload configuration on the fly.
- Permission based silent join## Installation
1. **Ensure your server is running a compatible version of Bukkit/Spigot with API version 1.21 or later.**
2. **Download EcoWelcome.jar and place it in your server's `plugins` directory.**
3. **(Optional) Install [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) for placeholder support.**
4. **Restart your server to enable the plugin.**## Commands
- `/ecowelcomereload`
- **Description**: Reloads the EcoWelcome configuration from the file.
- **Aliases**: `ewrl`
- **Usage**: `/ecowelcomereload`## Permissions
- `ew.reload`
- **Default**: OP
- **Description**: Allows the user to reload the EcoWelcome configuration.
- `ew.silent`
- **Default**: FALSE
- **Description**: Allows the user to join silently## Configuration
EcoWelcome supports message customization via its `config.yml`:
```yaml
# All Messages Support Placeholder API Placeholdersfirst-time-join: "&b%player%, Joined for the first time!"
non-first-time-join: "&bWelcome back, %player%!"
```Edit these messages to change how greetings appear to players. Ensure PlaceholderAPI is installed if using placeholders.
## License
EcoWelcome is licensed under the [Space_Mex Plugins License](LICENSE.md).
## Support
For faster support please join our discord Server [Discord](https://discord.gg/4CpNvfZBZN)
[](https://sonarcloud.io/summary/new_code?id=spacemex_EcoWelcome)