Compatibility
Minecraft: Java Edition
1.21.10
Platforms
Links
Creators
Details
Licensed MIT
Published 6 months ago
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):
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)

