skRayFall icon indicating copy to clipboard operation
skRayFall copied to clipboard

Placeholder in Title not show

Open FilexCZE opened this issue 2 years ago • 0 comments

Describe the bug

The placeholder I use is not displayed, however it works via parse.

Steps to Reproduce

Create skript

Expected Behavior

Show placeholder

Your Script

on region enter:

wait 2 ticks
if "%region at player%" contains "spawn_auctions":
	wait 2 ticks
	make console execute command "ch join %player% global"
	wait 1 ticks
	send player title "%img_title_chatroom%" with subtitle "&7Vstup: &fAukční místnost" for 1 seconds

Screenshots / Errors

[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! [Skript] Severe Error:
[02:05:49 ERROR]: #!#! Could not load spawn_entrys.sk
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Something went horribly wrong with Skript.
[02:05:49 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[02:05:49 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[02:05:49 ERROR]: #!#! Here is full list of them:
[02:05:49 ERROR]: #!#! skript-placeholders v1.5.2 (https://github.com/APickledWalrus/skript-placeholders) BetonQuest v1.12.8 (https://www.betonquest.org) skRayFall v1.9.27 (https://sk.rayfall.net/) ItemsAdder v3.1.4b (devs.beer) SkBee v1.15.2 (https://github.com/ShaneBeee/SkBee) SkQuery v4.1.5 Skellett v2.0.3 (https://forums.skunity.com/resources/skellett.24/)
[02:05:49 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[02:05:49 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[02:05:49 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[02:05:49 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[02:05:49 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[02:05:49 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Stack trace:
[02:05:49 ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for citizen
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:263)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.patterns.TypePatternElement.fromString(TypePatternElement.java:92)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:132)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:48)
[02:05:49 ERROR]: #!#! at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1220)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1301)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Statement.parse(Statement.java:61)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1113)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Section.loadCode(Section.java:90)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.sections.SecConditional.init(SecConditional.java:118)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Section.init(Section.java:69)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:257)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Section.lambda$parse$0(Section.java:157)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Section$SectionContext.modify(Section.java:190)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.lang.Section.parse(Section.java:156)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1127)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:752)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1060)
[02:05:49 ERROR]: #!#! at Skript.jar//ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:171)
[02:05:49 ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[02:05:49 ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172)
[02:05:49 ERROR]: #!#! at org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchCommand(CraftServer.java:906)
[02:05:49 ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2389)
[02:05:49 ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2200)
[02:05:49 ERROR]: #!#! at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2181)
[02:05:49 ERROR]: #!#! at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46)
[02:05:49 ERROR]: #!#! at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:6)
[02:05:49 ERROR]: #!#! at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$1(PlayerConnectionUtils.java:51)
[02:05:49 ERROR]: #!#! at net.minecraft.server.TickTask.run(TickTask.java:18)
[02:05:49 ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
[02:05:49 ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1426)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188)
[02:05:49 ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.y(IAsyncTaskHandler.java:126)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.be(MinecraftServer.java:1403)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1396)
[02:05:49 ERROR]: #!#! at net.minecraft.util.thread.IAsyncTaskHandler.c(IAsyncTaskHandler.java:136)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1374)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1256)
[02:05:49 ERROR]: #!#! at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:320)
[02:05:49 ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:833)
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Version Information:
[02:05:49 ERROR]: #!#! Skript: 2.6.1 (latest)
[02:05:49 ERROR]: #!#! Flavor: skriptlang-github
[02:05:49 ERROR]: #!#! Date: 22:18:42.554713200
[02:05:49 ERROR]: #!#! Bukkit: 1.18.2-R0.1-SNAPSHOT
[02:05:49 ERROR]: #!#! Minecraft: 1.18.2
[02:05:49 ERROR]: #!#! Java: 17.0.1 (OpenJDK 64-Bit Server VM 17.0.1+12-39)
[02:05:49 ERROR]: #!#! OS: Linux amd64 5.4.0-96-generic
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Server platform: Paper
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Current node: send player title "%img_title_chatroom%" with subtitle "&7Vstup: &fAukční místnost" for 1 seconds (spawn_entrys.sk, line 15)
[02:05:49 ERROR]: #!#! Current item: null
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Thread: Server thread
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! Language: english
[02:05:49 ERROR]: #!#! Link parse mode: DISABLED
[02:05:49 ERROR]: #!#!
[02:05:49 ERROR]: #!#! End of Error.
[02:05:49 ERROR]: #!#!

Server Information

  • Server Version and Type: Purpur 1.18.2
  • Skript Version: 2.6.1
  • skRayFall Version: v1.9.27
  • Additional Plugins: skript-placeholder 1.5.2, SkQuerty v4.1.5

FilexCZE avatar May 14 '22 00:05 FilexCZE