Skocz do zawartości

3meraldK

Użytkownik
  • Ilość zawartości

    529
  • Rejestracja

  • Ostatnia wizyta

  • Wygrane w rankingu

    7

Treść opublikowana przez 3meraldK

  1. 3meraldK

    zmienne

    wiki.skript.pl
  2. 3meraldK

    no fall damage

    on damage: if damage was caused by fall: if damage is 1: cancel event tutaj chodzi o to, że jak dostaniesz 1 damage ze spadku to anuluje event, bo z 4 kratki tak jest. i nie da się inaczej zrobić sensownie, logicznie i opłacalnie
  3. po prostu daj ifa 'player's world ISN'T "world" or "world_nether" na początku
  4. przydaje się na szybkie nadawanie nazw ale: - nie ma ifów przez co np. gracz nazywałby powietrze xD wiem że to nie daje błędu ale takie urozmaicenie skrypt prosty więc 5/10
  5. 3meraldK

    5 sek Komenda

    if event-block is chest or ender chest or trap chest or minecart with chest:
  6. 3meraldK

    5 sek Komenda

    człowieku dodaj or trap chest or chest minecart do warunku
  7. Polecam serwer, jeden z bardziej oryginalnych, coś świeżego i fajnego
  8. on armor equip: if event-item is diamond chestplate named "Diamentowa zbroja" with lore "&cOchrona X": add 10 to {ochrona::%player%} on armor unequip: if event-item is diamond chestplate named "Diamentowa zbroja" with lore "&cOchrona X": remove 10 from {ochrona::%player%} # tutaj można sobie kopiować itp. zmieniać diamond chestplate na inną zbroję, inne lory tak samo # możesz dodawać nowe zmienne np. {featherfalling::%player%} on damage: cancel event set {_dmg} to damage set {_damage} to {_dmg}/{ochrona::%victim%} set damage to {_damage} tylko takie coś widzę
  9. można sobie robić logi tych bloków on place: add "%player% położył %event-block% na kordach: %event-location%" to {log::%event-location%.%event-block%} on break: remove "%player% położył %event-block% na kordach: %event-location%" from {log::%event-location%.%event-block%}
  10. może masz skripta na to? bez powodu nie daje GM 3
  11. # siedzenie na kurze on rightclick on entity: if player's tool is saddle named "Epickie siodło": make player ride entity set {ride::%entity%} to player # podążanie every 1 second: loop all entities: if {ride::%loop-entity%} is online: make loop-entity pathfind to {ride::%loop-entity%}'s target block at speed 1 # możliwość zejścia z kury on entity dismount: delete {ride::%entity%} chyba tak, ale nie wiem. wymagane SkQuery 3.6.2-lime
  12. 3meraldK

    Shulker Box

    musisz sobie zrobić oddzielne gui bo w skripcie nie da się manipulować rzędami skrzyń i shulkerboxów takich podstawowych
  13. 3meraldK

    Gdy osoba majaca gm1

    on drop: if player's gamemode is creative: set event-item's name to "Przedmiot gracza %player%" co do tego drugiego to nie wiem czy jest mozliwe
  14. 3meraldK

    LogCombat

    da się tak co sekundę ale laguje serwer mocno every 1 second: loop all players: if {antilogout.%loop-player%} > 0: remove 1 from {antilogout.%loop-player%} send "Zostalo ci jeszcze %{antilogout.%loop-player%}% sekund walki" to loop-player 2. on command już jest że się nie da w skrypcie proszę się nauczyć czytać https://wiki.skript.pl/Kategoria:Skript weź się człowieku naucz trochę skripta polecam. albo w dziale poradniki jest ich dużo
  15. 3meraldK

    LogCombat

    on damage of player: set {antilogout::%attacker%} to 15 set {antilogout::%victim%} to 15 send "Zostales zaatakowany przez %attacker%, poczekaj 15 sekund" to victim send "Zaatakowales %victim%, poczekaj 15 sekund" to attacker on quit: if {antilogout.%player%} > 0: loop all items in the inventory of player: remove loop-item from the player drop loop-item at player on command: if {antilogout.%player%} > 0: cancel event send "Jestes w czasie walki" every 15 seconds: loop all players: if {antilogout.%loop-player%} > 0: remove 15 from {antilogout.%loop-player%} nie sprawdzałem
  16. https://wiki.skript.pl/Cooldown
  17. 3meraldK

    [$$]

    on death of player: if attacker has permission "vip.bonus": add 70 to attacker's balance send "&7otrzymujesz &c70$ &7za zabicie %victim%" to attacker else if attacker has permission "svip.bonus": add 100 to attacker's balance send "&7Otrzymujesz &c50$ &7za zabicie %victim%" to attacker else: add 50 to attacker's balance send "&7Otrzymales 50zł, za zabicie %victim%" to attacker
  18. on right click holding stick: if name of player's tool is "&bMiotacz Śnieżek 3000": set {_waited} to difference between {cooldownmiotacz::%player%} and now if {_waited} isn't less than 5 seconds: shoot snowball from player at speed 3 set metadata "stick" of last spawned snowball to true set {cooldownmiotacz::%player%} to now else: send "Poczekaj 5 sekund"
  19. set {_x} to player's x-coord set {_z} to player's z-coord if {_x} is between {@z-od} and {@z-do}: if {_z} is between {@z-od} and {@z-do}: # kod
  20. 3meraldK

    worldborder

    dalej nic ja potrzebuję efektu konfigurującego worldborder bez żadnego gracza (jeżeli wiesz, o co mi chodzi)
  21. on rightclick holding a blaze rod: if name of player's tool is "&2Rozdzka Szkieletow": loop 10 times: if player has permission "rozdzki.creeper": shoot skeleton from player with speed 0.9 set name of last spawned entity to "&cSzkielet" set chestplate of last spawned entity to leather helmet set helmet of last spawned entity to diamond chestplate of protection 5 set leggings of last spawned entity to diamond leggings of protection 5 set boots of last spawned entity to diamond boots of protection 5 else: send "<red>Nie mozesz uzywac rozdzki creeperow"
  22. 1. on equip jednak nie istnieje 2. entity target jest zpipczane i dlatego ci nie działa
  23. on craft: cancel event @jaku49 on chyba chciał blokowanie craftowania każdego przedmiotu
  24. 3meraldK

    Płyn lugola

    on consume: if event-item is water bottle named "&2Płyn lugola": send "Napiles sie plynu lugola"
  25. 3meraldK

    [$$]

    on death of player: if attacker has permission "vip.bonus": add 70 to attacker's balance send "&7otrzymujesz &c70$ &7za zabicie %victim%" to attacker else: add 50 to attacker's balance send "&7Otrzymales 50zł, za zabicie %victim%" to attacker wymaga vaulta
×
×
  • Dodaj nową pozycję...