Skocz do zawartości

3meraldK

Użytkownik
  • Ilość zawartości

    529
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    7

Treść opublikowana przez 3meraldK

  1. skript to programik
  2. 3meraldK

    Skrypt na enchant

    command /enchant [<enchantment type>]: trigger: enchant the player's tool with argument 1
  3. 3meraldK

    tablista 1.14

    set player tab name to "&8[&7Gracz&8] &7%player%" tylko to wiem
  4. on command "back" or "home" or "p": #or ... or ... or ... disallow fly for player set player's gamemode to survival
  5. osoby z premką powinny tylko mieć tam dostęp aby były to chociaż bardziej zaufane osoby
  6. przez co / jak ma się tam tepnąć
  7. najpierw piszesz o warpie, że ma wyłączać fly po warpie a teraz nagle mówisz że zrobiłeś błąd i jednak ma to być wtedy kiedy gracz się teleportuje do innego świata, to ja już nie rozumiem xD podaj dokładnie zwięźle i czytelnie co trzeba zrobić aby wykonać kod (np gracz musi komendę wpisać żeby się tepnąć na inny world)
  8. #on command czy coś innego: teleport player to world "world" disallow fly for player set player's gamemode to survival
  9. ale to ma być jeżeli klikniesz ogólnie PPM a nie położysz.
  10. on command "warp": disallow fly for player set player's gamemode to survival człowieku to jest takie trudne jak 2+2
  11. polecam tego pana, robi dobre poradniki do najlepszego dodatku Skript
  12. 3meraldK

    On command

    do zamknięcia
  13. 3meraldK

    On command

    on command "msg": send "&6%player% &7> &6%arguments% to {socialspy.%player%} da się sprawdzić, czy jest ustawiony drugi argument?
  14. może KURŁA błędy podaj? skąd mam wiedzieć, co ci nie działa? Następnym razem byś dał bo sam sprawdziłem i ci poprawiłem. A za pomoc poproszę plusika on rightclick: if player's tool is iron block named "&7IRON" with lore "&aSkrzynka &7IRON &a|| Dostepna na MAGICRAFT.PL": remove 1 iron block from player's inventory set {iron.%player%} to random integer between 1 and 3 if {iron.%player%} is 1: add 1 diamond to player's inventory else if {iron.%player%} is 2: add 1 emerald to player's inventory else if {iron.%player%} is 3: add 1 gold ingot to player's inventory command /daj: trigger: add 1 iron block named "&7IRON" with lore "&aSkrzynka &7IRON &a|| Dostepna na MAGICRAFT.PL" to player's inventory
  15. 3meraldK

    TempBan

    command /tempban [<player>] [<integer>] [<text>]: trigger: player has permission "admin.temp": if arg 1 is set: if arg 2 is set: if arg 3 is set: if arg 3 is "s": ban arg-1 set {_time} to "%arg-2% seconds" parsed as timespan wait {_time} unban arg-1 else if arg 3 is "m": ban arg-1 set {_time} to "%arg-2% minutes" parsed as timespan wait {_time} unban arg-1 else: send "Podaj jednostke czasu: s, m" to player else: send "Podaj liczbe" to player else: send "Podaj delikwenta" to player
  16. on death of player: if victim has permission "admin.keepinv": loop drops: give loop-item to victim nie sprawdzane
  17. 3meraldK

    Ban z czasowym gm 3

    on inventory open: cancel event
  18. 3meraldK

    Ban z czasowym gm 3

    command /banuj [<player>] [<text>]: trigger: player has permission "admin.banuj": if arg 1 is set: if arg 2 is set: set {ban.%arg-1%} to true set {reason.%arg-1%} to arg-2 send "&8>> &7O cholibka zostales zbanowany przez %player%. Powod: %arg-2%" to arg-1 send "&8>> &7Zbanowales delikwenta %arg-1% za: %arg-2%" to player set gamemode of arg-1 to spectator wait 1 minute set {ban.%arg-1%} to false delete {reason.%arg-1%} set gamemode of arg-1 to survival set {god.%arg-1%} to true send "&8>> &7Zostales odbanowany juz ;)" else: send "Podaj powod" else: send "Podaj gracza" else: send "Nie masz permisji ćwoku" command /banczasowy [<player>] [<integer>] [<text>]: trigger: player has permission "admin.temp": if arg 1 is set: if arg 2 is set: if arg 2 is integer: if arg 3 is set: set {ban.%arg-1%} to true set {reason.%arg-1%} to arg-3 send "&8>> &7O cholibka zostales zbanowany przez %player%. Powod: %arg-3%" to arg-1 send "&8>> &7Zbanowales delikwenta %arg-1% za: %arg-3%" to player set gamemode of arg-1 to spectator set {_wait} to "%arg-2% seconds" parsed as timespan wait {_wait} set {ban.%arg-1%} to false delete {reason.%arg-3%} set gamemode of arg-1 to survival set {god.%arg-1%} to true send "&8>> &7Zostales odbanowany juz ;)" to arg-1 else: send "podaj powod" else: send "liczba musi byc calkowita" else: send "podaj liczbe sekund" else: send "podaj gracza" on command: if {ban.%player%} is true: cancel event send "&8>> &7Nie no masz bana przeciez :D Zostales zbanowany za: %{reason.%player%}%" on chat: if {ban.%player%} is true: cancel event send "&8>> &7Nie no masz bana przeciez :D Zostales zbanowany za: %{reason.%player%}%" on join: if {ban.%player%} is true: set gamemode of player to survival on damage: broadcast "%{god.%victim%}%" if {god.%victim%} is true: cancel event set {god.%victim%} to false
  19. khalidabdulamajah
  20. 3meraldK

    worldborder

    sprawdzam, ale mi nie działa. 0 błędów, ale granica pozostaje taka sama. execute console command "mv create uhc normal" broadcast "&8>> &cUHC &7zacznie się za &c5 &7sekund!" wait 5 seconds loop all players: teleport all players to world "uhc" broadcast "&8>> &7Zaczęło się!" wait 5 ticks loop all players: send title "&4Zaczęło się!" with subtitle "&cTryb: &4UHC &7| &cPvP &7włączy się za &c5 &7minut" to loop-player for 5 seconds set client border center location of player to player's location set client border size of player to 10 set client border warning distance of player to 100 aaa i dodatkowo błąd w tekście jest, jest loop-player ale i tak nie działa
  21. 3meraldK

    worldborder

    wystarczy zrobić 'loop all players:' aby zrobić border dla wszystkich?
  22. https://wiki.skript.pl co do EQ: set health of last spawned entity to 10 set the last spawned entity's tool to diamond sword set the helmet/chestplate (itp.) of last spawned entity to […]
  23. 3meraldK

    worldborder

    Witajcie, jak można za pomocą Skripta manipulować granicą świata, jakie pluginy są potrzebne? (mam addon kosmos)
  24. 3meraldK

    usuniete

    skrypt do napisania w 2 minuty sądziłbym, że nawet w minutę, za mało feature'ów.. albo zero ciekawych rzeczy do tego twojego skryptu... 2/10 na zachętę
  25. spawn a baby villager at player spawn a villager at player
×
×
  • Dodaj nową pozycję...