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

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript and Skungee Error

Discussion in 'Skript' started by Violt, Apr 3, 2020.

Thread Status:
Not open for further replies.
  1. Violt

    Violt New Member

    Joined:
    Feb 26, 2020
    Messages:
    8
    Likes Received:
    0
    I have a little skript that when a player types /survival they connect to the survival server (bungeecord)
    but it doesn't work anymore after i switched to ubuntu:
    skript:
    Code (Text):
    1. command /survival:
    2.     trigger:
    3.         wait 2 seconds
    4.         send bungeecord player to bungeecord server "survival"
    the error it gives after executing command:
    Code (Text):
    1. [12:06:05] [Server thread/INFO]: Violt issued server command: /survival
    2. [12:06:05] [Server thread/INFO]: Violt [62a5d593-7895-4d61-a78d-8678bd439888]: /survival
    3. [12:06:07] [Server thread/ERROR]: #!#!
    4. [12:06:07] [Server thread/ERROR]: #!#! [Skript] Severe Error:
    5. [12:06:07] [Server thread/ERROR]: #!#!
    6. [12:06:07] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
    7. [12:06:07] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
    8. [12:06:07] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
    9. [12:06:07] [Server thread/ERROR]: #!#! Here is full list of them:
    10. [12:06:07] [Server thread/ERROR]: #!#! Skungee
    11. [12:06:07] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
    12. [12:06:07] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
    13. [12:06:07] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
    14. [12:06:07] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
    15. [12:06:07] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
    16. [12:06:07] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
    17. [12:06:07] [Server thread/ERROR]: #!#!
    18. [12:06:07] [Server thread/ERROR]: #!#! Stack trace:
    19. [12:06:07] [Server thread/ERROR]: #!#! java.lang.NullPointerException
    20. [12:06:07] [Server thread/ERROR]: #!#!     at me.limeglass.skungee.spigot.elements.effects.EffConnectServer.execute(EffConnectServer.java:31)
    21. [12:06:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
    22. [12:06:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
    23. [12:06:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
    24. [12:06:07] [Server thread/ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:109)
    25. [12:06:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftTask.run(CraftTask.java:81)
    26. [12:06:07] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_15_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
    27. [12:06:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1036)
    28. [12:06:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406)
    29. [12:06:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984)
    30. [12:06:07] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824)
    31. [12:06:07] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:834)
    32. [12:06:07] [Server thread/ERROR]: #!#!
    33. [12:06:07] [Server thread/ERROR]: #!#! Version Information:
    34. [12:06:07] [Server thread/ERROR]: #!#!   Skript: 2.4.1 (latest)
    35. [12:06:07] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
    36. [12:06:07] [Server thread/ERROR]: #!#!     Date: 2019-12-22
    37. [12:06:07] [Server thread/ERROR]: #!#!   Bukkit: 1.15.2-R0.1-SNAPSHOT
    38. [12:06:07] [Server thread/ERROR]: #!#!   Minecraft: 1.15.2
    39. [12:06:07] [Server thread/ERROR]: #!#!   Java: 11.0.6 (OpenJDK 64-Bit Server VM 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
    40. [12:06:07] [Server thread/ERROR]: #!#!   OS: Linux amd64 4.15.0-91-generic
    41. [12:06:07] [Server thread/ERROR]: #!#!
    42. [12:06:07] [Server thread/ERROR]: #!#! Server platform: Spigot
    43. [12:06:07] [Server thread/ERROR]: #!#!
    44. [12:06:07] [Server thread/ERROR]: #!#! Current node: null
    45. [12:06:07] [Server thread/ERROR]: #!#! Current item: [Skungee] EffConnectServer- Syntax: [[skungee] (send|connect) bungee[[ ]cord] [(player|uuid)[s]] %strings/players% to [bungee[[ ]cord]] [server[s]] %string% [with reason %-connectreason%], [skungee] (send|connect) [(player|uuid)[s]] %strings/players% to [bungee[[ ]cord]] server[s] %string% [with reason %-connectreason%]]
    46. [12:06:07] [Server thread/ERROR]: #!#! Current trigger: command /survival (simple event) (servers.sk, line -1)
    47. [12:06:07] [Server thread/ERROR]: #!#!
    48. [12:06:07] [Server thread/ERROR]: #!#! Thread: Server thread
    49. [12:06:07] [Server thread/ERROR]: #!#!
    50. [12:06:07] [Server thread/ERROR]: #!#! Language: english
    51. [12:06:07] [Server thread/ERROR]: #!#! Link parse mode: LENIENT
    52. [12:06:07] [Server thread/ERROR]: #!#!
    53. [12:06:07] [Server thread/ERROR]: #!#! End of Error.
    54. [12:06:07] [Server thread/ERROR]: #!#!
    --- Double Post Merged, Apr 4, 2020, Original Post Date: Apr 3, 2020 ---
    Anyone?
     
  2. ZeyKra_

    ZeyKra_ Active Member

    Joined:
    Dec 12, 2019
    Messages:
    109
    Likes Received:
    2
    Skript Version ?
    Server Version
     
  3. Violt

    Violt New Member

    Joined:
    Feb 26, 2020
    Messages:
    8
    Likes Received:
    0
    Both latest stable version.
    --- Double Post Merged, Apr 6, 2020, Original Post Date: Apr 5, 2020 ---
    Everytime someone joins the BungeeCord log says:
    Code (Text):
    1. 14:37:06 [SEVERE] Task BungeeTask([email protected], id=0, [email protected], task=me.limeglass.skungee.bungeecord.managers.PlayerTimeManager$$Lambda$107/[email protected], delay=0, period=1000, running=true) encountered an exception
    2. java.lang.NullPointerException
    3.     at me.limeglass.skungee.bungeecord.managers.PlayerTimeManager.lambda$null$0(PlayerTimeManager.java:39)
    4.     at java.base/java.lang.Iterable.forEach(Iterable.java:75)
    5.     at java.base/java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085)
    6.     at me.limeglass.skungee.bungeecord.managers.PlayerTimeManager.lambda$new$1(PlayerTimeManager.java:31)
    7.     at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
    8.     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
    9.     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
    10.     at java.base/java.lang.Thread.run(Thread.java:834)
    --- Double Post Merged, Apr 9, 2020 ---
    No one?
     
Thread Status:
Not open for further replies.

Share This Page

Loading...