Cok acil destek SKRİPT BİLGİM 0

iAtakanHD

Zombi Katili
Mesajlar
151
En iyi cevaplar
0
Beğeniler
26
Puanları
0
sanırım oldu artık bi bakın olmuşmu

Kod:
on rightclick with dragon egg:
    make player execute command "break"
    cancel event
   
on leftclick with dragon egg:
    make player execute command "break"
    cancel event
   
on break:
    send "&5Yumurtayi kirdin..."
 

notaldo

If you want this, dream it!
Mesajlar
286
En iyi cevaplar
1
Beğeniler
105
Puanları
670
Ruh hali
sanırım oldu artık bi bakın olmuşmu

Kod:
on rightclick with dragon egg:
    make player execute command "break"
    cancel event
  
on leftclick with dragon egg:
    make player execute command "break"
    cancel event
  
on break:
    send "&5Yumurtayi kirdin..."
Deniyecegim sagolasin tesekkurler...
 

notaldo

If you want this, dream it!
Mesajlar
286
En iyi cevaplar
1
Beğeniler
105
Puanları
670
Ruh hali
Sanırım hata veriyor
Kod:
[20:22:08] [Server thread/INFO]: [Skript] Reloading the config and all scripts...
[20:22:08] [Server thread/INFO]: Loaded a total of 11504 english aliases
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[20:22:08] [Server thread/ERROR]: #!#! Could not load Huevo.sk
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:22:08] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[20:22:08] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[20:22:08] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[20:22:08] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:22:08] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:22:08] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Stack trace:
[20:22:08] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript.reload(Skript.java:548)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:130)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Version Information:
[20:22:08] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[20:22:08] [Server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[20:22:08] [Server thread/ERROR]: #!#!   Minecraft: 1.7.10
[20:22:08] [Server thread/ERROR]: #!#!   Java: 1.8.0_45
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Current node: make player execute command "break" (Huevo.sk, line 2)
[20:22:08] [Server thread/ERROR]: #!#! Current item: null
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Thread: Server thread
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! End of Error.
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/INFO]: All scripts loaded without errors.
[20:22:08] [Server thread/INFO]: Loaded 1 script with a total of 1 trigger and 0 commands in 0.01 seconds
[20:22:08] [Server thread/INFO]: [Skript] Successfully reloaded the config and all scripts.
 

iAtakanHD

Zombi Katili
Mesajlar
151
En iyi cevaplar
0
Beğeniler
26
Puanları
0
Sanırım hata veriyor
Kod:
[20:22:08] [Server thread/INFO]: [Skript] Reloading the config and all scripts...
[20:22:08] [Server thread/INFO]: Loaded a total of 11504 english aliases
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[20:22:08] [Server thread/ERROR]: #!#! Could not load Huevo.sk
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! If you're developing an add-on for Skript this likely means that you have done something wrong.
[20:22:08] [Server thread/ERROR]: #!#! If you're a server admin however please go to http://dev.bukkit.org/server-mods/skript/tickets/
[20:22:08] [Server thread/ERROR]: #!#! and check whether this error has already been reported.
[20:22:08] [Server thread/ERROR]: #!#! If not please create a new ticket with a meaningful title, copy & paste this whole error into it,
[20:22:08] [Server thread/ERROR]: #!#! and describe what you did before it happened and/or what you think caused the error.
[20:22:08] [Server thread/ERROR]: #!#! If you think that it's a trigger that's causing the error please post the trigger as well.
[20:22:08] [Server thread/ERROR]: #!#! By following this guide fixing the error should be easy and done fast.
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Stack trace:
[20:22:08] [Server thread/ERROR]: #!#! ch.njol.skript.SkriptAPIException: No class info found for lambda
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.registrations.Classes.getClassInfo(Classes.java:242)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.getExprInfo(SkriptParser.java:1247)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:969)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseSingleExpr(SkriptParser.java:509)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parseExpression(SkriptParser.java:294)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:990)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse_i(SkriptParser.java:915)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:209)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.SkriptParser.parse(SkriptParser.java:164)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.lang.Statement.parse(Statement.java:42)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadItems(ScriptLoader.java:615)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:489)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:239)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:193)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.Skript.reload(Skript.java:548)
[20:22:08] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptCommand.onCommand(SkriptCommand.java:130)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767)
[20:22:08] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
[20:22:08] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Version Information:
[20:22:08] [Server thread/ERROR]: #!#!   Skript: 2.1.2
[20:22:08] [Server thread/ERROR]: #!#!   Bukkit: 1.7.10-R0.1-SNAPSHOT
[20:22:08] [Server thread/ERROR]: #!#!   Minecraft: 1.7.10
[20:22:08] [Server thread/ERROR]: #!#!   Java: 1.8.0_45
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Running CraftBukkit: false
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Current node: make player execute command "break" (Huevo.sk, line 2)
[20:22:08] [Server thread/ERROR]: #!#! Current item: null
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! Thread: Server thread
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/ERROR]: #!#! End of Error.
[20:22:08] [Server thread/ERROR]: #!#!
[20:22:08] [Server thread/INFO]: All scripts loaded without errors.
[20:22:08] [Server thread/INFO]: Loaded 1 script with a total of 1 trigger and 0 commands in 0.01 seconds
[20:22:08] [Server thread/INFO]: [Skript] Successfully reloaded the config and all scripts.

hayır hata vermiyor [Skript] Successfully reloaded the config and all scripts. dediğine göre
 

SnKaan

Elmas Madencisi
Mesajlar
757
En iyi cevaplar
0
Beğeniler
451
Puanları
0
bu işini görecektir.Denedim çalışıyor
Kod:
on rightclick:
    if clicked block is a dragon egg:
        cancel event
      
on leftclick:
    if clicked block is a dragon egg:
    cancel event
    wait 1 tick
    set clicked block to air
    send "&5Yumurtayi kirdin..." to player
 

Üst