This plugin allows you to play a sound and/or display an ActionBar when a player joins or exits the server! All options can be activated, deactivated and fully configurable.
You can activate/deactivate/reload the plugin without having to restart the server
You can customize the entry and exit sound
You can customize the text of the entry and exit ActionBar
You can use the player's username in the ActionBar
You can change the error messages and plugin prefix in chat
You can enable an option that allows you to show the sound and/or the ActionBar only to those who have permission (default is show to all)
If you need any help, you can contact me on Discord and I'll get back to you right away (I speak English and Italian)
Commands:
/js or /js gui = Open plugin GUI /js reload = Reload the plugin /js on = Enable the plugin /js off = Disable the plugin /js help = Show command help
Permissions:
js.player.sound = Receive the sound js.player.bar = Receive the ActionBar js.admin.gui = Open plugin GUI js.admin.reload = Reload the plugin js.admin.on = Enable the plugin js.admin.off = Disable the plugin
ActionBar example:
Code (Text):
# JOIN SOUND RELOADED Config
# By HackerSte
# Enable or Disable the plugin
enable: true
# Is permission required to receive join sound / message?
# A list of all permissions can be found on the Spigot page
# false = permission required (default is true)
no-perm: true
# Should the Join sound and the ActionBar also be visible to those who enter?
# false = Whoever enters does *not* receive the sound and the ActionBar
display-all: true
# If this value is set to true, the Join sound and the ActionBar
# will only be displayed to those who enter the server
only-entry: false
# +================SOUND================+
# A list of all sound can be found here:
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# Tip: Press ctrl + f on that website to search for a specific sound
sound-on-join: BLOCK_END_PORTAL_FRAME_FILL
sound-on-quit: BLOCK_HONEY_BLOCK_BREAK
# +==============ACTIONBAR==============+
# Enable or Disable ActionBar messages
active: false
# To customize ActionBar messages, please see
# messages.yml
# End of Config! If you need help, join here:
# https://discord.gg/4ZSfW9zrSF
Code (Text):
# JOIN SOUND RELOADED Messages
# By HackerSte
# This will be automatically added at the beginning of any message
# NOTE: Leave a space at the end
prefix: '&7[&6Join Sound&7] '
# +==================CHAT==================+
no-perm: '&cYou do not have permission'
# +===============ACTIONBAR===============+
# The color of the player's username that
# will appear before the text
# NOTE: This will not affect anything if display-username is set to false
# EXAMPLE: https://i.imgur.com/JmnjfBm.png
color-player-join: '&a'
color-player-quit: '&c'
# Should the player name be displayed?
display-username: true
# Text that will appear after player's username
# NOTE: Leave a space at the beginning
text-join: ' &2connected!'
text-quit: ' &4disconnected!'
# End of Messages! If you need help, join here:
# https://discord.gg/4ZSfW9zrSF
If you like this plugin, consider leaving a positive review!