Tablist header and footer

  • 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.
Sep 29, 2019
1
0
1
19
Skript Version: 2.2-dev36
Authors: [Njol, Mirreski, bensku, TheBentoBox, tim740, Tuke-Nuke, TheLimeGlass, xXAndrew28Xx, Sashie, RoyCurtis, nfell2009, Syst3ms, Snow-Pyon]
Minecraft Version 1.11.2

Code:
on join:
set player's tablist name to "&7[%{rank::%player%}%&7]&f %player%"
set tablist header to "Server" and footer to "&b----------" for player
Error:
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[08:07:04] [Server thread/ERROR]: #!#! Could not load v.sk
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[08:07:04] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[08:07:04] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[08:07:04] [Server thread/ERROR]: #!#! Here is full list of them:
[08:07:04] [Server thread/ERROR]: #!#! skRayFall (https://sk.rayfall.net/) HookSk TuSKe (github.com/Tuke-Nuke/TuSKe) SkAction MundoSK (https://forums.skunity.com/resources/mundosk.69/) Skellett (https://forums.skunity.com/resources/skellett-the-addon-with-a-beast-name.24/) SharpSK RandomSK skript-mirror SkMorkaz skDragon SkStuff skUtilities (https://tim740.github.io/) WildSkript (http://www.dzikoysk.net/) SkQuery Umbaska SkExtras
[08:07:04] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[08:07:04] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[08:07:04] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[08:07:04] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[08:07:04] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[08:07:04] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it as Skript issue (url below)
[08:07:04] [Server thread/ERROR]: #!#! Issue tracker: https://github.com/SkriptLang/Skript/issues (only if you know what you're doing!)
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Stack trace:
[08:07:04] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for player'
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.createExprInfo(SkriptParser.java:1804)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1771)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1519)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:225)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:180)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Statement.parse(Statement.java:59)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:972)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:662)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$1(ScriptLoader.java:389)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:401)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:434)
[08:07:04] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:181)
[08:07:04] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[08:07:04] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
[08:07:04] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_11_R1.CraftServer.dispatchCommand(CraftServer.java:650)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.PlayerConnection.handleCommand(PlayerConnection.java:1354)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1189)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[08:07:04] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[08:07:04] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(Unknown Source)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678)
[08:07:04] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576)
[08:07:04] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Unknown Source)
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Version Information:
[08:07:04] [Server thread/ERROR]: #!#! Skript: 2.2-dev36
[08:07:04] [Server thread/ERROR]: #!#! Bukkit: 1.11.2-R0.1-SNAPSHOT
[08:07:04] [Server thread/ERROR]: #!#! Minecraft: 1.11.2
[08:07:04] [Server thread/ERROR]: #!#! Java: 1.8.0_144 (Java HotSpot(TM) Client VM 25.144-b01)
[08:07:04] [Server thread/ERROR]: #!#! OS: Windows 7 x86 6.1
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Server platform: Spigot
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Current node: set tablist header to "Server" and footer to "&b----------" for player (v.sk, line 3)
[08:07:04] [Server thread/ERROR]: #!#! Current item: null
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Thread: Server thread
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! Language: english
[08:07:04] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[08:07:04] [Server thread/ERROR]: #!#!
[08:07:04] [Server thread/ERROR]: #!#! End of Error.
[08:07:04] [Server thread/ERROR]: #!#!
 
Status
Not open for further replies.