Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/littlecow-moo/moojoincmd

A simple plugin that runs command when player joins
https://github.com/littlecow-moo/moojoincmd

commands minecraft papermc papermc-plugin plugin plugins

Last synced: 4 days ago
JSON representation

A simple plugin that runs command when player joins

Awesome Lists containing this project

README

        

# MooJoinCMD
A simple plugin that runs command when player joins.
## Usage
1. Install the plugin.
2. Restart server to generate config.
3. Edit the command you want to run in `plugins/MooJoinCMD/config.yml`.

Example config.yml:

```yml
joinCommand: "say Welcome %player%"
```
Use `%player%` and it will be replaced with the player's name.
4. Restart the server or run `/rmoojoincmd` to apply the changes.