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

Tab Header and Tab Footer didn't work in 1.16.4 #81

Closed Shykuzo closed 3 years ago

Shykuzo commented 3 years ago

Describe the bug

The "set tab header to " " and tab footer to " " for player" return "can't understand this condition" in 1.16.4

Steps to Reproduce

function Tablist(Sender: player, World: text): if {_World} is "Lobby": loop all players: set tab header to "This is the header !" and footer to "This is the footer !" for loop-player

Expected Behavior

TabList with written at the top "This is the header !" and at the bottom "This is the footer !"

Screenshots / Errors

[15:56:18 ERROR]: [Skript] Can't understand this condition/effect: set tab header to "This is the header !" and footer to "This is the footer !" for loop-player (Core/Interface/Tablist.sk, line 28: set tab header to "This is the header !" and footer to "This is the footer !" for loop-player')

Server Information

eyesniper2 commented 3 years ago

This has been fixed in skRayFall 1.9.26 which has just been submitted to bukkit. It should be available in the next 1-2 days here once they approve it.

This issue and similar issues have been fixed for all versions going forward.