Skocz do zawartości
  • 0

error podczas otwierania gui


KeZiR_PL

Pytanie

16 odpowiedzi na to pytanie

Rekomendowane odpowiedzi

  • 0
1 minutę temu, KeZiR_PL napisał:

kiedy wpisuje komendę otwiera się gui lecz nie działa żaden przedmiot, kiedy na któryś kliknę to to error wyskakuje. w każdym z moich skryptów to samo. zmieniałem silniki to samo..

Pokaż kod od tworzenia GUI.

Poza tym nie zalecam używać przedimków 'the', itp. w skryptach, gdyż często powodują problemy.

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
3 minuty temu, Kormic napisał:

Pokaż kod od tworzenia GUI.

Poza tym nie zalecam używać przedimków 'the', itp. w skryptach, gdyż często powodują problemy.

command /warp [<text>]:
	trigger:
		if arg 1 is not set:
			wait 2 tick
			open chest with 1 rows named " &8[&aGrzanewinoo&8] &7- &aSystem &fWarpow" to player
			wait 2 tick
			format slot 0 of player with 1 of black glass to be unstealable
			format slot 8 of player with 1 of black glass to be unstealable
			format slot 1 of player with crafting table named "&aWarp &fDzialki" to close then run [execute player command "ewarp dzialki"]
			format slot 2 of player with golden boots named "&aWarp &fParkour" to close then run [execute player command "ewarp parkour"]
			format slot 3 of player with iron sword named "&aWarp &fKlatka" to close then run [execute player command "ewarp klatka"]
			format slot 4 of player with diamond pickaxe named "&aWarp &fKopalnia" to close then run [execute player command "ewarp kopalnia"]
			format slot 5 of player with gold block named "&aWarp &fStrefa" to close then run [execute player command "ewarp strefa"]
			format slot 6 of player with green wool named "&aWarp &fOX" to close then run [execute player command "ewarp ox"]
			format slot 7 of player with anvil named "&aWarp &fSklep" to close then run [execute player command "ewarp sklep"]
		if arg 1 is set:
			wait 2 tick
			open chest with 1 rows named " &8[&aGrzanewinoo&8] &7- &aSystem &fWarpow" to player
			wait 2 tick
			format slot 0 of player with 1 of black glass to be unstealable
			format slot 8 of player with 1 of black glass to be unstealable
			format slot 1 of player with crafting table named "&aWarp &fDzialki" to close then run [execute player command "ewarp dzialki"]
			format slot 2 of player with golden boots named "&aWarp &fParkour" to close then run [execute player command "ewarp parkour"]
			format slot 3 of player with iron sword named "&aWarp &fKlatka" to close then run [execute player command "ewarp klatka"]
			format slot 4 of player with diamond pickaxe named "&aWarp &fKopalnia" to close then run [execute player command "ewarp kopalnia"]
			format slot 5 of player with gold block named "&aWarp &fStrefa" to close then run [execute player command "ewarp strefa"]
			format slot 6 of player with green wool named "&aWarp &fOX" to close then run [execute player command "ewarp ox"]
			format slot 7 of player with anvil named "&aWarp &fSklep" to close then run [execute player command "ewarp sklep"]

to jeden z innych skryptów i to samo się dzieje error ten sam...

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0

na dodatek za każdym razem kiedy odpalam skript to error 

[14:05:38 WARN]: Exception in thread "Craft Scheduler Thread - 1"
[14:05:38 WARN]: org.apache.commons.lang.UnhandledException: Plugin Skript v2.2-Fixes-V8b generated an exception while executing task 9
        at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
        at ch.njol.skript.Skript$4.run(Skript.java:517)
        at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71)
        at org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
        ... 3 more

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
2 minuty temu, KeZiR_PL napisał:

to jeden z innych skryptów i to samo się dzieje error ten sam...

SkQuery jest najgorszym formatowaniem GUI, posiada wiele błędów, jest ograniczone i ogółem brzydko wygląda.

Zalecam pobrać Skript 2.5.3 od Matocolotoe i spróbować włączyć serwer bez dodatków do Skripta.

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
5 minut temu, kojot231341332PL napisał:

I jeszcze jedno, skoro dajesz [<text>] na koncu, nie musisz ustalac warunkow if arg 1 is set, itp. Mozesz zostawic to bez tych rzeczy a kod bedzie 2x krotszy i bardziej przejrzysty.

Jak nie musi jak musi?

Przecież [ ] oznacza opcjonalność argumentu. Dobrze, że ma te warunki.

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
16 minut temu, Kormic napisał:

SkQuery jest najgorszym formatowaniem GUI, posiada wiele błędów, jest ograniczone i ogółem brzydko wygląda.

Zalecam pobrać Skript 2.5.3 od Matocolotoe i spróbować włączyć serwer bez dodatków do Skripta.

