Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bennyboy12306/welcome-message
- Owner: Bennyboy12306
- License: mit
- Created: 2024-10-10T23:18:36.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-01-01T17:32:52.000Z (about 1 month ago)
- Last Synced: 2025-01-01T18:23:07.113Z (about 1 month ago)
- Topics: minecraft, minecraft-paper, minecraft-paper-p, minecraft-plugin, paper-mc, papermc, papermc-plugin
- Language: Java
- Homepage: https://modrinth.com/plugin/simple-welcome-message
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```