- Contributors
- Vexio
- Supported Minecraft Versions
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
TitleAPI
A simple way of sending titles & subtitles w/o any sk or skQ addons!
-----------------------------------------------------------------------------------------------------------------------------
Features
-----------------------------------------------------------------------------------------------------------------------------
Function Usage
A simple way of sending titles & subtitles w/o any sk or skQ addons!
Features
- No additional addons (Except for this Skript ofcourse)
- Three extremely simple functions
- One even simpler commands
- Have your messages be multi-colored
- Works for Minecraft 1.8.x-1.12.x
Function Usage
code_language.skript:
#===== USAGE
[sub]title("text", fadeInTime, stayTime, fadeOutTime, "recipients"):
# The timings are used in `seconds`
#===== EXAMPLES
#---- Sending to all players
[sub]title("&4&lWhoa! &c&lCool!", 1, 2, 1, "@a")
#---- Sending to a specific player
[sub]title("&6&oThis is a &e&oTitle!", 0.5, 1, 0.5, "player1")
# Using the new `simpleTitle` (as of v1.1)
#===== USAGE
simpleTitle("titleText||subtitleText", fadeInTime, stayTime, fadeOutTime, "target")
#===== EXAMPLE
simpleTitle("&6&lTitle Text||&e&oSubtitle Text", 1, 2, 1, "@a")
# Using the new `actionBar` (as of v1.4)
# !!! Only works on 1.12+ servers !!!
#===== USAGE
actionBar("actionBarText", fadeInTime, stayTime, fadeOutTime, "target")
#===== EXAMPLE
simpleTitle("&6&lAction Bar Text, 1, 2, 1, "%event-player%")
Command Usage
code_language.skript:
/sendTitle (target[@a,%player%]) (fadeInTime[inSeconds]) (stayTime[inSeconds]) (fadeOutTime[inSeconds]) (message)