- 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
-----------------------------------------------------------------------------------------------------------------------------
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 (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 (Skript):
/sendTitle (target[@a,%player%]) (fadeInTime[inSeconds]) (stayTime[inSeconds]) (fadeOutTime[inSeconds]) (message)
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

API TitleAPI v1.4.1
Send Titles & Subtitles w/o any addons!
Recent Updates
- Bug Fix with Actionbars Feb 1, 2018
- Actionbar support for 1.12+ Jan 11, 2018
- New Logo and Bug Fixes Aug 25, 2017