NOT FLASHY, NOT COLORFUL Only the title management that works flawlessly, zero impact performance
LightTitle is a plugin for spigot servers, that allow them to send title on action (death, join, respawn,... you can suggest more, I'll add them), send title as an announcement and send title on command
This plugin is created to replace other title manager plugins that include thousands of unnecessary features that the server doesn't need
Code (YAML):
send-title:
on-player-join:
enable: true
title: "&eWelcome back to our server" subtitle: "&eHopefully you'll get a good time here" timings:
fade-in: 20
#in ticks (1 ticks = 20 seconds) stay: 100
fade-out: 20
on-player-first-join:
enable: true
title: "&eWelcome to our server" subtitle: "&eHopefully you'll love our server" timings:
fade-in: 20
#in ticks (1 ticks = 20 seconds) stay: 100
fade-out: 20
on-player-death:
enable: true
title: "&cOh no you're dead" subtitle: "&eYou lost all your money" timings:
fade-in: 20
#in ticks (1 ticks = 20 seconds) stay: 100
fade-out: 20
on-player-respawn:
enable: true
title: "&cCool, you've respawned" subtitle: "&aLet's start your journey again" timings:
fade-in: 20
#in ticks (1 ticks = 20 seconds) stay: 100
fade-out: 20
announcement:
enable: false
interval: 30
#In seconds
#There are three modes for order: #frequently - It will send announcements in order, from the first one to the last one, and repeat #randomly - The order of announcement will be randomly in organizing (the announcement will not be sent again until all other announcements have been sent) #chaostic - The order of announcement will be randomly (doesn't matter if the announcement was sent recently) order: frequently
timings: #default timings for all announcement #Enable this if you want all titles to have the same timings, disable it if you want to customize each enable: true
fade-in: 20
stay: 5
fade-out: 20
titles:
pls-review:
title: "&cPlease rate 5* for this plugin if you like it" subtitle: "&eThanks again for using my plugin" timings: # Customize timing won't work if default timings enable fade-in: 20
stay: 100
fade-out: 20
hello:
title: "&cThis will be sent for all players" subtitle: "&eHello, %player_name%" timings:
fade-in: 20
stay: 100
fade-out: 20
Everything you need in order to use this plugin is in the config file, it really simple, easy to understand
Code (YAML):
commands: - /lt reload
#Reload plugin - /lt sendtitle <player_name> <fade-in> <stay> <fade-out> <message
> #Using "@all" instead of player_name to send title to all online players
- lt.reload - Allow the player to reload the plugin - lt.sendtitle - Allow player to send title using command
This plugin hook with PlaceholderAPI, allows you to send titles with placeholders
Currently, LightTitle doesn't support HEX COLOR but soon it will, so don't worry
Contact me through Discord if you need anything: DemonDucky#6880
If you love this plugin, please leave a review ⭐⭐⭐⭐⭐