-
Ilość zawartości
1542 -
Rejestracja
-
Ostatnia wizyta
-
Wygrane w rankingu
4
Treść opublikowana przez kapi.
-
Trzeba by było zrobić set location of the player to {_loc::%player%} bo wtedy wszystko dokładnie identycznie się spisuje.
-
Nie rozumiem tylko "po co?". Essentials to jeden z najlepszych pluginów na serwer. Masz w nim wszystkie funkcje, a jeśli chcesz zmienić kolor wiadomości czy samą treść to przecież żaden problem. Można go w pełni skonfigurować i mało obciąża serwer.
-
Masz WildSkripta i skQuery?
-
command /strzal [<text>]: trigger: shoot fireball at target send "&6Fiuuuuu...." to the player
-
on right click: if tool of player is string named "Klucz do magazynu": if event-block is iron door: if player can build at location of event-block: toggle event-block stop stop
-
on death of player: if attacker is a player: add 1 to {punkty::%attacker%} send "&cOtrzymales 1 punkt za zabojstwo" to the attacker subtract 1 from {punkty::%victim%} send "&cOdjeto 1 punkt za smierc" to the victim stop if {punkty::%attacker%} > 10: # jesli punkty gracza pozwalaja odblokowac nowy most [10] [modify] add member %attacker% to wg region "region_nowymost_arena1" in world "nazwa_swiata" # dodaj gracza do regionu [region nowego mostu z areny 1] w swiecie (nazwa swiata) [modify] remove member %attacker% from wg region "region_starymost" in world "nazwa_swiata" # usun gracza z regionu [region starego mostu] w swiecie [nazwa swiata] [modify] [modify] - mozesz zmienic [<cos>] - zmieniasz (oczywiscie w kodzie). Do tego musisz stworzyć sobie regiony mostów w WorldGuardzie.
-
-
options: time: 4 # co ile sekund ma sie respic item: iron ingot # jaki przedmiot on place: if event-item is bricks: add "%player's location%" to {drop::loc::*} send "Gotowe!" every {@time} seconds: loop (size of {drop::loc::*}) times: drop 1 of {@item} at {drop::loc::%loop-number%} @BlackRode poprawiłem.
-
execute console command "odisguise %player% player iron_golem" >> change %player%'s skin to "zippie007" Zamień. Wymagane: WildSkript Craftbukkit 1.7.9+
-
Brak możliwości zamienienia tekstu zmiennej.
kapi. odpowiedział(a) na kacpicygan123 pytanie w Pytania i problemy
Jest? command /zbanowani: trigger: if {lista::*} is set: send "&aLista zbanowanych: %{lista::*}%" to player else: send "&cNie ma zbanowanych!" to player -
Nauczcie się wszyscy* czytać błędy! To jest podstawa w pisaniu skryptów. A command with the name is already defined in 'chat.sk'. - Komenda z nazwą jest już zdefiniowana w 'chat.sk'. Gdy się pisze komendę to dodaje się do niej argumenty, bo nie można kilka razy jej definiować. ew. command /lizard [<text>]: trigger: if argument 1 is "top": player command "/toppvp" stop if argument 1 is "sklep": player command "/sklepgui" stop if argument 1 is "balance": player command "/balance" stop if argument isn't set: send "/lizard top - Top Pvp" send "/lizard balance - Aktualny stan pieniedzy" send "/lizard sklep - sklep." stop @KrejzolekPRO nie dałeś cudzysłowia na końcu jak inni :bezkappy: zmieniłem troche bo else pod balance było a nie powinno.
-
on drop: if {itemdrop::%player%} is true: set name of event-item to "droppedxyz921448511675" stop stop on pickup: if {itemdrop::%player%} is true: if name of event-item is "droppedxyz921448511675": cancel event else: if name of event-item is "droppedxyz921448511675": set name of event-item to "%minecraft name of event-item%" on join: if {itemdrop::%player%} is not set: set {itemdrop::%player%} to false command /itemdrop: trigger: if {itemdrop::%player%} is false: set {itemdrop::%player%} to true send "&awlaczono" to the player if {itemdrop::%player%} is true: set {itemdrop::%player%} to false send "&cwylaczono" to the player
-
command /odbanujzpliku [<offline player]: trigger: if arg is set: if file "plugins/Ban/user/%argument%.yml" is exists: remove file "plugins/Ban/user/%player%.yml" send "&cGracz zostal odbanowany. &8(&6Unban z pliku&8)" to the player stop else: send "&cBrak pliku z nazwa gracza. &8(&6Podany nick: &7%argument%&8)" to the player stop else: send "&cNie uzyskalem nicku gracza. &7Sprobuj ponownie wpisac nick." to the player
-
Tak, można takowy napisać. Musisz tylko mniej więcej szczegółowo opisać jak skrypt ma działać.
-
Masz tylko jedyny sposób Włączenie; Wyłączenie;
-
command /eventwezwij [<player>]: permission: event.tphere trigger: if arg 1 is set: if player-arg is online: teleport player-arg to "DoLiDoD_" parsed as player loop 50 times: set {_backup::%player-arg%::slot::%loop-number%} to slot loop-number of player-arg's inventory clear player-arg's inventory add 1 diamond sword to the player-arg else: send "&cPodany gracz jest &7offline" to the player else: send "&cNie podales nicku gracza" to the player command /backup [<player>]: trigger: loop 50 times: set slot loop-number of player-arg's inventory to {_backup::%player-arg%::slot::%loop-number%} send "&cOddano ekwipunek" to the player send "&cOtrzymales swoj ekwipunek" to the player-arg /eventwezwij <gracz> /backup <gracz> - oddaje to co zostaje wyczyszczone.
-
Daj cały config z essentials.
-
on right click on player: if player is "o": # lub if player's displayname is "o" broadcast "HAHA"
-
on command: executor is player: command is "plugins" or "pl" or "bukkit:plugins" or "bukkit:pl" or "essentials:plugins" or "essentials:pl": player don't have permission "plugins.show": #' cancel event send coloured "&2Slime&fHC &7» &cPotrzebujesz uprawnienia &8(&6plugins.show&8)" to the player stop stop
-
Tak samo poszukaj. CTRL + F i wpisz "Blad"
-
on join: if player has permission "rank.gracz": clear inventory of player console command "spawn %player%" stop
-
on place: if player doesn't have permission "bug.skip": cancel event działa jak ktoś nie ma uprawnienia bug.skip
-
messages_<x> ; CTRL + Find Wyszukaj sobie "ban", "msg" Jeśli nie znajdziesz : - szukaj ręcznie wiadomości np. schematu od wiadomości prywatnych oraz od wiadomości ban.
-
on join: if {_ss::%player%} isn't set: set {_ss::%player%} to 0 set {excmd::%player%} to false every hour: loop all players: if {_ss::%loop-player%} is set: delete {_ss::%loop-player%} set {excmd::%loop-player%} to true send "&cMozesz uzywac komendy &7""zglos""" to loop-player stop stop stop on command: if command is "zglos": if {excmd::%player%} is false: cancel event send "&cNie mozesz jeszcze uzywac tej komendy!" to the player
-
Polecam abyś zrobił kilka pętli
