Jump to content

Hello world i made a score board skript and it was working but randomly shut down and is giving errors in console here is the error msg:


S1LENT_EG

Recommended Posts

[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! [Skript] Severe Error:
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Something went horribly wrong with Skript.
[06:42:02 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[06:42:02 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[06:42:02 ERROR]: #!#! Here is full list of them:
[06:42:02 ERROR]: #!#! skRayFall v1.9.25 (https://sk.rayfall.net/) SkBee v1.11.2 (https://github.com/ShaneBeee/SkBee) SkQuery v4.1.4 
[06:42:02 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[06:42:02 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[06:42:02 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[06:42:02 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[06:42:02 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[06:42:02 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Stack trace:
[06:42:02 ERROR]: #!#! java.lang.IllegalArgumentException: Score 'Rank >> MOD ' is longer than the limit of 40 characters
[06:42:02 ERROR]: #!#!     at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
[06:42:02 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scoreboard.CraftObjective.getScore(CraftObjective.java:135)
[06:42:02 ERROR]: #!#!     at skRayFall.jar//net.rayfall.eyesniper2.skrayfall.scoreboard.EffSetScore.execute(EffSetScore.java:63)
[06:42:02 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Effect.run(Effect.java:51)
[06:42:02 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[06:42:02 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[06:42:02 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Trigger.execute(Trigger.java:56)
[06:42:02 ERROR]: #!#!     at Skript.jar//ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:94)
[06:42:02 ERROR]: #!#!     at Skript.jar//ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:108)
[06:42:02 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101)
[06:42:02 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[06:42:02 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1567)
[06:42:02 ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:490)
[06:42:02 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1483)
[06:42:02 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1282)
[06:42:02 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[06:42:02 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:831)
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Version Information:
[06:42:02 ERROR]: #!#!   Skript: 2.6 (latest)
[06:42:02 ERROR]: #!#!     Flavor: skriptlang-github
[06:42:02 ERROR]: #!#!     Date: 17:20:35.482878100
[06:42:02 ERROR]: #!#!   Bukkit: 1.17.1-R0.1-SNAPSHOT
[06:42:02 ERROR]: #!#!   Minecraft: 1.17.1
[06:42:02 ERROR]: #!#!   Java: 16.0.2 (OpenJDK 64-Bit Server VM 16.0.2+7)
[06:42:02 ERROR]: #!#!   OS: Linux amd64 5.11.0-38-generic
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Server platform: Paper
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Current node: null
[06:42:02 ERROR]: #!#! Current item: null
[06:42:02 ERROR]: #!#! Current trigger: every 5 second (every 5 seconds) (scores.sk, line 7)
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Thread: Server thread
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! Language: english
[06:42:02 ERROR]: #!#! Link parse mode: DISABLED
[06:42:02 ERROR]: #!#! 
[06:42:02 ERROR]: #!#! End of Error.
[06:42:02 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! [Skript] Severe Error:
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Something went horribly wrong with Skript.
[06:42:07 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[06:42:07 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[06:42:07 ERROR]: #!#! Here is full list of them:
[06:42:07 ERROR]: #!#! skRayFall v1.9.25 (https://sk.rayfall.net/) SkBee v1.11.2 (https://github.com/ShaneBeee/SkBee) SkQuery v4.1.4 
[06:42:07 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[06:42:07 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[06:42:07 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[06:42:07 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[06:42:07 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[06:42:07 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Stack trace:
[06:42:07 ERROR]: #!#! java.lang.IllegalArgumentException: Score 'Rank >> MOD ' is longer than the limit of 40 characters
[06:42:07 ERROR]: #!#!     at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
[06:42:07 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scoreboard.CraftObjective.getScore(CraftObjective.java:135)
[06:42:07 ERROR]: #!#!     at skRayFall.jar//net.rayfall.eyesniper2.skrayfall.scoreboard.EffSetScore.execute(EffSetScore.java:63)
[06:42:07 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Effect.run(Effect.java:51)
[06:42:07 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[06:42:07 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[06:42:07 ERROR]: #!#!     at Skript.jar//ch.njol.skript.lang.Trigger.execute(Trigger.java:56)
[06:42:07 ERROR]: #!#!     at Skript.jar//ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:94)
[06:42:07 ERROR]: #!#!     at Skript.jar//ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:108)
[06:42:07 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftTask.run(CraftTask.java:101)
[06:42:07 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:483)
[06:42:07 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1567)
[06:42:07 ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:490)
[06:42:07 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1483)
[06:42:07 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1282)
[06:42:07 ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
[06:42:07 ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:831)
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Version Information:
[06:42:07 ERROR]: #!#!   Skript: 2.6 (latest)
[06:42:07 ERROR]: #!#!     Flavor: skriptlang-github
[06:42:07 ERROR]: #!#!     Date: 17:20:35.482878100
[06:42:07 ERROR]: #!#!   Bukkit: 1.17.1-R0.1-SNAPSHOT
[06:42:07 ERROR]: #!#!   Minecraft: 1.17.1
[06:42:07 ERROR]: #!#!   Java: 16.0.2 (OpenJDK 64-Bit Server VM 16.0.2+7)
[06:42:07 ERROR]: #!#!   OS: Linux amd64 5.11.0-38-generic
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Server platform: Paper
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Current node: null
[06:42:07 ERROR]: #!#! Current item: null
[06:42:07 ERROR]: #!#! Current trigger: every 5 second (every 5 seconds) (scores.sk, line 7)
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Thread: Server thread
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! Language: english
[06:42:07 ERROR]: #!#! Link parse mode: DISABLED
[06:42:07 ERROR]: #!#! 
[06:42:07 ERROR]: #!#! End of Error.

"The sun wont stop for no one"

Link to comment
Share on other sites

send the skript and your skript version
edit: nvm just send the skript i found the version
edit 2: probably because your skrayfall isnt updated to 1.17
edit 3: actually all your skript addons are outdated, update your plugins and it may work

Edited by AgentGamerPro
  • Like 1

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

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 - Present

 

Link to comment
Share on other sites

@S1LENT_EG mine stopped working to so i remade it without skbee


on join:
    while player is online:
        wipe player's sidebar
        set name of sidebar of player to "&8|&7-----&9&lVast&d&lSea&7-----&8|"
        set score "&3" in sidebar of player to 12
        set score "&d&lYou" in sidebar of player to 11
        set score "&8• &7Name: &f%player%" in sidebar of player to 10
        set score "&8• &7Rank: %player's prefix%" in sidebar of player to 9
        set score "&8• &7Balance: &f%{balance::%player%}%$" in sidebar of player to 8
        set score "&5" in sidebar of player to 7
        set score "&d&lServer" in sidebar of player to 6
        set score "&8• &7Online: &7(&f%amount of players%&7/&f%maximum players%&7)" in sidebar of player to 5
        set score "&8• &7TPS: &f%tps%" in sidebar of player to 4
        set score "&5" in sidebar of player to 3
        set score "&7&o     VastSea.minehut.gg" in sidebar of player to 2
        wait 1 seconds

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...