common color codes:
<red> - Red colour
<blue> - Blue colour
...
<bold> - Bold
<italic> - Italic
...
-
Automatic titles,
repeated titles set on config. you can set the time between titles. - Titles
- Actionbars
-
MiniMessage format - Times in the autotitles work by using the time and then s (seconds) m (minutes) or d (days) h (hours)
- Supported locales: en-us
Example command usage:
- bctitle everyone <fade> <stay> <fadeOut> <title> [subtitle]
- bctitle player <player> <fade> <stay> <fadeOut> <title> [subtitle]
Screenshots:
per player title:
Everyone:
Permissions: bungeeminititle.title.player - Show title to a specific player
bungeeminititle.title.everyone - Show title to everyone
bungeeminititle.actionbar.player - Show an actionbar to a specific player
bungeeminititle.actionbar.everyone - Show an actionbar to everyone
bungeeminititle.reload - Reload plugin
Code (YAML):
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ # ┃ BungeeMT Config ┃ # ┃ Developed by ArikSquad ┃ # ┣━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ # ┗╸ Config Help: https://discord.gg/EVTWHqE4KH
# Locale of the default language file to use. All available locales can be found in plugin page. language: en-us
# Whether to enable debug mode. This will print additional information to the console. debug: false
# Whether to enable the plugin's update checker. update_checker: true
# All settings related to the commands. commands:
actionbar: true
title: true
# List of servers where the no titles or actionbars using `everyone` is disabled. global_disabled_servers: - servername12345
# Whether to enable automatic titles. autotitles_enabled: true
# List of titles to be displayed automatically. titles:
- title: <color:
#FFD700> ᴛɪᴛʟᴇ subtitle: <color:
#FFD700> sᴜʙᴛɪᴛʟᴇ fade_in: 1
stay: 2
fade_out: 1
interval: 30s
disabled_servers: - servername12345