-
Ilość zawartości
261 -
Rejestracja
-
Ostatnia wizyta
-
Wygrane w rankingu
3
Treść opublikowana przez devyy
-
on death of player: set {_drops::*} to drops clear drops loop {_drops::*}: if (random integer between 0 and 1) <= 0.5: add loop-value to drops else: set {keep::*} to loop-value on respawn: loop {keep::*}: add loop-value to player's inventory delete {keep::*} prosze
-
command /freerank [<text>] [<text>]: permission: freerank.use trigger: if arg-1 is not set: send "&cMusisz podać rangę!" stop if arg-2 is not set: send "&cMusisz podać czas!" stop loop all players: execute console command "lp user %loop-player% parent addtemp %arg 1% %arg 2%" broadcast "&aWszyscy gracze otrzymali rangę %arg 1% na %arg 2%!" prosze
-
on join: set {time::%player's uuid%} to now every 5 minutes: loop all players: if {time::%loop-player's uuid%} is set: if difference between now and {time::%loop-player's uuid%} is greater than or equal to %interval%: if {money::%loop-player's uuid%} is not set: set {money::%loop-player's uuid%} to 5 else if {money::%loop-player's uuid%} < 60: add 5 to {money::%loop-player's uuid%} set {time::%loop-player's uuid%} to now command /balance: trigger: if {money::%player's uuid%} is not set: send "&aTwoje saldo to &e$0" else: send "&aTwoje saldo to &e$%{money::%player's uuid%}%" prosze
-
Kolejny problem ze skryptem z czaszkami.
devyy odpowiedział(a) na TalibKweli25 pytanie w Pytania i problemy
Może dodasz every 3 seconds?: options: czas: 10 on death: if victim and attacker is a player: if {skull::%victim%} is set: clear {skull::%victim%} execute console command "effect clear %victim% minecraft:glowing" wait 1 seconds execute console command "effect clear %victim% minecraft:slowness" wait 1 seconds execute console command "effect clear %victim% minecraft:mining_fatigue" wait 1 seconds execute console command "effect give %attacker% minecraft:regeration 10" wait 1 seconds execute console command "effect give %attacker% minecraft:absorption 900" wait 1 seconds execute console command "eco give %attacker% 200" wait 1 seconds execute console command "eco take %victim% 300" send subtitle "&eZabiłeś gracza z czaszką! &a+$200" to attacker broadcast "&aGracz &c%attacker% &azabił agresywnego gracza &6GRATULACJE! &a &aNagroda: &a+200$" else: set {skull::%attacker%} to true execute console command "effect give %attacker% minecraft:glowing 1000000" wait 1 seconds execute console command "effect give %attacker% minecraft:slowness 900" wait 1 seconds execute console command "effect give %attacker% minecraft:mining_fatigue 900" wait 3 seconds send title "&4Kara" with subtitle "Efekt wydobycia i spowolnienia trwa 15 minut" execute console command "eco take %attacker% 50" send title "☠" with subtitle "&eZabiłeś pokojowego gracza! &c-$50" to attacker broadcast "&cGracz &a%attacker% &czabił pokojowego gracza &c &ckara&c: &c-50$ &ci &cczaszka" set {cd::skull::%attacker%} to now on damage: if {skull::%attacker%} is true: if difference between {cd::skull::%attacker%} and now is bigger than {@czas} seconds: clear {skull::%attacker%} every 3 second: loop {cd::skull::*}: if difference between loop-value and now is bigger than {@czas} seconds: clear {skull::%loop-index%} on placeholderapi request for prefix "skript": if the identifier is "czaszka": if {skull::%player%} is set: set the result to "☠" else: set the result to "" command /czaszki: trigger: send "&eLista osób z czaszką:" loop {skull::*}: add loop-index to {_s::*} send "%{_s::*}%" Sprawdź -
options: combatTagDuration: 10 on damage of player: victim is not attacker set {combatTagged::%victim%} to true set {combatTagged::%attacker%} to true wait {@combatTagDuration} seconds delete {combatTagged::%victim%} delete {combatTagged::%attacker%} on quit: if {combatTagged::%player%} is true: loop all items in player's inventory: drop loop-item at player's location clear player's inventory strike lightning at player's location kill player Cięzko było wpisać "antylogout skript"?
-
Myśle że chodzi o to że na GitHub masz source code możesz go sobie go skompilować do .jar
-
placeholdery tak musisz mieć placeholder api i wtedy szukasz dodatku do lpc wyręcze cię: https://api.extendedclip.com/expansions/luckperms/ i to wsm tyle poszukaj dokumentacji do skript-placeholders ew. ktoś na tym forum ci pomoże
-
on armor equip: if event-item is leather helmet: if name of helmet is "xyz": apply potion of invisibility to the player for 999 days on armor unequip: if event-item is leather helmet: if name of helmet is "xyz": remove invisibility from the player
-
on player move: if player's location is location(0, 0, 0): wait 5 seconds execute player command "/kill" Mordo napisałem co zadziała i co było źle
-
command /opis [<text>]: trigger: if arg-1 is not set: delete {opis::%player%} send "Usunąłeś swój opis." execute console command "/tab player %player% removeabovename" else: set {opis::%player%} to arg-1 send "Twój opis został ustawiony na %{opis::%player%}%." execute console command "/tab player %player% setabovename %{opis::%player%}%" on join: if {opis::%player%} is set: execute console command "/tab player %player% setabovename %{opis::%player%}%" Musisz mieć plugin TAB: https://github.com/NEZNAMY/TAB/releases/download/3.3.2/TAB.v3.3.2.jar
-
dobra wiem co było źle XDD przed () musi być location()
-
prosze: on join: if {postac::%player%} is not set: set walk speed of player to 0 apply potion of blindness to player for 999 days send "&cMusisz stworzyć postać! Użyj komendy /postac (imie) (nazwisko) (wiek)" command /postac [<text>] [<text>] [<number>]: trigger: if arg-1 is not set: send "&cUżycie: /postac (imie) (nazwisko) (wiek)" stop if arg 2 is not set: send "&cUżycie: /postac (imie) (nazwisko) (wiek)" stop if arg 3 is not set: send "&cUżycie: /postac (imie) (nazwisko) (wiek)" stop set {postac::%player%} to arg-1 set {nazwisko::%player%} to arg-2 set {wiek::%player%} to arg-3 send "&aPomyślnie stworzyłeś postać!" set walk speed of player to 1 command /dowod: trigger: loop all players in radius 10 around player: send "&7Imię: &f%{postac::%player%}%" to loop-player send "&7Nazwisko: &f%{nazwisko::%player%}%" to loop-player send "&7Wiek: &f%{wiek::%player%}%" to loop-player command /usunosobe [<player>]: permission: admin.usun trigger: if arg 1 is not set: send "&cUżycie: /usunosobe (gracz)" stop delete {postac::%arg-1%} delete {nazwisko::%arg-1%} delete {wiek::%arg-1%} send "&aPomyślnie usunięto dane gracza %arg-1%" kick arg 1 due to "&cAdministrator zresetował ci postać!"
-
znalazłem coś takiego w necie: command /test <player> <itemtype> <number>: trigger: give arg 1 arg 3 of arg 2 send "Dodałeś %arg 3% %arg 2% do ekwipunku gracza %arg 1%." on rightclick holding paper: player has permission "my.custom.permission" execute console command "pex user %player% add minecraft.command.give" remove 1 of paper from player's tool send "Otrzymałeś uprawnienia do komendy /give." nie wiem czy to to i zmień pexa na lp chyba że masz pexa
-
ta
-
https://github.com/SkriptLang/Skript/releases/download/2.6.4/Skript-2.6.4.jar
-
zaaktualizuj do 2.6.4
-
Wersja Skript Wersja silnika? Dodatki do skript?
-
Ekhem.
-
Nie ma on any move jest on w jakimś dodatku: on player move: if player's location is (0, 0, 0): wait 5 seconds execute player command "/kill" Ta wersja działa
-
Czy istnieje komenda na wykrywanie ruchu gracza podczas wyświetlania tytułu?
devyy odpowiedział(a) na MrTymeks pytanie w Pytania i problemy
nie -
Disky działa na 1.17.1: https://forums.skunity.com/resources/disky-create-your-own-discord-bot-easily.1468/
-
Hejka czy mógłby ktos mi napisac prosty skrypt nizej opisze co i jak
devyy odpowiedział(a) na Sebqeu pytanie w Pytania i problemy
on first join: execute player command "warp warp" apply efekt to player for czas send title "tytuł" with subtitle "podtytuł" to player play sound dzwiek at player -
Komenda na teleportowanie moba po otrzymaniu obrażeń.
devyy odpowiedział(a) na MrTymeks pytanie w Pytania i problemy
command block: /execute as @e[type=<typ_moba np (zombie jak masz 2 rzeczy to zamiast spacji daj _)>] at @s if entity @s[nbt={HurtTime:10s}] run tp @s <x> <y> <z> chyba -
on enter region "nazwa_regionu": apply strength 2 to player for 999999 days on exit region "nazwa_regionu": remove strength from player strength 2 Fendi
-
Mu chodzi o to że ma błąd w YAML a nie w skrypcie XD ziomek zły temat a co do błędu może jakiś inny plugin wywołuje błąd (ps YAML jest dobrze napisane)
