--> Sorry if this is bad, it's like my first or second time posting to SkUnity! <--
Skript Version: Skript v2.4.1
Skript Author: Bensku
Minecraft Version: 1.15.2 PaperSpigot
Code for Tablist:
The command /fixtab is mainly used if tab doesn't work. I also use it so I don't have to leave/rejoin to reload tab.
Errors on reload:
Line 2:
Line 8:
Active addons:
SkQuery v4.1.1, skript-mirror v0.19.1, Skellett v1.9.8, skRayFall v1.9.18, TuSKe v1.8.2
Troubleshooting:
Have I tried searching the docs? Yes
Have I tried searching the forums? Partially
What other methods have I tried to fix it? I have tried to use Reloader to disable certain Skript addons. Most of the time it would say, "--this addon-- cannot be disabled!." I also tried to mess around with the wording of the Skript.
--> Sorry if this is bad, it's like my first or second time posting to SkUnity! <--
Skript Version: Skript v2.4.1
Skript Author: Bensku
Minecraft Version: 1.15.2 PaperSpigot
Code for Tablist:
Code:
on join:
set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player
command /fixtab:
cooldown: 5 seconds
cooldown message: &7[Example] &cYou must wait before fixing the tab menu!
trigger:
set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player
Errors on reload:
Line 2:
Code:
[17:43:11 ERROR]: Can't understand this condition/effect: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player (tablist.sk, line 2: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player')
Code:
[17:43:11 ERROR]: Can't understand this condition/effect: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player (tablist.sk, line 8: set tab header to "&7&lMy header - Example" and footer to "&7&lMy footer - Example" for player')
Active addons:
SkQuery v4.1.1, skript-mirror v0.19.1, Skellett v1.9.8, skRayFall v1.9.18, TuSKe v1.8.2
Troubleshooting:
Have I tried searching the docs? Yes
Have I tried searching the forums? Partially
What other methods have I tried to fix it? I have tried to use Reloader to disable certain Skript addons. Most of the time it would say, "--this addon-- cannot be disabled!." I also tried to mess around with the wording of the Skript.
--> Sorry if this is bad, it's like my first or second time posting to SkUnity! <--