Skocz do zawartości

SirGeorge

Użytkownik
  • Ilość zawartości

    348
  • Rejestracja

  • Ostatnia wizyta

Treść opublikowana przez SirGeorge

  1. http://republicansensei.com/ https://github.com/bensku/Skript/releases
  2. Dedyk jest postawiony
  3. SirGeorge

    pytanie

    Jak tabow nie potrafisz naprawic to nie pomoge ci bo to jest wstyd podaj caly kod najlepiej wrzuc na https://code.skript.pl/
  4. SirGeorge

    pytanie

    https://code.skript.pl/NUUG3KT9/
  5. SirGeorge

    pytanie

    Bu to ten edytor jest beznadziejny umiesz to zrobic?
  6. SirGeorge

    pytanie

    jakie podaj bledy
  7. SirGeorge

    pytanie

    options: czas: 60 every {@czas} real seconds: loop all players in world "world": if "%world of loop-player%" contains "world": {auto.spam} is not set: set {auto.spam} to 1 send "cos" to loop-player stop Powinno dzialac.
  8. SirGeorge

    Skrypt na pieniądze

    command /money: trigger: send "&aStan konta: &f%player's balance%" stop command /pay [<text>] [<player>]: trigger: if arg 1 is set: if arg 2 is set: set {_k} to arg 1 parsed as number add {_k} to arg 2's balance send "&aPrzesłano &f%{_k}% &ado gracza &f%arg 2%" stop else: send "&cPodaj nick gracza" stop else: send "&cPodaj ilosc jaka chcesz przekazac" stop
  9. SirGeorge

    Skrypt na pieniądze

    variables: {money::%player%} = 0 command /money: trigger: send "&aStan konta: &f%{monet::%player%}%" stop command /pay [<text>] [<player>]: trigger: if arg 1 is set: if arg 2 is set: set {_k} to arg 1 parsed as number add {_k} to {money::%arg 2%} send "&aPrzesłano &f%{_k}% &ado gracza &f%player%" stop else: send "&cPodaj nick gracza" stop else: send "&cPodaj ilosc jaka chcesz przekazac" stop
  10. SirGeorge

    Czas

    Zrób sobie w skrypcie np taka komende a tamta zablokuj: command /godzina: trigger: send "%time%" stop on command "/time": if player has permission "time": stop else: cancel event send "&Nie posiadasz uprawnien!" stop
  11. SirGeorge

    mam pytanie

    variables: {czatoff} = false command /czat [<text>]: trigger: if arg 1 is "on": if "%world of player%" contains "world1" set {czatoff} to true send "&aWylaczyles czat" broadcast "&cAdministrator wylaczyl czat!" stop if "%world of player%" contains "world2" set {czatoff} to true send "&aWylaczyles czat" broadcast "&cAdministrator wylaczyl czat!" stop if arg 1 is "off": if "%world of player%" contains "world1" set {czatoff} to false send "&aWlaczyles czat" broadcast "&cAdministrator wlaczyl czat!" stop if "%world of player%" contains "world2" set {czatoff} to false send "&aWlaczyles czat" broadcast "&cAdministrator wlaczyl czat!" stop on chat: if "%world of player%" contains "world1": if {czatoff} is true: cancel event send "&aCzat jest wylaczony!" stop else: stop if "%world of player%" contains "world2": if {czatoff} is true: cancel event send "&aCzat jest wylaczony!" stop else: stop Nie testowane ale powinno dzialac.
  12. command /lore [<text>]: permission: ustaw.lore permission message: &cNie posiadasz uprawnien! trigger: if player's tool is not air: if arg 1 is set: set {_bron} to player's tool remove {_bron} from player give player {_bron} with lore "%coloured arg 1%" send "&aUstawiles lore do broni." stop else: send "{@tag} &cWprowadz lore do broni!" stop else: send "{@tag} &cLore mozesz ustawic tylko do przedmiotu!" stop command /nazwij [<text>]: permission: ustaw.nazwe permission message: &cNie posiadasz uprawnien! trigger: if player's tool is not air: if arg 1 is set: set {_bron} to player's tool remove {_bron} from player give player {_bron} named "%coloured arg 1%" send "&aUstawiles nazwe do broni." stop else: send "{@tag} &cWprowadz nazwe do broni!" stop else: send "{@tag} &cNazwe mozesz ustawic tylko do przedmiotu!" stop Jak chcesz dodać druga linijke w lore to piszesz np tak: /lore &fPierwsza linijka||&eDruga linijka
  13. SirGeorge

    Gui

  14. SirGeorge

    Gui

    Nie działa To tez Mam takie cos: on inventory click: if "%inventory name of player's current inventory%" is "{@opis}": if slot clicked slot is smaller than 0: stop if slot clicked slot is not air: cancel event execute player command "cozrobicztymgraczemasuigborgns %uncoloured name of player's current inventory's slot slot%" stop
  15. SirGeorge

    Gui

    Siema jak zrobic na wersji 1.10 gui chodz mi o event on inventory click: I jak sprawdzic czy slot klikniety nie jest powietrzem ?
  16. Bardzo ciekawy skrypt, jeszcze takiego nie widziałem pozdrawiam i jeszcze raz dobra robota!
  17. A nie lepiej zrobić rangi w skrypcie i dodać uprawnienie a nastepnie do pexa?
  18. Ja bym proponował użyć tego: display board named "Tutaj cos" to player make score "TEKST1" in board of player to 4 make score "TEKST2" in board of player to 3 make score "TEKST3" in board of player to 2 make score "TEKST4" in board of player to 1 move display of player to sidebar
  19. SirGeorge

    Regiony

    if player is in the region "Smierc": Użyj tego
  20. SirGeorge

    Skrzynki

    on right click: if player's tool is chest: chance of 50%: give player 1 diamond helmet named "&aNagroda ze Skrzynki" stop chance of 50%: give player 1 diamond chestplate named "&aNagroda ze Skrzynki" stop Takie cos czy jak sie klika na postawona skrzynke ?
  21. SirGeorge

    Nick

    Masz essentials?
  22. SirGeorge

    Spawn

    command /s: trigger: wait 5 seconds teleport player to {koordy} send "&aZostales teleportowany..." stop
  23. SirGeorge

    Spawn

    Ustawia w danym miejscu gdzie stoisz
  24. SirGeorge

    Spawn

    command /s: trigger: teleport player to {koordy} send "&aZostales teleportowany..." stop command /ustawkoordy: trigger: set {koordy} to location of player send "&aUstawiles miejsce" stop
  25. SirGeorge

    Nick

    dodaj: variables: {kolory} = false
×
×
  • Dodaj nową pozycję...