Bulundu ada seviyesine göre para verme (askyblock)

  • Konuyu Başlatan Konuyu Başlatan IMasiveHD2
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 846
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

IMasiveHD2

"Gücünden şüphe edersen şüphene güç verirsin"
Katılım
1 Temmuz 2017
Mesajlar
441
Elmaslar
70
Puan
9.310
Konum
Konya/Selçuklu
Minecraft
GizliBaskan

Discord:

String name = "GizliBaskan";#3269

20 ada seviyesine ulaşan herkese 20k verilmesini istiyorum yardım eder misiniz
 
Hangi skyblock eklentisini kullanıyorsunuz?
 
askyblock
Gönderi otomatik olarak birleştirildi:


askyblock
Kod:
asb island count:
    player's asb island level >= 20:
        add 20000 to player's money
        send "&e20 ada seviyesine geldiğiniz için 20.000 oyun parası kazandınız."
test etmedim ama çalışması lazım, WolvSK addonu gerek, olmazsa çalışmaz.
 
Kod:
asb island count:
    player's asb island level >= 20:
        add 20000 to player's money
        send "&e20 ada seviyesine geldiğiniz için 20.000 oyun parası kazandınız."
test etmedim ama çalışması lazım, WolvSK addonu gerek, olmazsa çalışmaz.
maalesef çalışmıyor
 
WolvSK addonu gerektirir.

Kod:
on command "/is level":
    if asb player's island level >= 20:
        if {para::%player%} isn't set:
            add 20000 to player's balance
            set {para::%player%} to true
            send "&aAda leveliniz 20 olduğu için 20K kazandınız."
 
WolvSK addonu gerektirir.

Kod:
on command "/is level":
    if asb player's island level >= 20:
        if {para::%player%} isn't set:
            add 20000 to player's balance
            set {para::%player%} to true
            send "&aAda leveliniz 20 olduğu için 20K kazandınız."
wolvsk olduğu halde bu da çalışmıyor.
 
Bir de bunu dene.Eğer çalışmazsa sorun eklentilerden kaynaklıdır buna benzer bir skriptim vardı ve bu kodlarla çalışıyordu.
Kod:
command /para:
    trigger:
        execute console command "is level %player%"
        wait 3 seconds
        if asb player's island level >= 20:
            if {para::%player%} isn't set:
                add 20000 to player's balance
                set {para::%player%} to true
                send "&aAda leveliniz 20 olduğu için 20K kazandınız."
 
Bir de bunu dene.Eğer çalışmazsa sorun eklentilerden kaynaklıdır buna benzer bir skriptim vardı ve bu kodlarla çalışıyordu.
Kod:
command /para:
    trigger:
        execute console command "is level %player%"
        wait 3 seconds
        if asb player's island level >= 20:
            if {para::%player%} isn't set:
                add 20000 to player's balance
                set {para::%player%} to true
                send "&aAda leveliniz 20 olduğu için 20K kazandınız."
/para yazınca bilinmeyen komut diyor :d
 
Büyük ihtimal ile sorun pluginlerin uyuşmamasından kaynaklı, pluginleri yükledikten sonra sunucuyu yeniden başlatıp çalışıp çalışmadıklarını kontrol eder misin?

/para yazınca bilinmeyen komut diyor :d
 
Büyük ihtimal ile sorun pluginlerin uyuşmamasından kaynaklı, pluginleri yükledikten sonra sunucuyu yeniden başlatıp çalışıp çalışmadıklarını kontrol eder misin?
dostum şöyle diyim, teşekkürler bu arada ilgin için:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
bu kullandığım pluginler
bir de tuske kurulu ama kurulunca şöyle bir hata geliyor sunucuyu başlatırken bir türlü düzeltemedim ama tuskeyi silemem çoğu pluginim onu gerektiriyor.
Kod:
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! [Skript] Severe Error:
[19:31:10] [Server thread/ERROR]: #!#! TuSKe's class com.github.tukenuke.tuske.effects.EffMakeDrop generated an exception while loading
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Something went horribly wrong with Skript.
[19:31:10] [Server thread/ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either.
[19:31:10] [Server thread/ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons).
[19:31:10] [Server thread/ERROR]: #!#! Following plugins are probably related to this error in some way:
[19:31:10] [Server thread/ERROR]: #!#! TuSKe (github.com/Tuke-Nuke/TuSKe)
[19:31:10] [Server thread/ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it.
[19:31:10] [Server thread/ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue.
[19:31:10] [Server thread/ERROR]: #!#! In that case, you will be given instruction on how should you report it.
[19:31:10] [Server thread/ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin.
[19:31:10] [Server thread/ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker.
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Stack trace:
[19:31:10] [Server thread/ERROR]: #!#! java.lang.NullPointerException
[19:31:10] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.effects.EffMakeDrop.<clinit>(EffMakeDrop.java:25)
[19:31:10] [Server thread/ERROR]: #!#!     at java.lang.Class.forName0(Native Method)
[19:31:10] [Server thread/ERROR]: #!#!     at java.lang.Class.forName(Unknown Source)
[19:31:10] [Server thread/ERROR]: #!#!     at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:108)
[19:31:10] [Server thread/ERROR]: #!#!     at com.github.tukenuke.tuske.TuSKe.onEnable(TuSKe.java:100)
[19:31:10] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292)
[19:31:10] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
[19:31:10] [Server thread/ERROR]: #!#!     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
[19:31:10] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugin(CraftServer.java:373)
[19:31:10] [Server thread/ERROR]: #!#!     at org.bukkit.craftbukkit.v1_10_R1.CraftServer.enablePlugins(CraftServer.java:323)
[19:31:10] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.t(MinecraftServer.java:412)
[19:31:10] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.l(MinecraftServer.java:377)
[19:31:10] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.a(MinecraftServer.java:332)
[19:31:10] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_10_R1.DedicatedServer.init(DedicatedServer.java:271)
[19:31:10] [Server thread/ERROR]: #!#!     at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:535)
[19:31:10] [Server thread/ERROR]: #!#!     at java.lang.Thread.run(Unknown Source)
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Version Information:
[19:31:10] [Server thread/ERROR]: #!#!   Skript: 2.5-alpha1 (latest)
[19:31:10] [Server thread/ERROR]: #!#!     Flavor: skriptlang-github
[19:31:10] [Server thread/ERROR]: #!#!     Date: 2020-01-11
[19:31:10] [Server thread/ERROR]: #!#!   Bukkit: 1.10.2-R0.1-SNAPSHOT
[19:31:10] [Server thread/ERROR]: #!#!   Minecraft: 1.10.2
[19:31:10] [Server thread/ERROR]: #!#!   Java: 1.8.0_231 (Java HotSpot(TM) 64-Bit Server VM 25.231-b11)
[19:31:10] [Server thread/ERROR]: #!#!   OS: Windows Server 2012 R2 amd64 6.3
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Server platform: Spigot
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Current node: null
[19:31:10] [Server thread/ERROR]: #!#! Current item: null
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Thread: Server thread
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! Language: english
[19:31:10] [Server thread/ERROR]: #!#! Link parse mode: DISABLED
[19:31:10] [Server thread/ERROR]: #!#!
[19:31:10] [Server thread/ERROR]: #!#! End of Error.
[19:31:10] [Server thread/ERROR]: #!#!
bu sizin suçunuz değil. Muhtemelen düzelmeyecek şeklinde bir hata galiba. Anlamadım
 

Ekli dosyalar

  • 1579624325170.png
    1579624325170.png
    95,5 KB · Görüntüleme: 105
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst