eyesniper2 / skRayFall

An addon for skript that adds Citizens support, EffectLib support and other features.
https://sk.rayfall.net/
GNU General Public License v3.0
21 stars 17 forks source link

1.16.1 titles #62

Closed JasonHorkles closed 4 years ago

JasonHorkles commented 4 years ago

Describe the bug

The plugin loads properly but skript doesn't recognize send player title even though it used to on 1.15.2

Steps to Reproduce

Use 1.16.1 and have a script with send player title in it

Expected Behavior

It should send the player the title

Your Script

on portal enter:
    wait 0.75 seconds
    player is in world "main_the_end":
        send message "&ePlease wait while the chunks load..."
        send player title "&e&lPlease wait..." with subtitle "&6Loading chunks..." for 3 seconds with 1 second fade in and 1 second fade out
        apply resistance 255 to the player for 30 seconds
        loop integers from 10 to 1:
            teleport player to location 0.5, 70, 0.5 in world "main_the_end"
            wait 0.5 seconds
        send message "&aYou may now move again."

Screenshots / Errors

image

Server Information

Additional Information

JasonHorkles commented 4 years ago

Works in version 1.19.21