Skocz do zawartości

WIZIBANG

Użytkownik
  • Ilość zawartości

    314
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez WIZIBANG

  1. a spróbój usunąc i włączyć
  2. zmieniłem jak byś mógł to zmień kod na to
  3. zmien na taki kod
  4. Napisze ci to później bo nie wiedziałem, że o taki schowek chodzi
  5. jak byś mogł to zrób screena
  6. A możesz wysłać co jest wśrodku schowka jakie są tam przedmioty w sensie
  7. on inventory close: if name of player's current inventory is "&aSchowek": #TUTAJ NAZWA SCHOWKA set {_siema} to 0 loop 27 times: set {variable::%player%::%{_siema}%} to slot {_siema} of player's current inventory set {_siema} to {_siema} + 1 if slot {_siema} of current inventory of player is not air: add 1 to {_asd} set {plecak::%player%} to {_asd} write "%{variable::%player%::%{_siema}%}%" at line 1 to file "plugins/schowek/%player%/Config.txt" albo tak
  8. Ok a jaką masz nazwe schowka musisz zmienić nazwę na &aSchowek
  9. W sensie zmien swoją komende schowek na tą którą ja wysłałem
  10. command /schowek: executable by: players trigger: set {_items::*} to "koxy", "refille", "perly" and "rzucak" loop {_items::*}: set {schowek::%loop-value%::%player%} to 0 if {schowek::%loop-value%::%player%} is not set create file "plugins/schowek/%player%/Config.txt" open chest with 1 rows named "{@depozyt-nazwa}" to player set slot (integers between 0 and 8) of player's current inventory to gray glass pane named " " reloadSchowekGUI(player) Zmien na to
  11. Tylko o ile się nie myle musisz mieć dodatek skutilities wiem że działa 1.16.1 paper nie wiem jak inne wersje
  12. on inventory close: if name of player's current inventory is "&aSchowek": set {_siema} to 0 loop 27 times: set {variable::%player%::%{_siema}%} to slot {_siema} of player's current inventory set {_siema} to {_siema} + 1 if slot {_siema} of current inventory of player is not air: add 1 to {_asd} set {plecak::%player%} to {_asd} write "%{variable::%player%::%{_siema}%}%" at line 1 to file "plugins/schowek/%player%/Config.txt"
  13. Chodzi ci o to, że ma pisać co ma gracz w schowku do pliku txt?
  14. WIZIBANG

    Skript > Discord

    Wątpie, że tak się da jak już to da się zrobić komendę łącząca z kontem discord i wtedy można dać range
  15. zmień on skript load: na on load:
  16. WIZIBANG

    16 chleba

    set slot 5 of player's inventory to Bread of 16 named "&f&l&oStart Bread" tak mi się wydaje
  17. on load:
  18. WIZIBANG

    SkQuery

    [08:28:38] [Server thread/INFO]: [Skript] Loading variables... [08:28:38] [Server thread/INFO]: [Skript] Loaded 1834 variables in 0.1 seconds [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! [Skript] Severe Error: [08:28:38] [Server thread/ERROR]: #!#! Could not load Nova.sk [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript. [08:28:38] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [08:28:38] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [08:28:38] [Server thread/ERROR]: #!#! Here is full list of them: [08:28:38] [Server thread/ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) skript-mirror v0.19.1 (https://github.com/btk5h/skript-mirror) Vixio v2.0.7 (http://vixio.space) SkStuff v2.2.1 skUtilities v0.9.2 (https://tim740.github.io/) SkQuery v4.1.4 SharpSK v1.6.3 [08:28:38] [Server thread/ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [08:28:38] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [08:28:38] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [08:28:38] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it. [08:28:38] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [08:28:38] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Stack trace: [08:28:38] [Server thread/ERROR]: #!#! java.util.NoSuchElementException [08:28:38] [Server thread/ERROR]: #!#! at java.base/java.util.LinkedList.removeFirst(LinkedList.java:274) [08:28:38] [Server thread/ERROR]: #!#! at java.base/java.util.LinkedList.pop(LinkedList.java:805) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.log.HandlerList.remove(HandlerList.java:39) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.log.SkriptLogger.removeHandler(SkriptLogger.java:110) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.log.LogHandler.stop(LogHandler.java:42) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.log.ParseLogHandler.printError(ParseLogHandler.java:97) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.log.ParseLogHandler.printError(ParseLogHandler.java:87) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:1500) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseEvent(SkriptParser.java:1258) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseEvent(SkriptParser.java:1234) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:669) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$4(ScriptLoader.java:401) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:420) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$3(ScriptLoader.java:337) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:370) [08:28:38] [Server thread/ERROR]: #!#! at ch.njol.skript.Skript$2.run(Skript.java:601) [08:28:38] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftTask.run(CraftTask.java:99) [08:28:38] [Server thread/ERROR]: #!#! at org.bukkit.craftbukkit.v1_16_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:468) [08:28:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:950) [08:28:38] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) [08:28:38] [Server thread/ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834) [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Version Information: [08:28:38] [Server thread/ERROR]: #!#! Skript: 2.5.3 (latest) [08:28:38] [Server thread/ERROR]: #!#! Flavor: skriptlang-github [08:28:38] [Server thread/ERROR]: #!#! Date: 2020-12-11 [08:28:38] [Server thread/ERROR]: #!#! Bukkit: 1.16.1-R0.1-SNAPSHOT [08:28:38] [Server thread/ERROR]: #!#! Minecraft: 1.16.1 [08:28:38] [Server thread/ERROR]: #!#! Java: 11.0.9.1 (OpenJDK 64-Bit Server VM 11.0.9.1+1-post-Debian-1deb10u2) [08:28:38] [Server thread/ERROR]: #!#! OS: Linux amd64 4.19.0-14-cloud-amd64 [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Server platform: Paper [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Current node: on load: (Nova.sk, line 1) [08:28:38] [Server thread/ERROR]: #!#! Current item: null [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Thread: Server thread [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! Language: english [08:28:38] [Server thread/ERROR]: #!#! Link parse mode: DISABLED [08:28:38] [Server thread/ERROR]: #!#! [08:28:38] [Server thread/ERROR]: #!#! End of Error. błedem był skquery, ale czemu wcześniej nic się nie działo
  19. WIZIBANG

    download

    pastebin
  20. WIZIBANG

    download

    Witam, korzystam z google clouda do hostowania minecraft'a, problemem jest, że nie mogę pobrać plików używając skutilities, chyba przez tą platformę [Skript] Severe Error: [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Something went horribly wrong with Skript. [02:59:52 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [02:59:52 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [02:59:52 ERROR]: #!#! Here is full list of them: [02:59:52 ERROR]: #!#! skRayFall v1.9.23 (https://sk.rayfall.net/) skript-mirror v0.19.1 (https://github.com/btk5h/skript-mirror) Vixio v2.0.7 (http://vixio.space) SkStuff v2.2.1 skUtilities v0.9.2 (https://tim740.github.io/) SkQuery v4.1.4 Skellett v1.9.11 (https://forums.skunity.com/resources/skellett.24/) SharpSK v1.6.3 [02:59:52 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [02:59:52 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [02:59:52 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [02:59:52 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [02:59:52 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [02:59:52 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Stack trace: [02:59:52 ERROR]: #!#! java.lang.NullPointerException [02:59:52 ERROR]: #!#! at pl.gempxplay.wolfsk.effects.files.EffFile.execute(EffFile.java:32) [02:59:52 ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:51) [02:59:52 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:60) [02:59:52 ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) [02:59:52 ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) [02:59:52 ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291) [02:59:52 ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250) [02:59:52 ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:248) [02:59:52 ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165) [02:59:52 ERROR]: #!#! at com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:37) [02:59:52 ERROR]: #!#! at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:80) [02:59:52 ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70) [02:59:52 ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:607) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.PlayerConnection.handleCommand(PlayerConnection.java:1905) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.PlayerConnection.a(PlayerConnection.java:1724) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:23) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.TickTask.run(SourceFile:18) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.aZ(MinecraftServer.java:1137) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.executeNext(MinecraftServer.java:1130) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1091) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:1005) [02:59:52 ERROR]: #!#! at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) [02:59:52 ERROR]: #!#! at java.base/java.lang.Thread.run(Thread.java:834) [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Version Information: [02:59:52 ERROR]: #!#! Skript: 2.5.3 (latest) [02:59:52 ERROR]: #!#! Flavor: skriptlang-github [02:59:52 ERROR]: #!#! Date: 2020-12-11 [02:59:52 ERROR]: #!#! Bukkit: 1.16.1-R0.1-SNAPSHOT [02:59:52 ERROR]: #!#! Minecraft: 1.16.1 [02:59:52 ERROR]: #!#! Java: 11.0.9.1 (OpenJDK 64-Bit Server VM 11.0.9.1+1-post-Debian-1deb10u2) [02:59:52 ERROR]: #!#! OS: Linux amd64 4.19.0-14-cloud-amd64 [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Server platform: Paper [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Current node: null [02:59:52 ERROR]: #!#! Current item: pl.gempxplay.wolfsk.effects.files.EffFile [02:59:52 ERROR]: #!#! Current trigger: command /plecak (simple event) (back.sk, line -1) [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Thread: Server thread [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! Language: english [02:59:52 ERROR]: #!#! Link parse mode: DISABLED [02:59:52 ERROR]: #!#! [02:59:52 ERROR]: #!#! End of Error. [02:59:52 ERROR]: #!#! Chciałbym wsponieć, że mogę zobaczyć czy dany plik istnieje
  21. WIZIBANG

    Stare zmienne

    Temat do zamknięcia nie zauważyłem plicku backups w skript
  22. WIZIBANG

    Stare zmienne

    Czy jest jakaś opcja odzyskania zmiennych, które się same usuneły po restarcie. W pliku variables.csv nic nie ma
  23. WIZIBANG

    upload

    Ok XD
  24. WIZIBANG

    particle

    jak zrespić particle który zobaczy tylko 1 gracz
  25. WIZIBANG

    upload

    Chodzi o to czy mogę jakiś plik z swojego serwera do np dropboxa sprawdzę o co chodzi a tym pluginem mogę jakoś do np. dropboxa
×
×
  • Dodaj nową pozycję...