Are you looking for a plugin that makes joining and leaving the server just a little cooler than the boring bukkit messages? Then you are in the right place!
This one is made so that you can make joining and quitting even cooler!
There is also a built-in multi-spawn system so that you can have more than 1 spawn in lobby servers, for example! Each joins a different location. How cool is that?
FEATURES
Drag & play
Custom join & Quit messages
First Join Broadcast
First join Sound
First Join Console Commands
First Join Player Commands
Join Console Commands
Join Player Commands
Join Sound
Motd Message
Motd Sound
Join Title
Join Spawn
Void Spawn
Dead Respawn
Random Spawn Location
More features are in the building!
# NOTE
# This plugin is simply made to change / add some custom join features.
# if there are any bugs please contact me on discord: getConsoleSender#7000
# do not decompile this plugin or claim this plugin as yours.
# PlaceholderAPI supported
# default working placeholders: <uuid> <player>
# join
# Whenever player is joining the server, this function here below will be called.
# this will replace the default leave message to something new you want.
# you also can change it to "" to disable this!
# ======================================
join:
joinMessage: "<player> joined the server!"
title:
enabled: true
title: "&a&lʙɪᴏᴍᴇ &6&lɴᴇᴛᴡᴏʀᴋ"
sub: "Welcome!"
consoleCommands:
- 'cmi spawn <player>'
playerCommands:
- 'spawn'
motd:
enabled: true
delay: 60
sound: "BLOCK_BEEHIVE_EXIT"
message:
- ""
- " &9 &6Welcome to Biome Network &9"
- ""
# quit
# Whenever player is quiting the server, this function here below will be called.
# this will replace the default leave message to something new you want.
# you also can change it to "" to disable this!
# ======================================
quit:
quitMessage: "<player> left the server!"
# FIRSTJOIN
# Whenever player is new to the server, this function here below will be called.
# broadcast will notify all players in the entire server who has the permission: joineventshq.firstjoin
# ======================================
firstJoin:
broadcast: ""
sound: "BLOCK_BEEHIVE_EXIT"
consoleCommands:
- 'cmi spawn <player>'
playerCommands: []
Need support? Contact me on discord: getConsoleSender#7000