Jump to content

SkBee's text displays is not showing.


ilyLuna

Recommended Posts

So i have been working on an skBee text display. and i tried figuring out and its not working, all tho theres no errors.

it's just not showing the text display.

 

 

Skript version: 2.7.3

SkBee version: 3.5.4

 

 

Heres the skript i made.

function anvilText(p: player):
    kill {_d}
    set {_d} to text display
    set display text of {_d} to "&8Opening", "&8Anvil..."
    spawn {_d} at {_P}
    make {_d} disappear for all players
    make {_d} appear for {_P}
Link to comment
Share on other sites

19 minutes ago, ilyLuna said:

So i have been working on an skBee text display. and i tried figuring out and its not working, all tho theres no errors.

it's just not showing the text display.

 

 

Skript version: 2.7.3

SkBee version: 3.5.4

 

 

Heres the skript i made.

function anvilText(p: player):
    kill {_d}
    set {_d} to text display
    set display text of {_d} to "&8Opening", "&8Anvil..."
    spawn {_d} at {_P}
    make {_d} disappear for all players
    make {_d} appear for {_P}

try spawning the entity then setting the display text, instead of the other way around

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

I tested it,

and it didn't work, i changed the code, and did what u told me to do. but still it doesn't work. please help me to figure this out more

on right click on anvil:
    if {anvil::%event-block%} = true:
        if player is operator:
            if player is sneaking:
                cancel event
                set {_b} to block above event-block's location
                set {_b2} to block above {_b}
                set {_d} to a text display
                spawn {_d} at {_b2}
                set display text of {_d} to "&8Anvil", and "&7(Step-Ahead)"
                message "&b&lHOLOGRAM &8| &FSummoned a hologram on %{_b}%"
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...