fakejoin
ModrinthSpigotMCThis is a plugin that allows the user to create fake join and leave messages in chat with any players name!
195 downloads updated 6mo ago
latest v1.0.1 Modrinth
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)
Comments 0
No comments yet. Be the first to share your thoughts.