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
String name = "GizliBaskan";#3269
TheLudoBile#3485
Evet, skyblock eklentinizi bilmeliyiz.20 ada seviyesine ulaşan herkese 20k verilmesini istiyorum yardım eder misiniz
String name = "GizliBaskan";#3269
askyblockEvet, skyblock eklentinizi bilmeliyiz.
askyblockHangi skyblock eklentisini kullanıyorsunuz?
TheLudoBile#3485
askyblock
Gönderi otomatik olarak birleştirildi:
askyblock
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."
String name = "GizliBaskan";#3269
maalesef çalışmıyortest 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."
String name = "GizliBaskan";#3269
wolvsk olduğu halde bu da ç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."
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."
String name = "GizliBaskan";#3269
/para yazınca bilinmeyen komut diyor :dBir 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
String name = "GizliBaskan";#3269
dostum şöyle diyim, teşekkürler bu arada ilgin için: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?
[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]: #!#!
Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!