Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/littlecow-moo/moojoincmd
- Owner: LittleCow-Moo
- License: mit
- Created: 2024-05-05T09:39:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T09:47:57.000Z (8 months ago)
- Last Synced: 2025-01-01T11:09:45.712Z (4 days ago)
- Topics: commands, minecraft, papermc, papermc-plugin, plugin, plugins
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.