Skript for 1.7-1.8 protocol hack

  • 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 community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

oflords

New Member
Jan 31, 2017
6
0
0
Is there any good fork of skript for 1.7-1.8 spigot? The current one has some issues while teleporting and I would prefer a more stable version.

I searched on forums but I couldn't find anything sadly.
Thanks!
 
Is there any good fork of skript for 1.7-1.8 spigot? The current one has some issues while teleporting and I would prefer a more stable version.

I searched on forums but I couldn't find anything sadly.
Thanks!
Have you tried bensku dev 25? That one works pretty well on 1.8
 
I will look into it then edit this message on the results. Thanks!

EDIT: Doesn't load any events in Skript. Thoughts?
 
I will look into it then edit this message on the results. Thanks!

EDIT: Doesn't load any events in Skript. Thoughts?
Can you tell me what you mean by doesn't load events?:emoji_slight_smile: dev 29 is also pretty stable but it's a bit tough when it comes to older versions of mc
 
Example:
can't understand this effect 'on command "/plugins"'

I tried dev 30 but I don't think 29, I'll do that
Dev 29 doesn't work either
 
Example:
can't understand this effect 'on command "/plugins"'

I tried dev 30 but I don't think 29, I'll do that
Dev 29 doesn't work either
potentially silly question but just in case, you're restarting the server after a version switch right? And in your example there should be a colon after the event (again juuust in case).

You may potentially need to change up the syntax on older versions too like:
code_language.skript:
on command:
    if command is equal to "/plugins":
        #etc etc do stuff
 
I will try changing the syntax. It worked fine before on my other version of skript and it did have a colon
[doublepost=1502518981,1502518262][/doublepost]
550bd1d36ee02af818a504cb3d7c43fc.png


Code:
code_language.skript:
on command:
    if command is equal to "/plugins" or "/version" or "/v" or "/bukkit:about" or "/help" or "/bukkit:?" or "/bukkit:help" or "/bukkit:plugins" or "/bukkit:pl" or "/bukkit:version" or "/bukkit:ver" or "/?" or "/pl":
        player doesn't have permission "as.bypass":
            cancel event
            message "&cSorry..."
 
code_language.skript:
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! [Skript] Severe Error:
12.08 16:16:45 [Server] ERROR #!#! Could not load a-steal.sk
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
12.08 16:16:45 [Server] ERROR #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/
12.08 16:16:45 [Server] ERROR #!#! and check whether this error has already been reported.
12.08 16:16:45 [Server] ERROR #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service),
12.08 16:16:45 [Server] ERROR #!#! and describe what you did before it happened and/or what you think caused the error.
12.08 16:16:45 [Server] ERROR #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
12.08 16:16:45 [Server] ERROR #!#! By following this guide fixing the error should be easy and done fast.
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! Stack trace:
12.08 16:16:45 [Server] ERROR #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over
12.08 16:16:45 [Server] ERROR #!#!     at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:242)
12.08 16:16:45 [Server] ERROR #!#!     at ch.njol.skript.registrations.Classes.getClassInfoFromUserInput(Classes.java:337)
12.08 16:16:45 [Server] ERROR #!#!     at ch.njol.skript.command.Commands.loadCommand(Commands.java:372)
12.08 16:16:45 [Server] ERROR #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:472)
12.08 16:16:45 [Server] ERROR #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:271)
12.08 16:16:45 [Server] ERROR #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:167)
12.08 16:16:45 [Server] ERROR #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
12.08 16:16:45 [Server] ERROR #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
12.08 16:16:45 [Server] ERROR #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.PlayerConnection.handleCommand(PlayerConnection.java:1043)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:880)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.PacketPlayInChat.a(PacketPlayInChat.java:28)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.PacketPlayInChat.handle(PacketPlayInChat.java:65)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.NetworkManager.a(NetworkManager.java:186)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:81)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
12.08 16:16:45 [Server] ERROR #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! Version Information:
12.08 16:16:45 [Server] ERROR #!#!   Skript: 2.2-dev25
12.08 16:16:45 [Server] ERROR #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
12.08 16:16:45 [Server] ERROR #!#!   Minecraft: 1.7.10
12.08 16:16:45 [Server] ERROR #!#!   Java: 1.8.0_121 (Java HotSpot(TM) 64-Bit Server VM 25.121-b13)
12.08 16:16:45 [Server] ERROR #!#!   OS: Linux amd64 3.14.32-xxxx-grs-ipv6-64
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! Running CraftBukkit: false
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! Current node: command /asteal <text>: (a-steal.sk, line 105)
12.08 16:16:45 [Server] ERROR #!#! Current item: null
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! Thread: Server thread
12.08 16:16:45 [Server] ERROR #!#!
12.08 16:16:45 [Server] ERROR #!#! End of Error.
12.08 16:16:45 [Server] ERROR #!#!
[doublepost=1502519976,1502519777][/doublepost]Removed ALL addons, still get this error
 
Did you use /reload? If so, restart your server properly and never use that command, it's known to break many plugins, including Skript.
 
Status
Not open for further replies.