[14:27:42 INFO]: [Skript] Enabling Skript v2.5.3
[14:27:42 ERROR]: Error occurred while enabling Skript v2.5.3 (Is it up to date?)
java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder
        at ch.njol.skript.update.ReleaseManifest.load(ReleaseManifest.java:48) ~[?:?]
        at ch.njol.skript.SkriptUpdater.loadManifest(SkriptUpdater.java:75) ~[?:?]
        at ch.njol.skript.SkriptUpdater.<init>(SkriptUpdater.java:58) ~[?:?]
        at ch.njol.skript.Skript.onEnable(Skript.java:306) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:335) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugin(CraftServer.java:356) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.enablePlugins(CraftServer.java:316) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.q(MinecraftServer.java:402) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.k(MinecraftServer.java:370) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:325) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:211) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:505) [spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
Caused by: java.lang.ClassNotFoundException: com.google.gson.GsonBuilder
        at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_231]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8-R0.1-SNAPSHOT-latest.jar:git-Spigot-c3c767f-33d5de3]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
        ... 15 more
[14:27:42 INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:27:42 INFO]: Done (3,846s)! For help, type "help" or "?"
>pl
[14:27:45 INFO]: Plugins (1): Skript
>

 

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
2 minuty temu, KeZiR_PL napisał:

Spróbujemy więc z kilkoma rozwiązaniami.

1. Jeżeli używasz silnika Bukkit, pobierz Spigot. Bez tego ani rusz.

2. Procedura "regeneracji" folderu Skript.

  • wyłącz serwer
  • zapisz swoje skrypty i/lub zmienne w bezpiecznym miejscu
  • usuń folder Skript
  • włącz ponownie serwer
  • wrzuć z powrotem wcześniej zapisane skrypty i/lub zmienne do nowo utworzonego folderu Skript
  • dla pewności zrób ponownie restart

3. Pokaż pełne logi startu serwera w konsoli.

4. Jeżeli możesz, zaktualizuj serwer przynajmniej do wersji 1.8.8, a najlepiej do najnowszej (tj. 1.16.5 z silnikiem Purpur).

Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
11 minut temu, Kormic napisał:

Spróbujemy więc z kilkoma rozwiązaniami.

1. Jeżeli używasz silnika Bukkit, pobierz Spigot. Bez tego ani rusz.

2. Procedura "regeneracji" folderu Skript.

  • wyłącz serwer
  • zapisz swoje skrypty i/lub zmienne w bezpiecznym miejscu
  • usuń folder Skript
  • włącz ponownie serwer
  • wrzuć z powrotem wcześniej zapisane skrypty i/lub zmienne do nowo utworzonego folderu Skript
  • dla pewności zrób ponownie restart

3. Pokaż pełne logi startu serwera w konsoli.

4. Jeżeli możesz, zaktualizuj serwer przynajmniej do wersji 1.8.8, a najlepiej do najnowszej (tj. 1.16.5 z silnikiem Purpur).

[14:52:13 INFO]: [Skript] Enabling Skript v2.5.3
[14:52:15 INFO]: [Skript] You're currently running the latest stable version of Skript.
[14:52:17 INFO]: [Skript] Loaded 12881 aliases in 3359ms
[14:52:17 INFO]: [Skript]  ~ created by & ę Peter GŘttinger aka Njol ~
[14:52:17 INFO]: Server permissions file permissions.yml is empty, ignoring it
[14:52:17 INFO]: Done (7,326s)! For help, type "help" or "?"
[14:52:17 INFO]: [Skript] Loading variables...
[14:52:17 INFO]: [Skript] Loaded 0 variables in 0.0 seconds
[14:52:17 ERROR]: [Skript] Can't understand this condition/effect: open chest with 1 rows named " &8[&aDream&fPvP&8] &7- &aSystem &fWarpow" to player (lolz.sk, line 6: open chest with 1 rows named " &8[&aDream&fPvP&8] &7- &aSystem &fWarpow" to player')
[14:52:17 ERROR]: [Skript] Can't understand this condition/effect: format slot 0 of player with 1 of black glass to be unstealable (lolz.sk, line 8: format slot 0 of player with 1 of black glass to be unstealable')
[14:52:17 ERROR]: [Skript] Can't understand this condition/effect: format slot 8 of player with 1 of black glass to be unstealable (lolz.sk, line 9: format slot 8 of player with 1 of black glass to be unstealable')
[14:52:17 ERROR]: [Skript] Can't understand this condition/effect: format slot 1 of player with crafting table named "&aWarp &fDzialki" to close then run [execute player command "ewarp dzialki"] (lolz.sk, line 10: format slot 1 of player with crafting table named "&aWarp &fDzialki" to close then run
 [execute player command "ewarp dzialki"]')
