CustomJoinLeave
A simple plugin that allows you to customize the join and leave messages of your server.
Uses MiniMessage format, implements PlaceholderAPI placeholders, and suffixes/prefixes from LuckPerms.
Introduces 2 commands:
Default Configuration:
A simple plugin that allows you to customize the join and leave messages of your server.
Uses MiniMessage format, implements PlaceholderAPI placeholders, and suffixes/prefixes from LuckPerms.
Introduces 2 commands:
- /vanishleave - Sends a fake leave message and sets the player to go into vanish-mode.
- /vanishjoin - Sends a fake join message and takes the player out of vanish-mode.
Default Configuration:
Code (Text):
# Uses MiniMessage format and any PlaceholderAPI placeholders.
# You can also add <prefix> and <suffix> at either end of the playername.
joinMessage: "<yellow>%player_name% <yellow>joined the game"
leaveMessage: "<yellow>%player_name% <yellow>left the game"
# You can set these permissions to whatever you want.
# Just make sure they match the permissions in your permissions plugin.
permissions:
silentjoin: "essentials.silentjoin"
silentquit: "essentials.silentquit"
vanish: "essentials.vanish" # This should be the permission to go into vanish-mode (handled by your vanish plugin e.g. EssentialsX).
# Set this to whatever command handles vanish on your server.
commands:
vanish-on: "essentials:vanish on"
vanish-off: "essentials:vanish off"
# You can also add <prefix> and <suffix> at either end of the playername.
joinMessage: "<yellow>%player_name% <yellow>joined the game"
leaveMessage: "<yellow>%player_name% <yellow>left the game"
# You can set these permissions to whatever you want.
# Just make sure they match the permissions in your permissions plugin.
permissions:
silentjoin: "essentials.silentjoin"
silentquit: "essentials.silentquit"
vanish: "essentials.vanish" # This should be the permission to go into vanish-mode (handled by your vanish plugin e.g. EssentialsX).
# Set this to whatever command handles vanish on your server.
commands:
vanish-on: "essentials:vanish on"
vanish-off: "essentials:vanish off"
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20, 1.20.6, 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CustomJoinLeave » PlaceholderAPI [1.20 - 1.21] is a free Minecraft Java mod. Compatible with Minecraft 1.20, 1.20.6, 1.21. Downloaded 376 times (via Spigot). Download it and open it directly in the game.