Skocz do zawartości

dejwidek

Użytkownik
  • Ilość zawartości

    31
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez dejwidek

  1. Jak w temacie
  2. dejwidek

    Skrypt na XP po zabiciu

    Hej. Chcę, aby po zabiciu gracza wykonywała się komenda /addexp (nick gracza, który był zabójcą).
  3. dejwidek

    Skrypt na sapera

    Faktycznie xD. Dobra, to po prostu na całe GUI
  4. dejwidek

    Skrypt na sapera

    Jak w temacie, pole 10x10.
  5. W takim razie, do której wersji zaktualizować?
  6. Nie działa bez dodatków. Nie chcę aktualizować silnika, gdyż to tryb PvP i chcę mieć mechanikę z 1.8.
  7. - Spigot 1.8.8 (R0.1-SNAPSHOT) - Skript 2.5.3 (matocolotoe) - skRayFall 1.9.21 command /tp [<player>]: permission: dejwid.tp permission message: &cTa komenda nie istnieje. trigger: if arg 1 is set: if arg 1 is online: teleport player to arg 1 send " &aPrzeteleportowano!" else: send " &cGracz nie jest online!" to player else: send " &cMusisz podac nick gracza!"
  8. [19:36:44] [Server thread/INFO]: _dejwidekkk issued server command: /tp nwm_tak_oo [19:36:44] [Server thread/INFO]: _dejwidekkk [0704af4a-5123-3f5c-8c75-9e103ec18795]: /tp nwm_tak_oo [19:36:44] [Server thread/ERROR]: Could not pass event PlayerCommandPreprocessEvent to Skript v2.5.3 org.bukkit.event.EventException at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-db6de12-18fbb24] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_282] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_282] at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282] Caused by: java.lang.NoClassDefFoundError: io/papermc/lib/PaperLib at ch.njol.skript.effects.EffTeleport.walk(EffTeleport.java:94) ~[?:?] at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) ~[?:?] at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) ~[?:?] at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291) ~[?:?] at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250) ~[?:?] at ch.njol.skript.command.Commands.handleCommand(Commands.java:248) ~[?:?] at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165) ~[?:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282] at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-db6de12-18fbb24] ... 16 more [19:36:44] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'tp' in plugin Skript v2.5.3 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) ~[spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-db6de12-18fbb24] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_282] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_282] at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24] at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_282] Caused by: java.lang.NoClassDefFoundError: io/papermc/lib/PaperLib at ch.njol.skript.effects.EffTeleport.walk(EffTeleport.java:94) ~[?:?] at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88) ~[?:?] at ch.njol.skript.lang.Trigger.execute(Trigger.java:56) ~[?:?] at ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291) ~[?:?] at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250) ~[?:?] at ch.njol.skript.command.ScriptCommand.onCommand(ScriptCommand.java:194) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot.jar:git-Spigot-db6de12-18fbb24] ... 15 more
  9. Dzięki, działa Czekam z niecierpliwością na skrypt na ruletkę...
  10. [11:07:45] [Server thread/INFO]: [Skript] Enabling Skript v2.5.3 [11:07:45] [Server thread/INFO]: [Skript] Successfully generated the config and the example scripts. [11:07:45] [Server thread/ERROR]: [Skript] This version of Skript does not work with Minecraft 1.8.8 and requires Minecraft 1.9.4+ [11:07:45] [Server thread/ERROR]: [Skript] You probably want Skript 2.2 or 2.1 (Google to find where to get them) [11:07:45] [Server thread/ERROR]: [Skript] Note that those versions are, of course, completely unsupported! [11:07:04] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.21 skRayFall: https://dev.bukkit.org/projects/skrayfall/files/3001862 Skript: https://github.com/SkriptLang/Skript/releases/tag/2.5.3
  11. Jak w tytule. Skrypty ładują się, ale nie działają. - Spigot 1.8.8-r0.1-snapshot - Skript 2.2-Fixes-V10 - SkQuery 4.1.4 - skRayFall 1.9.23
  12. normal I co dalej? xD
  13. Tak, cały czas było ustawione.
  14. Takiej linijki nie ma, znalazłem tylko to. # Animals, etc. can spawn naturally MOB_SPAWN: true edit: to i tak nie działa
  15. Dokładnie
  16. Chwilę mi to zajęło, ale doszedłem do wniosku, że to plugin ASkyBlock. Co dalej?
  17. Tak jak w temacie.
  18. Tu Cię mogę zaskoczyć. Mogę spróbować na localhost. Próbować?
  19. dejwidek

    Nagroda co 5 minut

    Cześć, napisałby ktoś skrypt, aby każdy dostawał 5 monet (Vault) co 5 minut?
  20. /gamerule doMobSpawning true Ustawienie mob-spawning na true w WorldGuard i Multiverse w regionie global. Zmiana biomu wyspy. Zmiana poziomu trudności serwera.
  21. dejwidek

    Kantor monet

    Działa, dzięki
  22. dejwidek

    Kantor monet

    No działa, ale nie do końca. Nie chcę od razu wymieniać całego stanu konta, tylko jednorazowo 10k. Wymieniają się wszystkie wielokrotności. Mając na koncie powiedzmy 20mln, po wpisaniu komendy mamy 0
  23. Edytowałem.
  24. Pełna lista pluginów.
×
×
  • Dodaj nową pozycję...