Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Holographic Display (1.19) #98

Open
Xgabi86 opened this issue Aug 18, 2022 · 0 comments
Open

Problem with Holographic Display (1.19) #98

Xgabi86 opened this issue Aug 18, 2022 · 0 comments
Assignees
Labels

Comments

@Xgabi86
Copy link

Xgabi86 commented Aug 18, 2022

Describe the bug

holograms spam console and dosn't work

Steps to Reproduce

nstall Holographic Display (3.0.0-SNAPSHOP)
create a hologram (create holo object "test" with id "test.test.holo" at location)

Expected Behavior

create hologram every seconds

Your Script

command /pos1489 []:
permission: server.ops
permission message:&9tu n'as pas la permission
trigger:
set {_pos1489} to location at player
wait 1 tick
if arg-1 is "create":
create holo object "test" with id "test.test.holo" at location at {_pos1489}

Screenshots / Errors

[09:02:20] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[09:02:20] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[09:02:20] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[09:02:20] [Server thread/ERROR]: #!#! Here is full list of them:
[09:02:20] [Server thread/ERROR]: #!#! skRayFall v1.9.28 (https://sk.rayfall.net/) SkBee v2.0.0 (https://github.com/ShaneBeee/SkBee) SkQuery v4.1.7
[09:02:20] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[09:02:20] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[09:02:20] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[09:02:20] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[09:02:20] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[09:02:20] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Stack trace:
[09:02:20] [Server thread/ERROR]: #!#! java.lang.NullPointerException: source cannot be null
[09:02:20] [Server thread/ERROR]: #!#! at me.filoghost.holographicdisplays.plugin.lib.fcommons.Preconditions.notNull(Preconditions.java:24)
[09:02:20] [Server thread/ERROR]: #!#! at me.filoghost.holographicdisplays.core.api.v2.V2HologramsAPIProvider.createHologram(V2HologramsAPIProvider.java:39)
[09:02:20] [Server thread/ERROR]: #!#! at com.gmail.filoghost.holographicdisplays.api.HologramsAPI.createHologram(HologramsAPI.java:26)
[09:02:20] [Server thread/ERROR]: #!#! at net.rayfall.eyesniper2.skrayfall.holograms.EffCreateStaticHoloObject.execute(EffCreateStaticHoloObject.java:59)
[09:02:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50)
[09:02:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[09:02:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[09:02:20] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56)
[09:02:20] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:94)
[09:02:20] [Server thread/ERROR]: #!#! at ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:108)
[09:02:20] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftTask.run(CraftTask.java:82)
[09:02:20] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_19_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:415)
[09:02:20] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1245)
[09:02:20] [Server thread/ERROR]: #!#! at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:394)
[09:02:20] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1197)
[09:02:20] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1010)
[09:02:20] [Server thread/ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:291)
[09:02:20] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Version Information:
[09:02:20] [Server thread/ERROR]: #!#! Skript: 2.6.3 (latest)
[09:02:20] [Server thread/ERROR]: #!#! Flavor: skriptlang-github
[09:02:20] [Server thread/ERROR]: #!#! Date: 00:55:22.847925631
[09:02:20] [Server thread/ERROR]: #!#! Bukkit: 1.19-R0.1-SNAPSHOT
[09:02:20] [Server thread/ERROR]: #!#! Minecraft: 1.19
[09:02:20] [Server thread/ERROR]: #!#! Java: 18.0.2 (OpenJDK 64-Bit Server VM 18.0.2+9)
[09:02:20] [Server thread/ERROR]: #!#! OS: Linux amd64 5.4.0-107-generic
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Server platform: Spigot
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Current node: null
[09:02:20] [Server thread/ERROR]: #!#! Current item: null
[09:02:20] [Server thread/ERROR]: #!#! Current trigger: every seconds (every 1 second) (main.sk, line 1)
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Thread: Server thread
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! Language: english
[09:02:20] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[09:02:20] [Server thread/ERROR]: #!#!
[09:02:20] [Server thread/ERROR]: #!#! End of Error.
[09:02:20] [Server thread/ERROR]: #!#!

Server Information

  • Server Version and Type: <!--- e.g. Spigot 1.14.3 --->
  • Skript Version: <!--- e.g. 2.2-dev36 --->
  • skRayFall Version: <!--- e.g. 1.9.17 --->
  • Additional Plugins: <!--- Please list addition plugins and their version that might be the cause of the error --->
    Skript Version: 2.6.3
    Installed Skript Addons:
    skRayFall v1.9.28 (https://sk.rayfall.net/)
    SkQuery v4.1.7
    SkBee v2.0.0 (https://github.com/ShaneBeee/SkBee)
    Installed dependencies:
    Vault v1.7.3-b131
    WorldGuard v7.0.8-beta-01+cbb2ba7

Additional Information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants