A lightweight Minecraft plugin that lets admins join the server without triggering public join messages.
Perfect for stealth moderation, surprise appearances, or mythic silence.
silentjoin.use
config.yml
[No join message shown] [Admin hears sound and sees particles]
Edit config.yml
to customize effects:
enableEffect: true effectType: "TOTEM" enableSound: true soundType: "ENTITY_ENDERMAN_TELEPORT"
Use any valid Spigot particle or sound name.
git clone https://github.com/yourusername/SilentAdminJoin.git cd SilentAdminJoin
mvn clean package
.jar
from target/
into your server’s plugins/
foldersilentjoin.use
permissionMIT — fork it, remix it, and vanish in style.