Skocz do zawartości

Nevvy

Użytkownik
  • Ilość zawartości

    8
  • Rejestracja

  • Ostatnia wizyta

Ostatnie wizyty

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

Osiągnięcia Nevvy

  1. Nevvy

    Dziwny błąd

    Dzięki Błędu już nie ma
  2. Nevvy

    Dziwny błąd

    Witam! Chciałem dodać banowanie gracza gdy umrze w świecie o nazwie hardcore. Nie wiem dlaczego wyskakuje mi błąd Kod: options: reason : &cUmarles!&f do zobaczenia za 7 dni! on death of player: if player is in "hardcore": send "Umarles :c Masz 20 sekund na pozegnianie sie ;)" to player wait 20 seconds execute console command "tempban %player% 7d {@reason}" Błąd: [21:34:26 INFO]: [Skript] Reloading all scripts... [21:34:26 ERROR]: Can't compare a player with 'in "hardcore"' (hc_ban.sk, line 4: if player is in "hardcore":') [21:34:26 INFO]: Loaded 1 script with a total of 1 trigger and 0 commands in 0.01 seconds [21:34:26 INFO]: [Skript] Encountered 1 error while reloading all scripts! Inny skrypt z if player is in "hardcore" działa bez problemu. W czym leży problem? on shear: if player is in "hardcore": chance of 50%: create an explosion of force 7 at target
  3. Nevvy

    Pomoc z skryptem

    Rozwiązanie: SharpSK on shear: chance of 50%: send "[&cSHEEP&f] &lBOOM!" to player create an explosion of force 7 at target else: send "[&cSHEEP&f] &lNie tym razem ;]" to player
  4. Nevvy

    Pomoc z skryptem

    Witam! Napisałem poniższy skrypt: on rightclick on sheep: if player's tool is shears: chance of 50%: send "[&cSHEEP&f] &lBOOM!" to player create an explosion of force 7 at target else: send "[&cSHEEP&f] &lNie tym razem ;]" to player Jak w tym kodzie mogę zablokować następny "klik" na owce? Bo sprawa wygląda tak: Gracz a użył nożyc na owcy, ona nie wybuchła. Gracz A nadal może użyć noży
  5. drop - wywala na ziemie give - daje do eq ;v @all Dzięki za odpowiedź co do fortunki
  6. Witam Posiadam 2 pytanka. 1. Jak mogę dodać regułkę, że jeżeli gracz ma pełne eq to przedmiot leci na ziemie a nie do eq? 2. Jak mogę ustawić większy drop chance jeżeli gracz posiada dowolny kilof np z enchantem fortune? on mine of stone: if player's tool is any pickaxe: give 10 xp to player chance of 2.20%: give 1 coal to player send "[&6DROP&f] » Znalazles &8Wegiel" stop chance of 1.95%: give 1 iron bar to player send "[&6DROP&f] » Znalazles &7Zelazo" stop chance of 0.6%: add 1 gold bar to player send "[&6DROP&f] » Znalazles &eZloto" stop chance of 0.7%: give 1 diamond to player send "[&6DROP&f] » Znalazles &bDiament" stop chance of 0.8%: give 1 emerald to player send "[&6DROP&f] » Znalazles &aEmerald" stop on mine of any ore: if player's tool is any pickaxe: cancel event set block to air stop command /drop: trigger: send "» &8Wegiel&f - 2.20%%" send "» &7Zelazo&f - 1.95%%" send "» &eZloto&f - 0.60%%" send "» &bDiament&f - 0.70%%" send "» &aEmerald&f - 0.80%%" stop
  7. Nie posiadam. Gdzie znajde Wildskript i skquery na 1.12?
  8. [19:26:51 INFO]: [Skript] Reloading all scripts... [19:26:51 ERROR]: can't understand this condition: 'file "plugins/KStoniarka/config.yml" doesn't exists' (sad.sk, line 2: if file "plugins/KStoniarka/config.yml" doesn't exists:') [19:26:51 ERROR]: can't understand this condition: 'file "plugins/KStoniarka/messages.yml" doesn't exists' (sad.sk, line 6: if file "plugins/KStoniarka/messages.yml" doesn't exists:') [19:26:51 ERROR]: "plugins/KStoniarka/config.yml" parsed as a number is not an item stack (sad.sk, line 10: set {kstoniarka::regeneracja::stonea} to single value "config.czas-regeneracji-stonea" get of "plugins/KStoniarka/config.yml" parsed as number') [19:26:51 ERROR]: "plugins/KStoniarka/config.yml" parsed as a number is not an item stack (sad.sk, line 11: set {kstoniarka::regeneracja::obsydianu} to single value "config.czas-regeneracji-obsydianu" get of "plugins/KStoniarka/config.yml" parsed as number') [19:26:51 ERROR]: "plugins/KStoniarka/config.yml" parsed as an item stack is not a world (sad.sk, line 13: set {kstoniarka::crafting::slot::%loop-number%} to single value "crafting.slot-%loop-number%" get of "plugins/KStoniarka/config.yml" parsed as item') [19:26:51 ERROR]: Can't understand this expression: 'single value "crafting.nazwa-stoniarki" get of "plugins/KStoniarka/config.yml"' (sad.sk, line 14: set {kstoniarka::crafting::nazwa} to single value "crafting.nazwa-stoniarki" get of "plugins/KStoniarka/config.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "crafting.opis-stoniarki" get of "plugins/KStoniarka/config.yml"' (sad.sk, line 15: set {kstoniarka::crafting::opis} to single value "crafting.opis-stoniarki" get of "plugins/KStoniarka/config.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.error-wrong-block" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 16: set {kstoniarka::wiadomosc::error-wrong-block} to single value "messages.error-wrong-block" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.error-mode-set" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 17: set {kstoniarka::wiadomosc::error-mode-set} to single value "messages.error-mode-set" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.change-mode-obsidian" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 18: set {kstoniarka::wiadomosc::change-mode-obsidian} to single value "messages.change-mode-obsidian" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.change-mode-stone" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 19: set {kstoniarka::wiadomosc::change-mode-stone} to single value "messages.change-mode-stone" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.place-stoniarka" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 20: set {kstoniarka::wiadomosc::place-stoniarka} to single value "messages.place-stoniarka" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.error-block-above" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 21: set {kstoniarka::wiadomosc::error-block-above} to single value "messages.error-block-above" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this expression: 'single value "messages.break-stoniarka" get of "plugins/KStoniarka/messages.yml"' (sad.sk, line 22: set {kstoniarka::wiadomosc::break-stoniarka} to single value "messages.break-stoniarka" get of "plugins/KStoniarka/messages.yml"') [19:26:51 ERROR]: Can't understand this condition/effect: register new shaped recipe for end stone named "%coloured {kstoniarka::crafting::nazwa}%" with lore "%coloured {kstoniarka::crafting::opis}%" using {kstoniarka::crafting::slot::1}, {kstoniarka::crafting::slot::2}, {kstoniarka::crafting::slot::3}, {kstoniarka::crafting::slot::4}, {kstoniarka::crafting::slot::5}, {kstoniarka::crafting::slot::6}, {kstoniarka::crafting::slot::7}, {kstoniarka::crafting::slot::8}, {kstoniarka::crafting::slot::9} (sad.sk, line 23: register new shaped recipe for end stone named "%coloured {kstoniarka::crafting::nazwa}%" with lore "%coloured {kstoniarka::crafting::opis}%" using {kstoniarka::crafting::slot::1}, {kstoniarka::crafting::slot::2}, {kstoniarka::crafting::slot::3}, {kstoniarka::crafting::slot::4}, {kstoniarka::crafting::slot::5}, {kstoniarka::crafting::slot::6}, {kstoniarka::crafting::slot::7}, {kstoniarka::crafting::slot::8}, {kstoniarka::crafting::slot::9}') [19:26:51 INFO]: Loaded 1 script with a total of 5 triggers and 1 command in 0.09 seconds [19:26:51 INFO]: [Skript] Encountered 15 errors while reloading all scripts! Jakieś pomysły dlaczego mam te błędy?
×
×
  • Dodaj nową pozycję...