PluginMIT
fakejoin
This is a plugin that allows the user to create fake join and leave messages in chat with any players name!
78
Downloads
0
Followers
4 months ago
Updated
📦
1
Versions
📖About fakejoin
FakeJoin
A small Bukkit plugin that broadcasts fake join messages to all players.
Features
- /fakejoin to broadcast a default yellow " joined the game" message
- /fakejoin <message...> to broadcast a custom message (supports & color codes)
- Permission:
fakejoin.use(default: op) - /fakeleave to broadcast a default yellow " left the game" message
- /fakeleave <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)