ModsJava
LoginMessages | 1.8.X - 1.12.X | Messages, Titles, ActionBar, Sounds, Tab per GROUP!
Create a group and set many functions!
- Change the first join/join/quit message per group;
-
Disable the default join/quit message;
-
MOTD on join;
-
Sounds on join or quit;
-
ActionBar messages;
-
Titles messages;
-
Change seconds of title;
-
Change message of ServerList MOTD;
-
Change messages of TAB per group;
-
Fake first join/join/quit messages.
PERMISSIONS
- loginmessages.*:
Permission for all plugin features (not applicable for permissions containing GROUPNAME) - loginmessages.tab.message.GROUPNAME:
Permission for tab messages per group
- loginmessages.quit.message.GROUPNAME:
Permission for announces that the player quited from the server per group - loginmessages.join.message.GROUPNAME:
Permission for announces that the player entered the server per group - loginmessages.firstjoin.message.GROUPNAME:
Permission for announces that the player entered the server for the first time per group - loginmessages.admin.reload:
Reload all plugin YMLs; - loginmessages.admin.help:
View all commands of plugin; - loginmessages.admin.fakefirstjoin:
Permisison for send a first join for all players; - loginmessages.admin.fakejoin:
Permisison for send a join for all players; - loginmessages.admin.fakequit:
Permisison for send a quit for all players;
- /LM - Show all plugin commands;
- /LM RELOAD - Reload config.yml
- /LM FAKEJOIN [PLAYER] - Send a fake join message for all players online in the server.
- /LM FAKEFIRSTJOIN [PLAYER] [GROUP] - Send a fake first join message for all players online in the server.
- /LM FAKEQUIT [PLAYER] [GROUP] - Send a fake quit message for all players online in the server.
Spoiler: config.yml
Code (YAML):
Options
:
# TRUE: ENABLE | FALSE: DISABLE
DefaultJoinMessage : false
DefaultQuitMessage : false
SeeOwnFirstJoinMessageBroadcast : false
SeeOwnJoinMessageBroadcast : false
Messages:
ServerList:
1 : '&3Hi! This is my server! xD'
2 : '&3Join for play with me!'
# TAB PER GROUP
Tab:
VIP:
Head :
- ' '
- '&cTop of the world!!!'
- ' '
Footer :
- ' '
- '&cxD'
- ' '
# ---------------------------------------------------------------- #
# FIRST JOIN MESSAGES/TITLES/ACTIOBAR PER GROUP - PLAYER AND BROADCAST
# ---------------------------------------------------------------- #
FirstJoin:
VIP:
Player :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3LoginMessages'
Title2 : '&7Welcome &b {NAME }'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&bWelcome {NAME }!'
Broadcast :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3 {NAME }'
Title2 : '&7Entered in the server!'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&a {NAME } entered in the server!'
# ---------------------------------------------------------------- #
# JOIN MESSAGES/TITLES/ACTIONBAR PER GROUP - PLAYER AND BROADCAST
# ---------------------------------------------------------------- #
Join:
VIP:
Player :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3LoginMessages'
Title2 : '&7Welcome &b {NAME }'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&bWelcome {NAME }!'
Broadcast :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3 {NAME }'
Title2 : '&7Entered in the server!'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&a {NAME } entered in the server!'
# ---------------------------------------------------------------- #
# QUIT MESSAGES/TITLES/ACTIONBAR PER GROUP - ONLY BROADCAST
# ---------------------------------------------------------------- #
Quit:
VIP:
Broadcast :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Goodbye &c {NAME }'
- '&7You are so beatiful &c {DISPLAYNAME }!'
- ' '
Title1 : '&c {NAME }'
Title2 : '&7Quited from the server!'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&c {NAME } quited from the server!'
# TRUE: ENABLE | FALSE: DISABLE
DefaultJoinMessage : false
DefaultQuitMessage : false
SeeOwnFirstJoinMessageBroadcast : false
SeeOwnJoinMessageBroadcast : false
Messages:
ServerList:
1 : '&3Hi! This is my server! xD'
2 : '&3Join for play with me!'
# TAB PER GROUP
Tab:
VIP:
Head :
- ' '
- '&cTop of the world!!!'
- ' '
Footer :
- ' '
- '&cxD'
- ' '
# ---------------------------------------------------------------- #
# FIRST JOIN MESSAGES/TITLES/ACTIOBAR PER GROUP - PLAYER AND BROADCAST
# ---------------------------------------------------------------- #
FirstJoin:
VIP:
Player :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3LoginMessages'
Title2 : '&7Welcome &b {NAME }'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&bWelcome {NAME }!'
Broadcast :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3 {NAME }'
Title2 : '&7Entered in the server!'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&a {NAME } entered in the server!'
# ---------------------------------------------------------------- #
# JOIN MESSAGES/TITLES/ACTIONBAR PER GROUP - PLAYER AND BROADCAST
# ---------------------------------------------------------------- #
Join:
VIP:
Player :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3LoginMessages'
Title2 : '&7Welcome &b {NAME }'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&bWelcome {NAME }!'
Broadcast :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Welcome &3 {NAME }'
- '&7You are so beatiful &3 {DISPLAYNAME }!'
- ' '
Title1 : '&3 {NAME }'
Title2 : '&7Entered in the server!'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&a {NAME } entered in the server!'
# ---------------------------------------------------------------- #
# QUIT MESSAGES/TITLES/ACTIONBAR PER GROUP - ONLY BROADCAST
# ---------------------------------------------------------------- #
Quit:
VIP:
Broadcast :
# -- YOU CAN'T REMOVE THIS, BUT CAN DISABLE OR ENABLE -- #
Enabled : true
# ------------------------------------------------ #
# IF YOU DO NOT WANT A FUNCTIONALITY, JUST REMOVE :)
# ------------------------------------------------ #
# Sound: SOUND_NAME;VOLUME;PITCH
Sound : NOTE_PLING;10;1
Message :
- ' '
- '&7Goodbye &c {NAME }'
- '&7You are so beatiful &c {DISPLAYNAME }!'
- ' '
Title1 : '&c {NAME }'
Title2 : '&7Quited from the server!'
# 1 SECOND = 20 TICKS
# IN_TICKS;STAY_TICKS;OUT_TICKS
TitleSeconds : '10;60;10'
ActionBar : '&c {NAME } quited from the server!'
Suggestions or found bugs, send a message in the discussion! ;D
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- 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.
LoginMessages | 1.8.X - 1.12.X | Messages, Titles, ActionBar, Sounds, Tab per GROUP! is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,089 times (via Spigot). Download it and open it directly in the game.

![[IMG]](http://proxy.spigotmc.org/3b1c47e37c25be91c1d8806db63fe17814d9df7f?url=https%3A%2F%2Fwww.paypalobjects.com%2Fen_US%2Fi%2Fbtn%2Fbtn_donate_LG.gif)