Jump to content

SpectaGaming

Member
  • Posts

    25
  • Joined

  • Last visited

Posts posted by SpectaGaming

  1. 51 minutes ago, ApexSplat said:

    Well firstly, that is not the problem as you can use a slash when executing a command. The problem is skript doesn't use _ for spaces. You just need to put diamond helmet instead of diamond_helmet.

    It did not work 

    this is the script I have now:

    command /crystal:
        cooldown:15 minutes
        trigger:
            give 8 end crystals to player
            give 32 obsidian to player
            give 2 totem of undying to player
            give diamond helmet{Enchantments:[{id:protection,lvl:2},{id:unbreaking,lvl:1} to player
            give diamond chestplate{Enchantments:[{id:protection,lvl:1},{id:unbreaking,lvl:1}]} to player
            give diamond leggings{Enchantments:[{id:blast_protection,lvl:3}]} to player
            give diamond boots{Enchantments:[{id:soul speed,lvl:1},{id:fire protection,lvl:1},{id:feather falling,lvl:1},{id:depth strider,lvl:1},{id:unbreaking,lvl:1}]} to player
            give diamond sword{Enchantments:[{id:sharpness,lvl:2}]} to player
            send "crystal pvp kit claimed" to player
     

    and this is the error:

    Sk reload crystal_pvp_kit.sk
    [16:58:52] [Server thread/INFO]: [Skript] Reloading crystal_pvp_kit.sk...
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! [Skript] Severe Error:
    [16:58:52] [Server thread/ERROR]: #!#! Could not load crystal_pvp_kit.sk
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
    [16:58:52] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
    [16:58:52] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
    [16:58:52] [Server thread/ERROR]: #!#! Here is full list of them:
    [16:58:52] [Server thread/ERROR]: #!#! TuSKe v1.8.2-Pikachu-Patch-3-MH-1 (github.com/Tuke-Nuke/TuSKe) 
    [16:58:52] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
    [16:58:52] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
    [16:58:52] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
    [16:58:52] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
    [16:58:52] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
    [16:58:52] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Stack trace:
    [16:58:52] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: com.github.tukenuke.tuske.expressions.ExprEvaluateFunction
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:228)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:523)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:800)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1302)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:61)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1113)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:489)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:707)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1060)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:171)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:790)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchServerCommand(CraftServer.java:775)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.handleCommandQueue(DedicatedServer.java:475)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:439)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1217)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1050)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305)
    [16:58:52] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
    [16:58:52] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: single percentage sign at 19 [pattern: result of function %string\(<.+?>\)]
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:130)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:48)
    [16:58:52] [Server thread/ERROR]: #!#!     at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1220)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1301)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:523)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:800)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:57)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1302)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:61)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1113)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:489)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:707)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1060)
    [16:58:52] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:171)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:790)
    [16:58:52] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchServerCommand(CraftServer.java:775)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.handleCommandQueue(DedicatedServer.java:475)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:439)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1217)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1050)
    [16:58:52] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305)
    [16:58:52] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Version Information:
    [16:58:52] [Server thread/ERROR]: #!#!   Skript: 2.6.1 (latest)
    [16:58:52] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
    [16:58:52] [Server thread/ERROR]: #!#!     Date: 22:18:42.554713200
    [16:58:52] [Server thread/ERROR]: #!#!   Bukkit: 1.17.1-R0.1-SNAPSHOT
    [16:58:52] [Server thread/ERROR]: #!#!   Minecraft: 1.17.1
    [16:58:52] [Server thread/ERROR]: #!#!   Java: 17.0.1 (OpenJDK 64-Bit Server VM 17.0.1+12)
    [16:58:52] [Server thread/ERROR]: #!#!   OS: Linux amd64 5.13.0-27-generic
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Server platform: Spigot
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Current node: give 8 end crystals to player (crystal_pvp_kit.sk, line 4)
    [16:58:52] [Server thread/ERROR]: #!#! Current item: null
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Thread: Server thread
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! Language: english
    [16:58:52] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/ERROR]: #!#! End of Error.
    [16:58:52] [Server thread/ERROR]: #!#! 
    [16:58:52] [Server thread/INFO]: [Skript] Successfully reloaded crystal_pvp_kit.sk. (12ms)
  2. this is the script
    

    command /crystal:
        cooldown:15 minutes
        trigger:
            give 8 end crystals to player
            give 32 obsidian to player
            give 2 totem of undying to player
            give diamond_helmet{Enchantments:[{id:protection,lvl:2},{id:unbreaking,lvl:1} to player
            give diamond_chestplate{Enchantments:[{id:protection,lvl:1},{id:unbreaking,lvl:1}]} to player
            give diamond_leggings{Enchantments:[{id:blast_protection,lvl:3}]} to player
            give diamond_boots{Enchantments:[{id:soul_speed,lvl:1},{id:fire_protection,lvl:1},{id:feather_falling,lvl:1},{id:depth_strider,lvl:1},{id:unbreaking,lvl:1}]} to player
            give diamond_sword{Enchantments:[{id:sharpness,lvl:2}]} to player
            send "crystal pvp kit claimed" to playercommand /crystal:

    
    this is the error 
    
    
    [13:55:34] [Server thread/INFO]: [Skript] Reloading crystal_pvp_kit.sk...
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! [Skript] Severe Error:
    [13:55:34] [Server thread/ERROR]: #!#! Could not load crystal_pvp_kit.sk
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
    [13:55:34] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
    [13:55:34] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
    [13:55:34] [Server thread/ERROR]: #!#! Here is full list of them:
    [13:55:34] [Server thread/ERROR]: #!#! TuSKe v1.8.2-Pikachu-Patch-3-MH-1 (github.com/Tuke-Nuke/TuSKe) 
    [13:55:34] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
    [13:55:34] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
    [13:55:34] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
    [13:55:34] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
    [13:55:34] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
    [13:55:34] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Stack trace:
    [13:55:34] [Server thread/ERROR]: #!#! java.lang.RuntimeException: pattern compiling exception, element class: com.github.tukenuke.tuske.expressions.ExprEvaluateFunction
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:228)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:523)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:800)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1302)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:61)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1113)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:489)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:707)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1060)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:171)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:790)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchServerCommand(CraftServer.java:775)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.handleCommandQueue(DedicatedServer.java:475)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:439)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1217)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1050)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305)
    [13:55:34] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
    [13:55:34] [Server thread/ERROR]: #!#! Caused by: ch.njol.skript.patterns.MalformedPatternException: single percentage sign at 19 [pattern: result of function %string\(<.+?>\)]
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:130)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternCompiler.compile(PatternCompiler.java:48)
    [13:55:34] [Server thread/ERROR]: #!#!     at java.base/java.util.HashMap.computeIfAbsent(HashMap.java:1220)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1301)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:523)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:800)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:126)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.TypePatternElement.match(TypePatternElement.java:121)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.PatternElement.matchNext(PatternElement.java:54)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.LiteralPatternElement.match(LiteralPatternElement.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.ChoicePatternElement.match(ChoicePatternElement.java:63)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.GroupPatternElement.match(GroupPatternElement.java:47)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.patterns.SkriptPattern.match(SkriptPattern.java:57)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1302)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:226)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:179)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:61)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:1113)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:489)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:707)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$loadScripts$4(ScriptLoader.java:525)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:417)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:433)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:524)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.reloadScript(ScriptLoader.java:1060)
    [13:55:34] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:171)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:790)
    [13:55:34] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchServerCommand(CraftServer.java:775)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.handleCommandQueue(DedicatedServer.java:475)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.dedicated.DedicatedServer.b(DedicatedServer.java:439)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1217)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1050)
    [13:55:34] [Server thread/ERROR]: #!#!     at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:305)
    [13:55:34] [Server thread/ERROR]: #!#!     at java.base/java.lang.Thread.run(Thread.java:833)
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Version Information:
    [13:55:34] [Server thread/ERROR]: #!#!   Skript: 2.6.1 (latest)
    [13:55:34] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
    [13:55:34] [Server thread/ERROR]: #!#!     Date: 22:18:42.554713200
    [13:55:34] [Server thread/ERROR]: #!#!   Bukkit: 1.17.1-R0.1-SNAPSHOT
    [13:55:34] [Server thread/ERROR]: #!#!   Minecraft: 1.17.1
    [13:55:34] [Server thread/ERROR]: #!#!   Java: 17.0.1 (OpenJDK 64-Bit Server VM 17.0.1+12)
    [13:55:34] [Server thread/ERROR]: #!#!   OS: Linux amd64 5.13.0-27-generic
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Server platform: Spigot
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Current node: give 8 end crystals to player (crystal_pvp_kit.sk, line 4)
    [13:55:34] [Server thread/ERROR]: #!#! Current item: null
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Thread: Server thread
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! Language: english
    [13:55:34] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/ERROR]: #!#! End of Error.
    [13:55:34] [Server thread/ERROR]: #!#! 
    [13:55:34] [Server thread/INFO]: [Skript] Successfully reloaded crystal_pvp_kit.sk. (417ms)

     

     

    If someone could help me i would appreciate it a lot

    Also i could use some skripters if they want something to do (I cant pay anything but like a server rank on MY server)

    thanks.

×
×
  • Create New...