fakejoin
This is a plugin that allows the user to create fake join and leave messages in chat with any players name!
fakejoin
FakeJoin
A small Bukkit plugin that broadcasts fake join messages to all players.
Features - /fakejoin <playerName> to broadcast a default yellow "<player> joined the game" message - /fakejoin <playerName> <message...> to broadcast a custom message (supports & color codes) - Permission: `fakejoin.use` (default: op) - /fakeleave <playerName> to broadcast a default yellow "<player> left the game" message - /fakeleave <playerName> <message...> to broadcast a custom message (supports & color codes) - Permission: `fakeleave.use` (default: op)
Build
This project uses Maven. To build a jar (requires internet to fetch the spigot API):
```bash mvn package -DskipTests ```
The resulting jar will be in `target/` — copy it to your server's `plugins/` folder and restart the server.
Usage
- Example: `/fakejoin Notch` => broadcasts a green "Notch joined the game" - Example: `/fakejoin Steve &aWelcome to the server!` => broadcasts a green name then a green message (use & for color codes)