[14:52:17 ERROR]: [Skript] Can't understand this condition/effect: format slot 2 of player with golden boots named "&aWarp &fParkour" to close then run [execute player command "ewarp parkour"] (lolz.sk, line 11: format slot 2 of player with golden boots named "&aWarp &fParkour" to close then run [ex
ecute player command "ewarp parkour"]')
[14:52:17 ERROR]: [Skript] Can't understand this condition/effect: format slot 3 of player with iron sword named "&aWarp &fKlatka" to close then run [execute player command "ewarp klatka"] (lolz.sk, line 12: format slot 3 of player with iron sword named "&aWarp &fKlatka" to close then run [execute p
layer command "ewarp klatka"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 4 of player with diamond pickaxe named "&aWarp &fKopalnia" to close then run [execute player command "ewarp kopalnia"] (lolz.sk, line 13: format slot 4 of player with diamond pickaxe named "&aWarp &fKopalnia" to close the
n run [execute player command "ewarp kopalnia"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 5 of player with gold block named "&aWarp &fStrefa" to close then run [execute player command "ewarp strefa"] (lolz.sk, line 14: format slot 5 of player with gold block named "&aWarp &fStrefa" to close then run [execute p
layer command "ewarp strefa"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 6 of player with green wool named "&aWarp &fOX" to close then run [execute player command "ewarp ox"] (lolz.sk, line 15: format slot 6 of player with green wool named "&aWarp &fOX" to close then run [execute player comman
d "ewarp ox"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 7 of player with anvil named "&aWarp &fSklep" to close then run [execute player command "ewarp sklep"] (lolz.sk, line 16: format slot 7 of player with anvil named "&aWarp &fSklep" to close then run [execute player command
 "ewarp sklep"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: open chest with 1 rows named " &8[&aDream&fPvP&8] &7- &aSystem &fWarpow" to player (lolz.sk, line 19: open chest with 1 rows named " &8[&aDream&fPvP&8] &7- &aSystem &fWarpow" to player')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 0 of player with 1 of black glass to be unstealable (lolz.sk, line 21: format slot 0 of player with 1 of black glass to be unstealable')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 8 of player with 1 of black glass to be unstealable (lolz.sk, line 22: format slot 8 of player with 1 of black glass to be unstealable')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 1 of player with crafting table named "&aWarp &fDzialki" to close then run [execute player command "ewarp dzialki"] (lolz.sk, line 23: format slot 1 of player with crafting table named "&aWarp &fDzialki" to close then run
 [execute player command "ewarp dzialki"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 2 of player with golden boots named "&aWarp &fParkour" to close then run [execute player command "ewarp parkour"] (lolz.sk, line 24: format slot 2 of player with golden boots named "&aWarp &fParkour" to close then run [ex
ecute player command "ewarp parkour"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 3 of player with iron sword named "&aWarp &fKlatka" to close then run [execute player command "ewarp klatka"] (lolz.sk, line 25: format slot 3 of player with iron sword named "&aWarp &fKlatka" to close then run [execute p
layer command "ewarp klatka"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 4 of player with diamond pickaxe named "&aWarp &fKopalnia" to close then run [execute player command "ewarp kopalnia"] (lolz.sk, line 26: format slot 4 of player with diamond pickaxe named "&aWarp &fKopalnia" to close the
n run [execute player command "ewarp kopalnia"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 5 of player with gold block named "&aWarp &fStrefa" to close then run [execute player command "ewarp strefa"] (lolz.sk, line 27: format slot 5 of player with gold block named "&aWarp &fStrefa" to close then run [execute p
layer command "ewarp strefa"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 6 of player with green wool named "&aWarp &fOX" to close then run [execute player command "ewarp ox"] (lolz.sk, line 28: format slot 6 of player with green wool named "&aWarp &fOX" to close then run [execute player comman
d "ewarp ox"]')
[14:52:18 ERROR]: [Skript] Can't understand this condition/effect: format slot 7 of player with anvil named "&aWarp &fSklep" to close then run [execute player command "ewarp sklep"] (lolz.sk, line 29: format slot 7 of player with anvil named "&aWarp &fSklep" to close then run [execute player command
 "ewarp sklep"]')
[14:52:18 ERROR]: [Skript] There's no loop that matches 'loop-player title "&f[ &a&LALERT &f]" with subtitle "&f%colored arg-2%" for 4 seconds' (lolz.sk, line 38: send loop-player title "&f[ &a&LALERT &f]" with subtitle "&f%colored arg-2%" for 4 seconds')
[14:52:18 ERROR]: [Skript] loop-player is neither an item stack nor an entity type (lolz.sk, line 45: set action bar of loop-player to "&f[ &a&LALERT &f] &f%colored arg-2%"')
[14:52:18 ERROR]: [Skript] loop-player is neither an item stack nor an entity type (lolz.sk, line 49: set action bar of loop-player to "&f[ &a&LALERT &f] &f%colored arg-2%"')
[14:52:18 ERROR]: [Skript] There's no loop that matches 'loop-player title "&f[ &2&LALERT &f]" with subtitle "&f%colored arg-2%" for 4 seconds' (lolz.sk, line 50: send loop-player title "&f[ &2&LALERT &f]" with subtitle "&f%colored arg-2%" for 4 seconds')
[14:52:18 INFO]: [Skript] Loaded 1 script with a total of 0 triggers and 2 commands in 0.38 seconds
[14:52:18 INFO]: [Skript] Finished loading.

bez dodatków. 

Silnik: spigot-1.8.8-R0.1-SNAPSHOT-latest

Edytowane przez KeZiR_PL
botak
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
5 minut temu, KeZiR_PL napisał:

bez dodatków. 

Silnik: spigot-1.8.8-R0.1-SNAPSHOT-latest

Nie posiadasz SkQuery oraz SkRayFall, dlatego są te błędy.

Jeżeli jesteś na wersji 1.8-1.8.9:

Edytowane przez Kormic
Odnośnik do komentarza
Udostępnij na innych stronach

  • 0
4 minuty temu, Kormic napisał:

Nie posiadasz SkQuery oraz SkRayFall, dlatego są te błędy.

Jeżeli jesteś na wersji 1.8-1.8.9:

wgrałem ale lipa cały czas.. 

[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! [Skript] Severe Error:
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Something went horribly wrong with Skript.
[15:03:37 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[15:03:37 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[15:03:37 ERROR]: #!#! Here is full list of them:
[15:03:37 ERROR]: #!#! skRayFall v1.9.21 (https://sk.rayfall.net/) SkQuery v4.1.0
[15:03:37 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue.
[15:03:37 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[15:03:37 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[15:03:37 ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[15:03:37 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[15:03:37 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Stack trace:
[15:03:37 ERROR]: #!#! java.lang.IllegalArgumentException: Title cannot be longer than 32 characters
[15:03:37 ERROR]: #!#!     at org.apache.commons.lang.Validate.isTrue(Validate.java:136)
[15:03:37 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventoryCustom$MinecraftInventory.<init>(CraftInventoryCustom.java:59)
[15:03:37 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.inventory.CraftInventoryCustom.<init>(CraftInventoryCustom.java:32)
[15:03:37 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.createInventory(CraftServer.java:1525)
[15:03:37 ERROR]: #!#!     at org.bukkit.Bukkit.createInventory(Bukkit.java:938)
[15:03:37 ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprBlankInventories.get(ExprBlankInventories.java:38)
[15:03:37 ERROR]: #!#!     at com.w00tmast3r.skquery.elements.expressions.ExprBlankInventories.get(ExprBlankInventories.java:16)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.lang.util.SimpleExpression.getSingle(SimpleExpression.java:58)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.effects.EffOpenInventory.execute(EffOpenInventory.java:103)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.lang.Effect.run(Effect.java:51)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)
[15:03:37 ERROR]: #!#!     at ch.njol.skript.effects.Delay$1.run(Delay.java:108)
[15:03:37 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
[15:03:37 ERROR]: #!#!     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
[15:03:37 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:723)
[15:03:37 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[15:03:37 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[15:03:37 ERROR]: #!#!     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[15:03:37 ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Version Information:
[15:03:37 ERROR]: #!#!   Skript: 2.5.3 (latest)
[15:03:37 ERROR]: #!#!     Flavor: github-matocolotoe-1.8
[15:03:37 ERROR]: #!#!     Date: 2020-12-22
[15:03:37 ERROR]: #!#!   Bukkit: 1.8.8-R0.1-SNAPSHOT
[15:03:37 ERROR]: #!#!   Minecraft: 1.8.8
[15:03:37 ERROR]: #!#!   Java: 1.8.0_231 (Java HotSpot(TM) 64-Bit Server VM 25.231-b11)
[15:03:37 ERROR]: #!#!   OS: Windows 7 amd64 6.1
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Server platform: Spigot
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Current node: null
[15:03:37 ERROR]: #!#! Current item: open inventory to the player
[15:03:37 ERROR]: #!#! Current trigger: command /warp (simple event) (lolz.sk, line -1)
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Thread: Server thread
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! Language: english
[15:03:37 ERROR]: #!#! Link parse mode: DISABLED
[15:03:37 ERROR]: #!#!
[15:03:37 ERROR]: #!#! End of Error.
[15:03:37 ERROR]: #!#!

 

Odnośnik do komentarza
Udostępnij na innych stronach

Nieaktywny
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...