Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bennyboy12306/welcome-message

A simple welcome message plugin for minecraft.
https://github.com/bennyboy12306/welcome-message

minecraft minecraft-paper minecraft-paper-p minecraft-plugin paper-mc papermc papermc-plugin

Last synced: about 1 month ago
JSON representation

A simple welcome message plugin for minecraft.

Awesome Lists containing this project

README

        

# Welcome Message Plugin
This is a simple welcome message plugin/mod for paper or fabric servers.
Customise a message, with colour codes or the players name, that will be displayed to your players every time they join

## Usage:
- Simply drag and drop the jar into your servers plugins/mods folder depending on which version you are using. If you are using the fabric version you also need to install fabric api.
- Modify config.yml (Paper) or config/welcome-message/config.json to customise your message.
- Use %player% as a placeholder for the players name.
- Use & to specify a color.
- If you are using the paper version run /welcome-message-reload or restart your server to apply changes, If you are using the fabric version you must restart the server to apply the changes.

## Commands (Only on Paper Version):
- Get - Gets the current welcome message:
```
/welcome-message-get
```

- Set - Sets the welcome message:
```
/welcome-message-set
```

- Reload - Reloads the config (use after editing the config.yml):

```
/welcome-message-reload
```