Screen Text

  • 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

ChocoAura

Member
Jul 3, 2019
38
0
6
24
I would like to know how to make text show up in two certain places:

Above the item tooltip(above hotbar)

In the middle of the screen

I don't know how to do that, could someone please help me?
 
i dont understand what you want. Can you explain in more detail?
I want to be able to put text on the screen in certain places, like above the name of an item or in the center of the screen. Do you know what i'm talking about?
 
I want to be able to put text on the screen in certain places, like above the name of an item or in the center of the screen. Do you know what i'm talking about?
Do you mean this? This is in the center of the screen.

Code:
send player title "Hello" with subtitle "Hello" for 5 seconds
Example:
aeafeb03921b7f5b0ec4d57d9b2ed49c962f01f9
 
Do you mean this? This is in the center of the screen.

Code:
send player title "Hello" with subtitle "Hello" for 5 seconds
Example:
aeafeb03921b7f5b0ec4d57d9b2ed49c962f01f9
Yeah, I also want to be able to put it above where it shows the name of an item, is that possible?
 
Yeah, I also want to be able to put it above where it shows the name of an item, is that possible?
You can set text above the items name (actionbar) but with addons.

Skellet:
Code:
show an action bar from "test" to player

Skryfall:
Code:
set action bar of player to "Hi"

Example:
K5Pijrx.png
 
Last edited:
Status
Not open for further replies.