Skocz do zawartości

Lukiss

Użytkownik
  • Ilość zawartości

    10
  • Rejestracja

  • Ostatnia wizyta

Informacje

  • Hobby
    Programowanie
  • Nick w MC
    LukissqYT

Metody kontaktu

  • Discord
    !" luki.uvu#8198

Ostatnie wizyty

Blok z ostatnimi odwiedzającymi dany profil jest wyłączony i nie jest wyświetlany użytkownikom.

Osiągnięcia Lukiss

Początkujący I

Początkujący I (2/13)

1

Reputacja

  1. Można zamknąć. Wystarczył downgrade Skript'a do 2.5.3
  2. Wersja Skript najnowsza, czyli 2.6alpha1 Wersja Serwera - PaperMC 1.12.2 Spróbuję użyć DiSky
  3. Witam. Chcę zrobić komendę na rejestrację z kodem wygenerowanym przez mc. oto mój kod: command /koddc: trigger: set {kod::%player%} to random integer between 100000 and 500000 send "&5Oto twój kod rejestracyjny do serwera Discord: &b%{kod::%player%}%" stop discord command $r [<text>] [<text>]: trigger: if discord id of event-channel is "%{discordRejestracjaID}%": if {kod::%arg-1%} is %arg-2%: set the discord nickname of event-member to "%arg-1%" with "%{discordBotName}%" send ":white_check_mark: Zarejestrowano na nick: **%arg-1%**" to event-channel with "%{discordBotName}%" stop else: send ":x: Blad podczas rejestracji. Sprobuj ponownie!" to event-channel with "%{discordBotName}%" stop Problem najprawdopodobniej w "discord command". Wyswietla mi sie dlugi blad: [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! [Skript] Severe Error: [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Something went horribly wrong with Skript. [13:13:07 ERROR]: #!#! This issue is NOT your fault! You probably can't fix it yourself, either. [13:13:07 ERROR]: #!#! It looks like you are using some plugin(s) that alter how Skript works (addons). [13:13:07 ERROR]: #!#! Here is full list of them: [13:13:07 ERROR]: #!#! skRayFall v1.9.25 (https://sk.rayfall.net/) Vixio v2.0.7 (http://vixio.space) TuSKe v1.8.2 (github.com/Tuke-Nuke/TuSKe) MundoSK v1.8.5 (https://forums.skunity.com/resources/mundosk.69/) SkQuery v4.1.5 Reqn v1.2.1 [13:13:07 ERROR]: #!#! We could not identify which of those are specially related, so this might also be Skript issue. [13:13:07 ERROR]: #!#! You should try disabling those plugins one by one, trying to find which one causes it. [13:13:07 ERROR]: #!#! If the error doesn't disappear even after disabling all listed plugins, it is probably Skript issue. [13:13:07 ERROR]: #!#! In that case, you will be given instruction on how should you report it. [13:13:07 ERROR]: #!#! On the other hand, if the error disappears when disabling some plugin, report it to author of that plugin. [13:13:07 ERROR]: #!#! Only if the author tells you to do so, report it to Skript's issue tracker. [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Stack trace: [13:13:07 ERROR]: #!#! java.lang.NoSuchFieldError: hasDelayBefore [13:13:07 ERROR]: #!#! at me.iblitzkriegi.vixio.commands.DiscordCommandRegistry.init(DiscordCommandRegistry.java:127) [13:13:07 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseEvent(SkriptParser.java:1295) [13:13:07 ERROR]: #!#! at ch.njol.skript.lang.SkriptParser.parseEvent(SkriptParser.java:1258) [13:13:07 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScript(ScriptLoader.java:755) [13:13:07 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$loadScripts$5(ScriptLoader.java:537) [13:13:07 ERROR]: #!#! at ch.njol.skript.ScriptLoader.lambda$makeFuture$2(ScriptLoader.java:424) [13:13:07 ERROR]: #!#! at ch.njol.skript.ScriptLoader.makeFuture(ScriptLoader.java:440) [13:13:07 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:536) [13:13:07 ERROR]: #!#! at ch.njol.skript.ScriptLoader.loadScripts(ScriptLoader.java:477) [13:13:07 ERROR]: #!#! at ch.njol.skript.Skript$1.run(Skript.java:715) [13:13:07 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:64) [13:13:07 ERROR]: #!#! at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:423) [13:13:07 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:840) [13:13:07 ERROR]: #!#! at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:423) [13:13:07 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:774) [13:13:07 ERROR]: #!#! at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:666) [13:13:07 ERROR]: #!#! at java.lang.Thread.run(Unknown Source) [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Version Information: [13:13:07 ERROR]: #!#! Skript: 2.6-alpha1 (custom version) [13:13:07 ERROR]: #!#! Flavor: selfbuilt-unknown [13:13:07 ERROR]: #!#! Date: unknown [13:13:07 ERROR]: #!#! Bukkit: 1.12.2-R0.1-SNAPSHOT [13:13:07 ERROR]: #!#! Minecraft: 1.12.2 [13:13:07 ERROR]: #!#! Java: 1.8.0_201 (Java HotSpot(TM) 64-Bit Server VM 25.201-b09) [13:13:07 ERROR]: #!#! OS: Windows 10 amd64 10.0 [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Server platform: Paper [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Current node: null [13:13:07 ERROR]: #!#! Current item: null [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Thread: Server thread [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! Language: english [13:13:07 ERROR]: #!#! Link parse mode: DISABLED [13:13:07 ERROR]: #!#! [13:13:07 ERROR]: #!#! End of Error. [13:13:07 ERROR]: #!#! Proszę o pomoc. Bez "discord command" nie ma błędu.
  4. Można zamknąć. Już dowiedziałem się jak to zrobić. remove 1 from {zmienna} Narka!
  5. Witam Jakie jest polecenie do Skripta, aby automatycznie się zmieniała zawartość zmiennej co sekundę? (o -1)
  6. a moze byc na Bukkita?
  7. variables: {coins.%player%} = 0 options: sklepp: &8[&r&oSk&9&ol&r&oep&8] command /sklep [<text>]: aliases: shop trigger: if arg 1 is not set: open chest with 4 rows named "&7[&aMC&4-&323&4-&aSklepik&7]" to player wait 0.4 seconds format slot 1 of player with 1 of wool named "&6&lItemy" with lore "Otwiera sklep itemow." to run [make player execute "sklep itemy"] if arg 1 is "itemy": open chest with 6 rows named "&6&lItemy" to player wait 1 tick format slot 1 of player with 1 of diamond named "&3Klejnoty x64" with lore "&6Cena&7: &2300 &6Ilosc&7: &264" to close then run [make player execute "sklepbuy kupdiament"] wait 0.5 seconds format slot 2 of player with 1 of enchanted golden apple named "&3Koxy x32" with lore "&6Cena&7: &2210 &6Ilosc&7: &232" to close then run [make player execute "sklepbuy kupkoxy"] wait 0.5 seconds format slot 3 of player with 1 of wool named "&3Welna Szklana" with lore "&6Cena&7: &2100 &6Ilosc&7: &232" to close then run [make player execute "sklepbuy kupwelnas"] command /coins [<player>] [<text>]: permission: coisny.daj permission message: &4Brak uprawnien ; &a(coinsy.daj)&4!! trigger: if arg 1 is not set: send "&4Musisz podac gracza!" if arg 1 is set: if arg 2 is not set: send "&aDostepne &3coinsy: 100 , 500 , 999" stop if arg 1 is set: if arg 2 is "100": add 100 to {coins.%player%} send "{@sklepp}&a Dales &6100 &a coinsow dla gracza &6%arg 1%&a!" if arg 1 is set: if arg 2 is "500": add 500 to {coins.%player%} send "{@sklepp}&a Dales &6500 &a coinsow dla gracza &6%arg 1%&a!" if arg 1 is set: if arg 2 is "999": add 999 to {coins.%player%} send "{@sklepp}&a Dales &6999 &a coinsow dla gracza &6%arg 1%&a!" command /sklepbuy [<text>]: trigger: if arg 1 is "kupdiament": if {coins.%player%} is less than 300: send "&7Nie Posiadasz 300 coinsow! &aPosiadasz: %{coins.%player%}% coinsow" stop if {coins.%player%} is equal to 300: remove 300 from {coins.%player%} give 64 diamond named "&3&lKlejnoty" to player send "&bZakupiles 64 Klejnoty" stop if {coins.%player%} is more than 300: remove 300 from {coins.%player%} give 64 diamond named "&3&lKlejnoty" to player send "&bZakupiles 64 Klejnoty" stop if arg 1 is "kupkoxy": if {coins.%player%} is less than 210: send "&7Nie Posiadasz 210 coinsow! &aPosiadasz: %{coins.%player%}% coinsow" stop if {coins.%player%} is equal to 210: remove 210 from {coins.%player%} give 32 enchanted golden apple named "&6&lKox/y" to player send "&bZakupiles 32 Koxy" stop if {coins.%player%} is more than 210: remove 210 from {coins.%player%} give 32 enchanted golden apple named "&6&lKox/y" to player send "&bZakupiles 32 Koxy" stop if arg 1 is "kupwelnas": if {coins.%player%} is less than 100: send "&7Nie Posiadasz 100 coinsow! &aPosiadasz: %{coins.%player%}% coinsow" stop if {coins.%player%} is equal to 100: remove 100 from {coins.%player%} give 32 yellow wool named "&6&lWelna Szklana" to player send "&bZakupiles 32 Welny Szklane" stop if {coins.%player%} is more than 100: remove 100 from {coins.%player%} give 32 yellow wool named "&6&lWelna Szklana" to player send "&bZakupiles 32 Welny Szklane" stop command /kasa [<text>]: trigger: if arg 1 is not set: send "{@sklepp} Posiadasz %{coins.%player%}% coisnow!" wait 2 seconds O takie coś?
  8. Potrzebuję SKRYPTU na przytrzymanie TAB'u czyli wyświetla Graczy na serwerze oraz Logo Napisowe serwera na górze. Przykład: (nazwa serwera) (gracze online)
  9. Lukiss

    Spawn

    zamiast tego on any move: czy tam jak xD wpisz on movement:
×
×
  • Dodaj nową pozycję...