-
Ilość zawartości
275 -
Rejestracja
-
Ostatnia wizyta
Treść opublikowana przez xMateuszP0L
-
Minigre w Skript [*]. Skript ci nie odświeży mapy. Mogę ci to napisać ale z tą areną to będzie trzeba jakiś plugin który regeneruje mapę do danego poziomu. Tylko czy chcesz ten Skript na tą arenę i jakiś plugin do areny ? Jak coś to skype: priv.xmateuszp0l
-
on place of oak sapling: grow tree above the block below the event-block /// Jak nie dziala to zobacz te: - grow tree above the block below the event-block - grow tree above of the block below the event-block
-
heal player by {_options.health} hearts
-
zamień to on break sponge: cancel event set block to air if {sponge} is true: chance of 21%: drop 1 {@sponge-item-1} or 5 {@sponge-item-1} or 10 {@sponge-item-1} spawn 2 of particle {@efekt}:1 offset by 1, 1, 1 at player send "{@tag} &cZnalazles zelazo !" add 1 to {sponge-value} add 1 to {sponge-value.%player%} stop na to: on mine a sponge: clear drops set block to air if {sponge} is true: set {sponge.%player%} to a random integer between 0 and 2 if {sponge.%player%} is 1: drop 1 {@sponge-item-1} or 5 {@sponge-item-1} or 10 {@sponge-item-1} spawn 2 of particle {@efekt}:1 offset by 1, 1, 1 at player send "{@tag} &cZnalazles zelazo !" add 1 to {sponge-value} add 1 to {sponge-value.%player%} stop if {sponge.%player%} is 2: drop 1 {@sponge-item-1} chance of 35%: drop 5 {@sponge-item-1} chance of 20%: drop 10 {@sponge-item-1} spawn 2 of particle {@efekt}:1 offset by 1, 1, 1 at player send "{@tag} &cZnalazles zelazo !" add 1 to {sponge-value} add 1 to {sponge-value.%player%} stop # NIE SPRAWDZALEM CZY DZIALA ale na 99% jest Ok
-
może tak ? heal the player by 3.5 hearts
-
@ref
-
daj kod.
-
masz. on join: loop {players.%ip of player%::*}: loop-value is player's name stop add player to {players.%ip of player%::*} command /checkip <text>: trigger: send "Checking IP %argument%..." wait 5 seconds send "Players who logged in on this IP:" loop {players.%arg 1%::*}: send "&7 %loop-value%"
-
command /teleportacja-stone: trigger: if block below player is stone: loop all players: if block below loop-player is stone: teleport loop-player to {x}
-
push the loop-entity horizontally forward at speed -1
-
Komendy rg select i set 0 nie są wykonywane przez Skript tylko przez gracza. Przykład >> Serwer ma ci kopać kamień ?
-
Tu masz przykład variables: {drop.diamond.%player%} = true command /drop: trigger: open chest with 1 row named "DROP" to player wait 1 tick if {drop.diamond.%player%} is true: format slot 0 of player with diamond named "&eSzansa &8-&6 15 procent" with lore "&e&lDrop&8&l: &aWlaczony" to close then run [make console execute command "/drop2 diamond %player%"] if {drop.diamond.%player%} is false: format slot 0 of player with diamond named "&eSzansa &8-&6 15 procent" with lore "&e&lDrop&8&l: &cWylaczony" to close then run [make console execute command "/drop2 diamond %player%"] command /drop2 [<text>] [<player>]: executable by: console trigger: if arg 1 is "diamond": if arg 2 is set: if {drop.diamond.%arg 2%} is true: set {drop.diamond.%arg 2%} to false send "DROP OFF" to arg 2 else: set {drop.diamond.%arg 2%} to true wait 2 tick send "DROP ON" to arg 2 wait 2 tick arg 2 command "drop" on mine a stone: if {drop.diamond.%arg 2%} is true: chance of 15%: give a diamond to the player send "&cZdobyles diament!"
-
-
Wytabuj ten skript.
-
to be unstealable zamiast to close tu masz aby przenieść się z gui do gui to close then run [make player execute command "/craft2"]
-
execute console command "iban %player% &4Cheaty!" zamien na execute console command "iban %arg 2% &4Cheaty!"
-
MC nie działa po formacie komputera
xMateuszP0L odpowiedział(a) na Lifu67 pytanie w Pytania i problemy
1. Java 2. Sterownik do karty graficzniej 3. Sterownik do karty dzwiękowej Bez tego mniecraft nie zadziała. -
Witam, Napisze mi ktoś skript że jak gracz kliknie prawym to sprawdza czy może tu budować i wysyła mu wiadomość możesz tu budować! Bo to mi nie działa on rightclick with tnt: if name of tool of player contains "&cRzucane TNT": player cannot mine block at under player: send "&cNie mozesz tu rzucac tnt!" stop else:
-
@KCPR Nie o to mi chodziło. // Do zamknięcia sam znalazłem.
-
every 2 minutes: broadcast "3 sekundy..." wait 1 second broadcast "2 sekundy..." wait 1 second broadcast "1 sekundy..." wait 1 second console command "stoplag" console command "stoplag -c" broadcast ">> Usunieto wszystkie itemy z ziemi"
-
Witam jak pobrać godzinę w skript ? pamiętam że pirat miał gdzieś na stronie zegarek i jakoś tam sie pobierało tekst z strony? O godzinie 12:00 jest broadcast "1" a o godzinie 16:00 broadcast "2"
-
command /zglos [<text>]: trigger: loop all players: loop-player has permission "zglos.helper": message "&6[ZGLOS] %player%: %arg%" to loop-player if arg 1 is not set: send "Wpisz /zglos NICK POWOD"
-
on mine a stone: chance of 1%: drop 1 chest named "&3&lSkrzynka" on place a chest: player is holding a chest named "&3&lSkrzynka": add diamond helmet of protection 3 to block add diamond chestplate of protection 3 to block add diamond leggings of protection 3 to block add diamond boots of protection 3 to block command /skrdrop [<player>]: trigger: if player has permission "admin": if arg 1 is set: set {_a} to arg 1 give 1 chest named "&3&lSkrzynka" to {_a}
-
możesz zrobić tak on first join: kick player due to "Wejdz jeszcze raz!"
