NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Udostępnij Opublikowano 26 kwietnia 2018 Mam dziwny błąd że jak wbijam na serwer pisze /sk reload all to żaden skrypt mi nie dziala ! np. skrypt block head stw przez tworcow pierwotnej wersji skript czy nawet skrypty graczy jak na przyklad tWarps mam nadzieje że ktoś mi pomoże Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/ Udostępnij na innych stronach Więcej opcji udostępniania...
0 MateoxPL 6 Opublikowano 26 kwietnia 2018 Udostępnij Opublikowano 26 kwietnia 2018 Prawdopodobnie masz złą wersję skripta podaj wersje serwera Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176968 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 CraftBukkit 1.12 A wersje pobieram stad: Niestety żaden skript nie działa poprawnie... wyswietla sie wszystko po wpisaniu /sk i /skript ale żaden skrypt już nie działa mam z tym duży problem Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176970 Udostępnij na innych stronach Więcej opcji udostępniania...
0 MateoxPL 6 Opublikowano 26 kwietnia 2018 Udostępnij Opublikowano 26 kwietnia 2018 Podaj logi z konsoli Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176972 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 5 minut temu, MateoxPL napisał: Podaj logi z konsoli [19:27:40] [Server thread/INFO]: Starting minecraft server version 1.12 [19:27:40] [Server thread/INFO]: Loading properties [19:27:40] [Server thread/INFO]: Default game type: CREATIVE [19:27:40] [Server thread/INFO]: Generating keypair [19:27:40] [Server thread/INFO]: Starting Minecraft server on *:25565 [19:27:40] [Server thread/INFO]: Using default channel type [19:27:41] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT) [19:27:41] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev27 [19:27:41] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE! [19:27:41] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware. [19:27:41] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose. [19:27:41] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file. [19:27:41] [Server thread/INFO]: Preparing level "world" [19:27:41] [Server thread/INFO]: Preparing start region for level 0 (Seed: -1301238309313151394) [19:27:43] [Server thread/INFO]: Preparing spawn area: 0% [19:27:44] [Server thread/INFO]: Preparing spawn area: 33% [19:27:45] [Server thread/INFO]: Preparing spawn area: 66% [19:27:45] [Server thread/INFO]: Preparing start region for level 1 (Seed: -1301238309313151394) [19:27:46] [Server thread/INFO]: Preparing spawn area: 46% [19:27:47] [Server thread/INFO]: Preparing spawn area: 74% [19:27:48] [Server thread/INFO]: Preparing spawn area: 98% [19:27:48] [Server thread/INFO]: Preparing start region for level 2 (Seed: -1301238309313151394) [19:27:49] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev27 [19:27:49] [Server thread/INFO]: [Skript] Successfully generated the config, the example scripts and the aliases files. [19:27:49] [Server thread/ERROR]: Error occurred while enabling Skript v2.2-dev27 (Is it up to date?) java.lang.NoSuchMethodError: org.bukkit.Effect.getName()Ljava/lang/String; at ch.njol.skript.util.VisualEffect$Type.<init>(VisualEffect.java:197) ~[?:?] at ch.njol.skript.util.VisualEffect$Type.<clinit>(VisualEffect.java:70) ~[?:?] at ch.njol.skript.util.VisualEffect.<clinit>(VisualEffect.java:240) ~[?:?] at ch.njol.skript.classes.data.SkriptClasses.<clinit>(SkriptClasses.java:889) ~[?:?] at ch.njol.skript.Skript.onEnable(Skript.java:277) ~[?:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[bukkit.jar:git-Bukkit-9a1fc1e] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [bukkit.jar:git-Bukkit-9a1fc1e] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:401) [bukkit.jar:git-Bukkit-9a1fc1e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:360) [bukkit.jar:git-Bukkit-9a1fc1e] at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:321) [bukkit.jar:git-Bukkit-9a1fc1e] at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:411) [bukkit.jar:git-Bukkit-9a1fc1e] at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:372) [bukkit.jar:git-Bukkit-9a1fc1e] at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:327) [bukkit.jar:git-Bukkit-9a1fc1e] at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [bukkit.jar:git-Bukkit-9a1fc1e] at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:521) [bukkit.jar:git-Bukkit-9a1fc1e] at java.lang.Thread.run(Unknown Source) [?:1.8.0_151] [19:27:49] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it [19:27:49] [Server thread/INFO]: Done (8,723s)! For help, type "help" or "?" [19:27:53] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2182ms behind, skipping 43 tick(s) [19:28:39] [Server thread/INFO]: PL_Next[/127.0.0.1:50338] logged in with entity id 212 at ([world]-154.41832997128418, 70.0, -192.0960501759336) [19:28:43] [Server thread/INFO]: PL_Next issued server command: /skript [19:28:44] [Server thread/INFO]: PL_Next issued server command: /sk [19:29:18] [Server thread/INFO]: PL_Next issued server command: /sk help [19:29:23] [Server thread/INFO]: PL_Next issued server command: /sk reload all [19:29:44] [Server thread/INFO]: PL_Next issued server command: /skript reload bhead.sk [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! [Skript] Severe Error: [19:29:44] [Server thread/ERROR]: #!#! Could not load bhead.sk [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [19:29:44] [Server thread/ERROR]: #!#! If you're a server admin however please go to https://github.com/bensku/Skript/issues/ [19:29:44] [Server thread/ERROR]: #!#! and check whether this error has already been reported. [19:29:44] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it (or use paste service), [19:29:44] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [19:29:44] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [19:29:44] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! Stack trace: [19:29:44] [Server thread/ERROR]: #!#! java.lang.IllegalStateException: Cannot use classinfos until registration is over [19:29:44] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.checkAllowClassInfoInteraction(Classes.java:240) [19:29:44] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Classes.getClassInfoFromUserInput(Classes.java:335) [19:29:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.loadCommand(Commands.java:370) [19:29:44] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:469) [19:29:44] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:269) [19:29:44] [Server thread/ERROR]: #!#! at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:185) [19:29:44] [Server thread/ERROR]: #!#! at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) [19:29:44] [Server thread/ERROR]: #!#! at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [19:29:44] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:621) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1326) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1186) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:37) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(SourceFile:9) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [19:29:44] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [19:29:44] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(Unknown Source) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:695) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:370) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:650) [19:29:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:554) [19:29:44] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! Version Information: [19:29:44] [Server thread/ERROR]: #!#! Skript: 2.2-dev27 [19:29:44] [Server thread/ERROR]: #!#! Bukkit: 1.12-R0.1-SNAPSHOT [19:29:44] [Server thread/ERROR]: #!#! Minecraft: 1.12 [19:29:44] [Server thread/ERROR]: #!#! Java: 1.8.0_151 (Java HotSpot(TM) Client VM 25.151-b12) [19:29:44] [Server thread/ERROR]: #!#! OS: Windows 8.1 x86 6.3 [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! Running CraftBukkit: false [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! Current node: command /head <material>: (bhead.sk, line 6) [19:29:44] [Server thread/ERROR]: #!#! Current item: null [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! Thread: Server thread [19:29:44] [Server thread/ERROR]: #!#! [19:29:44] [Server thread/ERROR]: #!#! End of Error. [19:29:44] [Server thread/ERROR]: #!#! [19:29:46] [Server thread/INFO]: PL_Next issued server command: /hat [19:29:49] [Server thread/INFO]: PL_Next issued server command: /head [19:29:53] [Server thread/INFO]: PL_Next issued server command: /head bedrock Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176973 Udostępnij na innych stronach Więcej opcji udostępniania...
0 MateoxPL 6 Opublikowano 26 kwietnia 2018 Udostępnij Opublikowano 26 kwietnia 2018 (edytowane) Ściągnij tego: https://github.com/bensku/Skript/releases/download/dev35/Skript.jar Edytowane 26 kwietnia 2018 przez MateoxPL Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176974 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 1 minutę temu, MateoxPL napisał: Ściągnij tego: https://github.com/bensku/Skript/releases/download/dev35/Skript.jar Wgl mi się nie pojawia menu /skript Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176975 Udostępnij na innych stronach Więcej opcji udostępniania...
0 MateoxPL 6 Opublikowano 26 kwietnia 2018 Udostępnij Opublikowano 26 kwietnia 2018 musisz mieć wersję 35dev Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176976 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 Ogolnie kiedys dzialal ale na wersji 1.8 a ja chciałbym na najnowszych się nauczyć bo nie rb tego od 2 lat Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176977 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 Teraz, MateoxPL napisał: musisz mieć wersję 35dev Mam i 35dev mi nie dziala Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176978 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 już chyba wiem co zrobić ! Za chwilę ci odpisze Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176979 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 Jednak nie wiem :C Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176980 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 4 minuty temu, MateoxPL napisał: musisz mieć wersję 35dev W konsoli wyswietla mi się że plik jest niebezpieczny i że został wyłączony i żeby go włączyć w configu trzeba ustawic allow-unsafe-platforms na true ale nie wiem gdzie jest ten config Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176981 Udostępnij na innych stronach Więcej opcji udostępniania...
0 MateoxPL 6 Opublikowano 26 kwietnia 2018 Udostępnij Opublikowano 26 kwietnia 2018 Kurcze to już nie wiem czym to jest spowodowane Powinno wszystko działać a spróbuj usunąc folder skript i sprawdź bez skryptów czy są błędy Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176982 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 16 minut temu, MateoxPL napisał: Kurcze to już nie wiem czym to jest spowodowane Powinno wszystko działać a spróbuj usunąc folder skript i sprawdź bez skryptów czy są błędy Pisze mi że mam zainstalować Spigot albo Paper. WIęc to zrobie Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176983 Udostępnij na innych stronach Więcej opcji udostępniania...
0 NextNaSkryptach 3 Opublikowano 26 kwietnia 2018 Autor Udostępnij Opublikowano 26 kwietnia 2018 Wystarczyło zmienić Bukkit na Spigot i działa! DO ZAMKNIĘCIA! Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-176985 Udostępnij na innych stronach Więcej opcji udostępniania...
0 Zlogowany 0 Opublikowano 28 kwietnia 2018 Udostępnij Opublikowano 28 kwietnia 2018 W takim razie sprawdzaj dokladniej na co jest Plugin: Craftbukkit Spigot PaperSpigot Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-177232 Udostępnij na innych stronach Więcej opcji udostępniania...
0 TakiJakTy 140 Opublikowano 28 kwietnia 2018 Udostępnij Opublikowano 28 kwietnia 2018 Może masz jakiś skript który powoduje taki rezultat. Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-177235 Udostępnij na innych stronach Więcej opcji udostępniania...
0 JanekJaran 102 Opublikowano 28 kwietnia 2018 Udostępnij Opublikowano 28 kwietnia 2018 Problem został rozwiązany. Odnośnik do komentarza https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/#findComment-177247 Udostępnij na innych stronach Więcej opcji udostępniania...
Pytanie
NextNaSkryptach 3
Mam dziwny błąd że jak wbijam na serwer pisze /sk reload all to żaden skrypt mi nie dziala ! np. skrypt block head stw przez tworcow pierwotnej wersji skript czy nawet skrypty graczy jak na przyklad tWarps
mam nadzieje że ktoś mi pomoże
Odnośnik do komentarza
https://skript.pl/temat/26884-nie-dzia%C5%82a-mi-skript-c/Udostępnij na innych stronach
18 odpowiedzi na to pytanie
Rekomendowane odpowiedzi