Send Alert in ActionBar, BossBar or Title
Don't forget to rate the plugin, thanks
[SPOILER="config.yml"]
[code=YAML]
####################################################################################################
# +----------------------------------------------------------------------------------------------+ #
# | _________ __________ _______ __ _______ _______ _________ | #
# | |___ ___| | _ _ | | ___ | | | | ____| | __ | |___ ___| | #
# | | | | | | | | | | |__| | | | | |_____ | |__|_| | | | #
# | | | | | | | | | | __ | | | | ____| | |\ \ | | | #
# | | | | | | | | | | | | | | |_____ | |_____ | | \ \ | | | #
# | |_| |_| |_| |_| |_| |_| |______| |______| |_| \_\ |_| | #
# | | #
# | © 2025 - Powered by tmplugins.pt | #
# | | #
# | | #
# | For support of this plugin join our discord: | #
# | ==> https://discord.gg/9FZz7njByy | #
# | | #
# +----------------------------------------------------------------------------------------------+ #
# +----------------------------------------------------------------------------------------------+ #
# | Authors: Titozinho | #
# | Website: https://tmplugins.pt | #
# +----------------------------------------------------------------------------------------------+ #
####################################################################################################
# Define the prefix.
prefix: '&7[&#EE6666TmAlert&7] '
# Aliases only come into effect after restarting the server.
aliases:
- alert
# Define the Language.
# The language change only takes effect after restarting the server.
# default: en.yml
Language-File: 'en.yml'
# Receive notifications of new plugin versions.
plugin-update: true
[/code][/SPOILER]
[SPOILER="messages/en.yml"]
[code=YAML]
no-permission: '&cYou don´t have permission for this.'
command-only-player: 'This command can only be used by one player'
reload-successfully: '&aPlugin successfully reloaded!'
update-available: "%prefix%&7There is a new update available"
update-available-version: "&r(current: &c&l%current_version%&r | latest: &2&l%last_version%&r)"
no-updates-available: '%prefix%&aThere are no new updates available.'
alert-title: "&cAlert!"
insert-correct-code: '&eInsert a correct code'
[/code][/SPOILER]
[SPOILER="messages/pt.yml"]
[code=YAML]
no-permission: '&cNão tens permissão para isso.'
command-only-player: 'Este comando só pode ser usado por um jogador'
reload-successfully: '&aPlugin recarregado com sucesso!'
update-available: "%prefix%&aHá uma nova atualização disponível"
update-available-version: "&r(atual: &c&l%current_version%&r | mais recente: &2&l%last_version%&r)"
no-updates-available: '%prefix%&aNão há novas atualizações disponíveis.'
alert-title: "&cAviso!"
insert-correct-code: '&eInsere um código correto'
[/code][/SPOILER]