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!

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

Addon SkQuery [1.13-1.19+] 4.1.9

The original Skript Addon.

  1. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated [Unofficial] SkQuery fork [1.6-1.12+] with a new update entry:

    Fireworks are finally restored!

    Read the rest of this update entry...
     
  2. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Did you remove the skq and skqc stuff?
     
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    No...? Why?
     
  4. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    it seems like the new version broke some stuff with it. the old skqc files are still working but if i put a new skq file in t won't convert to a skqc file on restart.
     
  5. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Well, that's not a new issue, that has been in that way from the 3.22.11, let's see if LimeGlass can fix that. Other thing that I would like to see fixed is the arabic and roman numeral expressions, it has been broken from a long time ago.
     
  6. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    @Lego_freak1999 @Snow-Pyon Can you define what's broken with the skq stuff? I don't use skq stuff so I couldn't know. And I can look at the other things you suggested.
     
  7. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    it doesn't generate the .skqc file as it should when you want create a new skqAddon.
     
  8. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated [Unofficial] SkQuery fork [1.6-1.12+] with a new update entry:

    Bug fixes, Where filter and past movement

    Read the rest of this update entry...
     
  9. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Hi LimeGlass :emoji_grinning:
    Can you fix this (or create it):
    send resource pack from "url" to player
    Skript can't understand this condition/effect (spigot-1.12-R0.1-SNAPSHOT-b1332, Skript dev29, your skquery fork (version before the latest version)).

    --- Double Post Merged, Jun 23, 2017, Original Post Date: Jun 23, 2017 ---
    Hi another time :emoji_stuck_out_tongue:
    I can't use variables in firework launching effects :/
    I wanted to do that:
    Code (Skript):
    1. add ball large to {_fireworktype::*}
    2. add creeper to {_fireworktype::*}
    3. add ball to {_fireworktype::*}
    4. add star to {_fireworktype::*}
    5. add burst to {_fireworktype::*}
    6. set {_fwtype} to a random element out of {_fireworktype::*}
    7. add dark blue to {_color::*}
    8. add green to {_color::*}
    9. add dark aqua to {_color::*}
    10. add dark red to {_color::*}
    11. add purple to {_color::*}
    12. add gold to {_color::*}
    13. add blue to {_color::*}
    14. add lime to {_color::*}
    15. add aqua to {_color::*}
    16. add red to {_color::*}
    17. add pink to {_color::*}
    18. add yellow to {_color::*}
    19. set {_colorchoice} to a random element out of {_color::*}
    20. launch trailing flickering {_fwtype} firework colored {_colorchoice} fading to white at player's location timed 1
    21. delete {_fireworktype::*}
    22. delete {_color::*}
    23. delete {_colorchoice}
    But get that: (I don't get errors while loading/reloading the skript)
    Code (Skript):
    1. [17:21:15 ERROR]: #!#!
    2. [17:21:15 ERROR]: #!#! [Skript] Severe Error:
    3. [17:21:15 ERROR]: #!#!
    4. [17:21:15 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
    5. [17:21:15 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
    6. [17:21:15 ERROR]: #!#! and check whether this error has already been reported.
    7. [17:21:15 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
    8. [17:21:15 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
    9. [17:21:15 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
    10. [17:21:15 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
    11. [17:21:15 ERROR]: #!#!
    12. [17:21:15 ERROR]: #!#! Stack trace:
    13. [17:21:15 ERROR]: #!#! java.lang.IllegalStateException: Cannot make FireworkEffect without any color
    14. [17:21:15 ERROR]: #!#!     at org.bukkit.FireworkEffect.<init>(FireworkEffect.java:298)
    15. [17:21:15 ERROR]: #!#!     at org.bukkit.FireworkEffect$Builder.build(FireworkEffect.java:273)
    16. [17:21:15 ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprFireworkEffect.get(ExprFireworkEffect.java:42)
    17. [17:21:15 ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprFireworkEffect.get(ExprFireworkEffect.java:1)
    18. [17:21:15 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getAll(SimpleExpression.java:77)
    19. [17:21:15 ERROR]: #!#!     at com.w00tmast3r.skquery.elements.effects.EffLaunch.execute(EffLaunch.java:35)
    20. [17:21:15 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:52)
    21. [17:21:15 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
    22. [17:21:15 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
    23. [17:21:15 ERROR]: #!#!     at ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
    24. [17:21:15 ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
    25. [17:21:15 ERROR]: #!#!     at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
    26. [17:21:15 ERROR]: #!#!     at ch.njol.skript.command.Commands.handleCommand(Commands.java:268)
    27. [17:21:15 ERROR]: #!#!     at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163)
    28. [17:21:15 ERROR]: #!#!     at sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source)
    29. [17:21:15 ERROR]: #!#!     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    30. [17:21:15 ERROR]: #!#!     at java.lang.reflect.Method.invoke(Unknown Source)
    31. [17:21:15 ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    32. [17:21:15 ERROR]: #!#!     at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    33. [17:21:15 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
    34. [17:21:15 ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
    35. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1377)
    36. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1220)
    37. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
    38. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
    39. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
    40. [17:21:15 ERROR]: #!#!     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    41. [17:21:15 ERROR]: #!#!     at java.util.concurrent.FutureTask.run(Unknown Source)
    42. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
    43. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747)
    44. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)
    45. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)
    46. [17:21:15 ERROR]: #!#!     at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)
    47. [17:21:15 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
    48. [17:21:15 ERROR]: #!#!
    49. [17:21:15 ERROR]: #!#! Version Information:
    50. [17:21:15 ERROR]: #!#!   Skript: 2.2-dev29
    51. [17:21:15 ERROR]: #!#!   Bukkit: 1.12-R0.1-SNAPSHOT
    52. [17:21:15 ERROR]: #!#!   Minecraft: 1.12
    53. [17:21:15 ERROR]: #!#!   Java: 1.8.0_131 (Java HotSpot(TM) 64-Bit Server VM 25.131-b11)
    54. [17:21:15 ERROR]: #!#!   OS: Windows 10 amd64 10.0
    55. [17:21:15 ERROR]: #!#!
    56. [17:21:15 ERROR]: #!#! Running CraftBukkit: false
    57. [17:21:15 ERROR]: #!#!
    58. [17:21:15 ERROR]: #!#! Current node: null
    59. [17:21:15 ERROR]: #!#! Current item: launch launch
    60. [17:21:15 ERROR]: #!#!
    61. [17:21:15 ERROR]: #!#! Thread: Server thread
    62. [17:21:15 ERROR]: #!#!
    63. [17:21:15 ERROR]: #!#! End of Error.
    64. [17:21:15 ERROR]: #!#!
     
  10. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Ya it doesn't work like that.
     
  11. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    You should make it so it doesn't throw a stacktrace because that.
     
  12. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    It does that on purpose though...

    "Cannot make FireworkEffect without any color"
     
  13. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Got an issue with registering new recipes - Get no errors from the script itself or from Skript/skQuery when trying to make the item but get an error from another plugin (also stopping that plugin from working right) that uses the recipes, and the item received when making the recipe (with or without the other plugin, just to confirm that isn't the issue) is untextured.

    Error given by the FastCraftPlus plugin when Skript/skQuery is registering new recipes:
    26.06 09:39:13 [Server] WARN at java.lang.Thread.run(Unknown Source)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:747)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
    26.06 09:39:13 [Server] WARN at java.util.concurrent.FutureTask.run(Unknown Source)
    26.06 09:39:13 [Server] WARN at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:944)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:448)
    26.06 09:39:13 [Server] WARN at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:234)
    26.06 09:39:13 [Server] WARN at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
    26.06 09:39:13 [Server] WARN at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
    26.06 09:39:13 [Server] WARN at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    26.06 09:39:13 [Server] WARN at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
    26.06 09:39:13 [Server] WARN at java.lang.reflect.Method.invoke(Unknown Source)
    26.06 09:39:13 [Server] WARN at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    26.06 09:39:13 [Server] WARN at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    26.06 09:39:13 [Server] WARN at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    26.06 09:39:13 [Server] WARN at co.kepler.fastcraftplus.craftgui.PlayerManager.onPlayerInteract(PlayerManager.java:47)
    26.06 09:39:13 [Server] WARN at co.kepler.fastcraftplus.craftgui.GUIFastCraft.<init>(GUIFastCraft.java:51)
    26.06 09:39:13 [Server] WARN at co.kepler.fastcraftplus.craftgui.LayoutManager.getNewLayout(LayoutManager.java:26)
    26.06 09:39:13 [Server] WARN at co.kepler.fastcraftplus.craftgui.layouts.LayoutRecipesItems.<init>(LayoutRecipesItems.java:21)
    26.06 09:39:13 [Server] WARN at co.kepler.fastcraftplus.compat.RecipeCompatManager.getRecipes(RecipeCompatManager.java:74)
    26.06 09:39:13 [Server] WARN at co.kepler.fastcraftplus.compat.Compat_Bukkit.getRecipes(Compat_Bukkit.java:47)
    26.06 09:39:13 [Server] WARN at org.bukkit.craftbukkit.v1_12_R1.inventory.RecipeIterator.next(RecipeIterator.java:1)
    26.06 09:39:13 [Server] WARN at org.bukkit.craftbukkit.v1_12_R1.inventory.RecipeIterator.next(RecipeIterator.java:30)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.ShapelessRecipes.toBukkitRecipe(ShapelessRecipes.java:1)
    26.06 09:39:13 [Server] WARN at net.minecraft.server.v1_12_R1.ShapelessRecipes.toBukkitRecipe(ShapelessRecipes.java:41)
    26.06 09:39:13 [Server] WARN java.lang.ArrayIndexOutOfBoundsException: 0

    Code for the added recipe:
    Code (Skript):
    1. on load:
    2.     register new shapeless recipe for oak leaves using oak sapling, oak sapling, oak sapling, oak sapling, oak sapling, oak sapling, air, air, air
    And on crafting in a normal workbench (while FastCraftPlus is disabled, but does the same when it is enabled too):
    [​IMG]


    EDIT:: If you pick the untextured item up and place it, it is the right item and corrects itself, but it's not registering as a recipe correctly for the plugins (like FastCraft) to pick up and it's causing them to bug out
     
  14. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Looks like a FastCraftPlus issue.

    I haven't played around with the 1.12 recipies or if it still works. I assume it still works but it's a purple and black square as it's modifiying the slots when clicking. Again this is a FastCraftPlus issue so I don't see much I can do to help fix this.
     
  15. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Hmm, I'll do some more testing - The recipes were doing this regardless of whether FastCraft was installed or not, that was just the only thing showing issues (due to not being able to get the recipes) but I'll see if I can figure out the specific thing causing it. Just figured Skript/skQuery were the issue, as recipes added by other plugins all work fine with FCP still, just not those I'm adding through these :L
    --- Double Post Merged, Jun 27, 2017, Original Post Date: Jun 27, 2017 ---
    And now it's fine if FastCraft isn't installed, even though it wasn't on multiple tests yesterday -.- I'll go bug them xD (I'm not enjoying updating to 1.12 in the slightest). Thanks for replying!
     
    #95 ShaneBee, Jun 27, 2017
    Last edited by a moderator: Jun 27, 2017
  16. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Hey, can you look into the serializer/deserializer? Its a really handy tool for database stuff but doesnt work at them moment:

    Also i would love to see roman numerals back aswell :emoji_stuck_out_tongue:
    Code (Skript):
    1.  
    2. command /serialize <player>:
    3.         permission: *
    4.         trigger:
    5.                 wait 1 tick
    6.                 set {inv::%uuid of arg-1%} to serialized contents of arg-1's inventory
    7.  
    8. command /load <player>:
    9.         permission: *
    10.         trigger:
    11.                 wait 1 tick
    12.                 restore inventory of arg-1 from {inv::%uuid of arg-1%}
    13.  
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! [Skript] Severe Error:
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
    [12:02:06 ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
    [12:02:06 ERROR]: #!#! and check whether this error has already been reported.
    [12:02:06 ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
    [12:02:06 ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
    [12:02:06 ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
    [12:02:06 ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! Stack trace:
    [12:02:06 ERROR]: #!#! java.lang.IllegalArgumentException: Chests must have a size that is a multiple of 9!
    [12:02:06 ERROR]: #!#! at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
    [12:02:06 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.createInventory(CraftServer.java:1555)
    [12:02:06 ERROR]: #!#! at com.w00tmast3r.skquery.util.serialization.InventorySerialUtils.fromBase64(InventorySerialUtils.java:34)
    [12:02:06 ERROR]: #!#! at com.w00tmast3r.skquery.elements.effects.EffDeserializeReturn.execute(EffDeserializeReturn.java:28)
    [12:02:06 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:52)
    [12:02:06 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
    [12:02:06 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
    [12:02:06 ERROR]: #!#! at ch.njol.skript.effects.Delay$1.run(Delay.java:94)
    [12:02:06 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:58)
    [12:02:06 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:356)
    [12:02:06 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:832)
    [12:02:06 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423)
    [12:02:06 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:766)
    [12:02:06 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:664)
    [12:02:06 ERROR]: #!#! at java.lang.Thread.run(Thread.java:748)
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! Version Information:
    [12:02:06 ERROR]: #!#! Skript: 2.2-dev29
    [12:02:06 ERROR]: #!#! Bukkit: 1.12-R0.1-SNAPSHOT
    [12:02:06 ERROR]: #!#! Minecraft: 1.12
    [12:02:06 ERROR]: #!#! Java: 1.8.0_131 (OpenJDK 64-Bit Server VM 25.131-b11)
    [12:02:06 ERROR]: #!#! OS: Linux amd64 4.10.0-22-generic
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! Running CraftBukkit: false
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! Current node: null
    [12:02:06 ERROR]: #!#! Current item: deserialize return
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! Thread: Server thread
    [12:02:06 ERROR]: #!#!
    [12:02:06 ERROR]: #!#! End of Error.
    [12:02:06 ERROR]: #!#!
     
  17. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Roman numberals are back. They work fine.

    And your error is because you're not opening a chest with multiples of 9. For example you need to open 1,2,3,4,5 or 6 rows not what ever you put. Or you're not opening the same inventory type that was saved from the serializer. "Chests must have a size that is a multiple of 9!"
     
  18. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    Ok ill try a workaround with a chest. I was using player's current inventory. Same Syntax as in the Docs :/
     
  19. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    LimeGlass updated [Unofficial] SkQuery fork [1.6-1.12+] with a new update entry:

    Revival of pop firework, bug fixes and improvements.

    Read the rest of this update entry...
     
  20. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234

Share This Page

Loading...