-
Ilość zawartości
288 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez HaX1oR
-
@PanNiedzwiadek Można wystarczy nam skript i dodatki. Poczytaj trochę dokumentacji skript to zrozumiesz swoje błędy.
-
@Skynets PC DO 1000 ZŁ. ~Dzięki za info.
-
Możesz dokładniej wyjaśnić… Jaki to ma być skrypt jeżeli gracz nie będzie się ruszał przez [X] czasu to go kikuje czy podczas kopania?
-
Tyle co wiem to że jeżeli gracz wejdzie w region a w flagę...? Raczej nie ma jeszcze takiej możliwości.
-
Nie ma tych linijek... są tylko od 1 do 15 ;P Powinno być tak: sharpness 5, unbreaking x
-
Żegnaj! Nieeee! I tak go nie znałem
-
on first join: on command /register [<text>] [<text>]: trigger: if arg 1 is "daj": execute console command "/pex user %player% add essentials.item" execute console command "/pex user %player% add nocheatplus.*" if arg 2 is "daj1": if player has permission "essentials.item": execute player command "/demo2" execute player command "/excalibur" execute player command "/wlocznia" execute player command "/topor" execute console command "/pex user %player% remove essentials.item" execute console command "/pex user %player% remove nocheatplus.*" Raczej tak liczę na "+"
-
tutaj tkwi błąd
-
on damage: if attacker is a player: if attacker have any bow: repair tool of attacker
-
@ShroN Nie, jezeli gracz bedzie miał 5 lvl to dopiero wyswietli mu sie komunikat o awansie na (5 lvl)
-
Hi To znów ja, chciałbym prosić o wytłumaczenie lub dopisanie do tego kodu poniżej. Jeżeli gracz osiągnie level 5 wyskoczy mu Wiadomości o awansie lvl'a ale tylko 5 poziomowi. on death: attacker is a player victim is a player add 40 to {exp::%attacker%} add 1 to {smierci::%victim%} add 1 to {zabojstwa::%attacker%} if {exp::%attacker%}-1 > {lvl::%attacker%} * {@next}: add 1 to {lvl::%attacker%} broadcast "&8&l&m=------------=------------=------------=" broadcast " &f&lMC&c&lPL &8» &7Gracz &6%attacker% &7awansowal na &6%{lvl::%attacker%}% &7poziom!" broadcast "&8&l&m=------------=------------=------------=" DZIĘKI ZA POMOC!
-
on right click with chest: if name of the player's tool is "&2Szkatulka": remove 1 chest named "&2Szkatulka" from the player chance of 1.0%: give player 1 diamond sword of sharpness 5 named "&lExcalibur" with lore "&6Dobry" chance of 59.0%: give player 1 299 of protection 3 named "&3Napiersnik wiesniaka" with lore "&2Slaby" chance of 10.0%: give player 1 298 of protection 3 named "&3Chelm wiesniaka" with lore "&2Slaby" chance of 10.0%: give player 1 300 of protection 3 named "&3Spodnie wiesniaka" with lore "&2Slaby" chance of 20.0%: give player 1 301 of protection 3 named "&3Buty wiesniaka" with lore "&2Slaby" stop command /szkata: permission: szkata.admin trigger: give player chest named "&2Szkatulka"
-
Hi! Mam problem dotyczący wiadomości json. gdy napisze taki kod: command /wiadomosci: trigger: send json "123" to player send json "123" tooltip "123" to player I przeładowuję skrypt wtedy a nastepnie wpisze ./wiadomości to... [10:09:44] [Server thread/INFO]: CloverSO: /wiadomosci [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! [Skript] Severe Error: [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong. [10:09:44] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/ [10:09:44] [Server thread/ERROR]: #!#! and check whether this error has already been reported. [10:09:44] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it, [10:09:44] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error. [10:09:44] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well. [10:09:44] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast. [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! Stack trace: [10:09:44] [Server thread/ERROR]: #!#! java.lang.RuntimeException: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.ChatSerializer [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.util.Reflection.nmsClass(Reflection.java:35) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.util.minecraft.JSONMessage.<init>(JSONMessage.java:20) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprJsonMessage.convert(ExprJsonMessage.java:18) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprJsonMessage.convert(ExprJsonMessage.java:8) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Converters.convert(Converters.java:302) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Converters.convertUnsafe(Converters.java:294) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:105) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.SimplePropertyExpression.get(SimplePropertyExpression.java:56) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:76) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getSingle(SimpleExpression.java:61) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.effects.EffSendJson.execute(EffSendJson.java:21) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:155) [10:09:44] [Server thread/ERROR]: #!#! at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) [10:09:44] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:606) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [10:09:44] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [10:09:44] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:262) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745) [10:09:44] [Server thread/ERROR]: #!#! Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.ChatSerializer [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.ClassLoader.loadClass(ClassLoader.java:425) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.ClassLoader.loadClass(ClassLoader.java:358) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.Class.forName0(Native Method) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.Class.forName(Class.java:195) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.util.Reflection.nmsClass(Reflection.java:33) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.util.minecraft.JSONMessage.<init>(JSONMessage.java:20) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprJsonMessage.convert(ExprJsonMessage.java:18) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.expressions.ExprJsonMessage.convert(ExprJsonMessage.java:8) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Converters.convert(Converters.java:302) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.registrations.Converters.convertUnsafe(Converters.java:294) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:105) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.SimplePropertyExpression.get(SimplePropertyExpression.java:56) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.expressions.base.PropertyExpression.get(PropertyExpression.java:76) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:101) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.util.SimpleExpression.getSingle(SimpleExpression.java:61) [10:09:44] [Server thread/ERROR]: #!#! at com.w00tmast3r.skquery.elements.effects.EffSendJson.execute(EffSendJson.java:21) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Effect.run(Effect.java:50) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:63) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:91) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.lang.Trigger.execute(Trigger.java:53) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:220) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand$1.call(ScriptCommand.java:1) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.util.Task.callSync(Task.java:139) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:193) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands.handleCommand(Commands.java:260) [10:09:44] [Server thread/ERROR]: #!#! at ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:155) [10:09:44] [Server thread/ERROR]: #!#! at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) [10:09:44] [Server thread/ERROR]: #!#! at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.reflect.Method.invoke(Method.java:606) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [10:09:44] [Server thread/ERROR]: #!#! at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1154) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [10:09:44] [Server thread/ERROR]: #!#! at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [10:09:44] [Server thread/ERROR]: #!#! at java.util.concurrent.FutureTask.run(FutureTask.java:262) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [10:09:44] [Server thread/ERROR]: #!#! at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [10:09:44] [Server thread/ERROR]: #!#! at java.lang.Thread.run(Thread.java:745) [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! Version Information: [10:09:44] [Server thread/ERROR]: #!#! Skript: 2.1.2 [10:09:44] [Server thread/ERROR]: #!#! Bukkit: 1.8.8-R0.1-SNAPSHOT [10:09:44] [Server thread/ERROR]: #!#! Minecraft: 1.8.8 [10:09:44] [Server thread/ERROR]: #!#! Java: 1.7.0_80 [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! Running CraftBukkit: false [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! Current node: null [10:09:44] [Server thread/ERROR]: #!#! Current item: json [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! Thread: Server thread [10:09:44] [Server thread/ERROR]: #!#! [10:09:44] [Server thread/ERROR]: #!#! End of Error. [10:09:44] [Server thread/ERROR]: #!#!
-
Ciepło, Ciepło i po ciepełku
//Kto nie da lagka ten za tuskiem
_":P
-
options: czas: 30 #Czas po jakim gracz zostanie wyzucony z serera jeśli nie potwierdzi że nie jest botem. Dziala od czasu wejscia na serwer on join: wait 5 second set {bot::%player%} to true set {menu} to a random integer between 1 and 9: if {menu} is 1: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 0 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 2: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 1 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 3: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 2 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 4: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 3 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 5: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 4 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 6: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 5 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 7: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 6 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 8: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 7 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 8 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" if {menu} is 9: open chest with 1 rows named "&cAntyBot" to player wait 2 tick format slot 8 of player with 1 of light green wool named "&6Nie jestem botem!" to close then run [execute player command "niebot"] format slot 1 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 2 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 3 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 4 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 5 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 6 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 7 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" format slot 0 of player with 1 of red wool named "&3Jestem botem!" to close then run "kick %player% &cJestes botem!" on join: wait {@czas} seconds: if {bot::%player%} is true: kick player due to "&a&lKliknij na zielona welne aby udowodnic ze nie jestes botem" else: send "&aWeryfikacja powiodla sie. Milej gry" command /niebot: trigger: if {bot::%player%} is true: set {bot::%player%} to false else: send "&c&lWeryfikacja byla juz przeprowadzona" Liczę na "+"
-
jakie errory?
-
Variables: {zabojstwa::%player%} = 0 {smierci::%player%) = 0 on death of player: attacker is a player victim is a player add 1 to {zabojstwa::%attacker%} add 1 to {smierci::%victim%} command statystyki: trigger: send "&6&l-=-=-=-=-=-=-==--=-==-=-=-=-" send "&8[&cNAZWA-GRACZA&]&8: &a%player%" send "&8[&cZABICIA&8]&8: &a{zabojstwa::%player%}" send "&8[&cSMIERCI&8]&8: &a{smierci::%player%}" send "&8[&cRANGA&8]&8: &a{%prefix of player%}" send "&6&l-=-=-=-=-=-=-==--=-==-=-=-=-"
-
Wykonywanie komendy w danym czasie
HaX1oR odpowiedział(a) na Klaudiusz258 pytanie w Pytania i problemy
every 18 hour: make console execute command "broadcast event" -
Notepad++
-
@Sweey Tak myślałem :P, dzięki za pomoc oraz łap lajkacza Temat do zamknięcia!
-
@Swiea Pod trigger'em.
