-
Ilość zawartości
334 -
Rejestracja
-
Ostatnia wizyta
-
Wygrane w rankingu
9
Treść opublikowana przez VIPEQ
-
A jaka wersja serwera?
-
command /test [<text>]: trigger: if "%inventory name of player's current inventory%" is not "TEST": close player's inventory wait a tick open chest with 1 rows named "TEST" to player set player's current inventory's slot 4 to player's skull named "%player%" with lore "Twoja glowa" on inventory click: if "%inventory name of player's current inventory%" is "TEST": cancel event
-
send "&a&lxxx &7» &eTrwa promocja! Wszystkie usługi 69%% taniej! Sprawdź nasz sklep: &bxxx" Działa, testowane.
-
on drop: if player has permissions "antyfaworka.check": set lore of player's tool to "&8» &7Wyciagniety przez&8: &c%player%||&8» &7Data&8: &c%now%||&c&lJezeli posiadasz ten przedmiot skontaktuj sie z administratorem!"
-
command /ac [<player>] [<text>]: permission: action.core permission message: &8» &cNie masz uprawnien do tej komendy! &8[&faction.core&8] trigger: if arg 1 is set: if arg 2 is set: set action bar of arg-player to "%coloured arg 2%" stop else: send "Poprawne uzycie: /ac <nick> <wiadomosc>" stop else: send "Poprawne uzycie: /ac <nick> <wiadomosc>" stop Jeszcze napisałem cały kod bo mi się nudzi ;[
-
set action bar of arg-player to "%coloured arg 2%" spróbuj to
-
every 1 second: loop all players: if loop-player's ping >= 600: send "Masz zbyt wysoki ping! [ %loop-player's ping% ms ]" to loop-player
-
variables: {ores.diamond::%player%} = 0 on break: if event-block is diamond ore: add 1 to {ores.diamond::%player%} loop all players: if loop-player has permissions "ores.powiadomienia": send "&a%player% wykopal %{ores.diamond::%player%}% rud &bdiamentow&a!" to loop-player
-
on command: if command is "komenda": if player has permissions "komenda.blokada": cancel event dodaj permissje komenda.blokada żeby gracz miał zablokowaną komendę /komenda
-
variables: {dziala} = false at 20: set {dziala} to true wait 24 hour set {dziala} to false command /okazja [<text>]: trigger: if {dziala} is false: send "blad" if {dziala} is true: send "ok" W piątek zrób /sk enable nazwa skryptu
-
https://www.spigotmc.org/resources/worldreset-plugin-api-outdated.7751/
-
on place: add event-block to {_reset} every 24 hour: loop {_reset}: set loop-block to air nwm czy o to chodzi i nwm czy to działa XD
-
W spigot.yml zmień tab-complete: 0 na tab-complete: -1
-
on quit: if player's world is "x": set {back::%player%} to "%player's location%" on join: if player's world is "x": if {back::%player%} is set: teleport player to {back::%player%}
-
poka ten skrypt
-
on quit: set {back::%player%} to "%player's location%" on join: if {back::%player%} is set: teleport player to {back::%player%} nie testowałem
-
on first join: execute console command "/skarbonkagive %player% 0" command /skarbonkagive [<offlineplayer>] [<text>]: permission: daj.zl permission message: &cNie ma takiej komendy trigger: if arg 1 is set: if arg 2 is set: set {_ilosc} to arg 2 parsed as number add {_ilosc} to {skarbonka::%arg 1%} send "&bWplacono %{_ilosc}% zl do skarbonki %arg 1%" else: send "&aPoprawne uzycie komendy: /skarbonkagive <gracz> <ilosc> " command /skarbonkausun [<offlineplayer>] [<text>]: permission: usun permission message: &cNie ma takiej komendy trigger: if arg 1 is set: if arg 2 is set: if arg 2 <= {skarbonka::%player%}: set {_ilosc} to arg 2 parsed as number remove {_ilosc} from {skarbonka::%arg 1%} send "&bUsunieto %{_ilosc}% zl ze skarbonki %arg 1%" else: send "&cBrak srodkow na koncie! Dodaj je uzywajac &b/konto" else: send "&aPoprawne uzycie komendy: /skarbonkausun <gracz> <kwota> " wytabowane naprawione błędy
-
set {_x} to random integer between 2000 and -2000 set {_y} to 256 set {_z} to random integer between -2000 and 2000
-
on join: if player's world is "x": add 1 compass to player's inventory on rightclick with a compass: if player's world is "x": close player's inventory open chest with 1 rows named "gui" to player set player's current inventory's slot 4 to stone named "komenda" on inventory click: if "%inventory name of player's current inventory%" is "gui": cancel event if "%clicked slot%" is "4": execute player command "/komenda"
-
spróbuj if "%clicked slot%" is "1":
-
Jak masz silnik spigot to wejdź w spigot.yml i tab-complete: 0 zmień na tab-complete: 99999999
-
on rightclick: if clicked block is stone button: if block behind clicked block is sponge: set {_x} to random integer between 2000 and -2000 set {_y} to 256 set {_z} to random integer between 2000 and -2000 set {_tp} to location at {_x}, {_y}, {_z} teleport player to {_tp} loop 256 times: if block under player is not air or water or lava: teleport player under player send "&f&lRANDOMTP &8» &fZostales przeteleportowany na losowe kordynaty! &f(&a%player's location%&f)"
