Skocz do zawartości

Ranking

Popularna zawartość

Treść z najwyższą reputacją w 06/15/20 uwzględniając wszystkie działy

  1. Misio12320

    Jak zdobyć emotkę "rak"

    Witam. Dziś Wam pokażę jak zdobyć emotkę ":rak:" Musicie po prostu otworzyć ten oto spoiler, a dowiecie się sami : O Przez ponad 6 GODZIN szukałem luki na to, byście mogli znów :rak:'ować swoich przyjaciół . POZDRAWIAM POG kckc
    2 punkty
  2. Helios1993

    Jak zdobyć emotkę "rak"

    Ten poradnik jest prostszy
    1 punkt
  3. THEzombiePL

    skrypt na tartak

    on place: if player's tool is oak log named "&7Tartak": if player have permission "tartak.place": set {Tartak::%event-location%} to event-location send "&aPostawiles tartak." else: send "&cNie mozesz postawic tartaku." cancel event on break: if event-block is oak log: if {Tartak::%event-location%} is set: if player have permission "tartak.remove": if player's tool is not golden axe: wait 2 minutes set event-block to oak log else: clear {Tartak::%event-location%} send "&cUsunales tartak." else: send "&cNie mozesz zniszczyc tartaku." cancel event command /tartak [<text>]: permission: tartak.give permission message: &cNie masz pozwolenia na uzywanie tej komendy. trigger: add oak log named "&7Tartak" to player on break of stone: if {SmartStone.%event-block%} is true: if player have permission "stoniarka.remove": if player is holding gold pickaxe: set {SmartStone.%event-block%} to false send "&8» &6Usunales stoniarke!" if player can hold 1 end stone: give 1 end stone named "&aStoniarka" to player if player doesn't have enough space for 1 end stone named "&aStoniarka": drop 1 end stone named "&aStoniarka" else: wait 2 minutes set the event-block to stone stop else: send "&cNie mozesz zniszczyc stoniarki." cancel event on place of end stone: if player have permission "stoniarka.place": if tool is end stone named "&aStoniarka": send "&8» &6Postawiles stoniarke!" set {SmartStone.%event-block%} to true wait 1 tick set event-block to stone stop else: send "&cNie mozesz postawic stoniarki." cancel event Nie wiem czy o to chodziło, ale mam nadzieję, że się przyda. Sory za spacje, ale robiłem to na telefonie.
    1 punkt
  4. MasloJestDobre

    Jak zdobyć emotkę "rak"

    DzIęKi
    1 punkt
  5. jndooo

    Wyłączenie fizyki piasku na spawnie

    on block physics: block is sand cancel event ?
    1 punkt
  6. PanMaruda

    Broadcast z cooldownem.

    command /broadcast [<string>]: permission: skript.broadcast permission message: nie masz pozwolenia aliases: bc cooldown: 5 minutes cooldown message: można raz na 5 minut trigger: if arg is set: broadcast formatted arg else send "podaj wiaodomość"
    1 punkt
  7. MasloJestDobre

    Region

    Skoro masz aktualną, to czemu nie sprawdzisz w dokumentacji? https://skriptlang.github.io/Skript/events.html#region_enterleave on entering of region "region": kod
    1 punkt
  8. MasloJestDobre

    Region

    Masz WorldEdita i WorldGuarda? Jaką wersje skripta? Jaki błąd? Wróżbitami nie jesteśmy
    1 punkt
  9. MasloJestDobre

    Grupowe RandomTP

    Wujek google nie boli
    1 punkt
  10. Helios1993

    Wykrywanie itemu

    on join: while player is online: if player has 10 diamonds: //kod wait 10 seconds
    1 punkt
  11. MasloJestDobre

    Wykrywanie itemu

    every 10 seconds: loop all players: if loop-player has 10 diamonds: send "Stać Cie na masło" to loop-player
    1 punkt
  12. Wojciu

    Szukam technika

    Zły dział, mało informacji. Po co informacje na priv? Może więcej osób chce się dowiedzieć, lepiej napisać publicznie czego wymagasz i co oferujesz.
    0 punktów
  13. PanMaruda

    Szukam technika

    Witam, szukam pracodawcy, który pisze swoje ogłoszenia o poszukiwaniu technika w dziale ogłoszeń do szukania technika, a nie w dziale stworzonym do problemów z pluginem. Wiecej informacji Priv.
    0 punktów
  14. h0p3

    Pomoc skrypt

    ommand /ritem <text> <integer> <integer>: permission: rafciolitems.use permission message: &cNie masz uprawnien! trigger: if arg 1 is not set: send "&cWpisz nazwe itemu. (PO ANGIELSKU!) bez minecraft:" if arg 1 is set: if player's tool isn't air: set {_name} to arg 1 set name of player's tool to "%{_name}%" else: send "&cNie mozesz nazwac swojej reki :3" if arg 2 is not set: send "&fUzyj kolorkow: (&11, &22, &33, &44, &55, &66, &77, &88, &99)" if arg 2 is set: if player's tool isn't air: if arg 2 is 1: set name of player's tool to "&1%{_name}%" if arg 2 is 2: set name of player's tool to "&2%{_name}%" if arg 2 is 3: set name of player's tool to "&3%{_name}%" if arg 2 is 4: set name of player's tool to "&4%{_name}%" if arg 2 is 5: set name of player's tool to "&5%{_name}%" if arg 2 is 6: set name of player's tool to "&6%{_name}%" if arg 2 is 7: set name of player's tool to "&7%{_name}%" if arg 2 is 8: set name of player's tool to "&8%{_name}%" if arg 2 is 9: set name of player's tool to "&9%{_name}%" if arg 3 is not set: send "&Uzyj &f(&b1 text, &m2 text, &n3 text)" if arg 3 is set: if arg 2 is 1: if arg 3 is 1: set name of player's tool to "&1&b%{_name}%" if arg 3 is 2: set name of player's tool to "&1&m%{_name}%" if arg 3 is 3: set name of player's tool to "&1&n%{_name}%" if arg 2 is 2: if arg 3 is 1: set name of player's tool to "&b&2%{_name}%" if arg 3 is 2: set name of player's tool to "&m&2%{_name}%" if arg 3 is 3: set name of player's tool to "&n&2%{_name}%" if arg 2 is 3: if arg 3 is 1: set name of player's tool to "&b&3%{_name}%" if arg 3 is 2: set name of player's tool to "&m&3%{_name}%" if arg 3 is 3: set name of player's tool to "&n&3%{_name}%" if arg 2 is 4: if arg 3 is 1: set name of player's tool to "&b&4%{_name}%" if arg 3 is 2: set name of player's tool to "&m&4%{_name}%" if arg 3 is 3: set name of player's tool to "&n&4%{_name}%" if arg 2 is 5: if arg 3 is 1: set name of player's tool to "&b&5%{_name}%" if arg 3 is 2: set name of player's tool to "&m&5%{_name}%" if arg 3 is 3: set name of player's tool to "&n&5%{_name}%" if arg 2 is 6: if arg 3 is 1: set name of player's tool to "&b&6%{_name}%" if arg 3 is 2: set name of player's tool to "&m&6%{_name}%" if arg 3 is 3: set name of player's tool to "&n&6%{_name}%" if arg 2 is 7: if arg 3 is 1: set name of player's tool to "&b&7%{_name}%" if arg 3 is 2: set name of player's tool to "&m&7%{_name}%" if arg 3 is 3: set name of player's tool to "&n&7%{_name}%" if arg 2 is 8: if arg 3 is 1: set name of player's tool to "&b&8%{_name}%" if arg 3 is 2: set name of player's tool to "&m&8%{_name}%" if arg 3 is 3: set name of player's tool to "&n&8%{_name}%" if arg 2 is 9: if arg 3 is 1: set name of player's tool to "&b&9%{_name}%" if arg 3 is 2: set name of player's tool to "&m&9%{_name}%" if arg 3 is 3: set name of player's tool to "&n&9%{_name}%" rozwiazalem problem
    0 punktów
  15. NeQ34

    Jak dodać lore ?

    Spróbuj: if player is holding golden shovel named "nazwijseto": kod albo: if name of player's tool is golden shovel named "nazwijseto": kod
    0 punktów
  16. Dobry pomysł, w wolnym czasie dodam
    0 punktów
  17. Raczej tak, sprawdzałem na 1.8.8 i 1.15.2.
    0 punktów
Ten Ranking jest ustawiony na Warszawa/GMT+02:00
  • Najwięcej postów w tygodniu

    Quexsu
    Quexsu
    6 postów
    NikoSkript
    NikoSkript
    1 post
    Notro
    Notro
    1 post
    Grabsky
    Grabsky
    1 post
    Nicku
    Nicku
    1 post
    mervi_X
    mervi_X
    1 post
  • Najwięcej tematów w tygodniu

    Quexsu
    Quexsu
    1 temat
    mervi_X
    mervi_X
    1 temat
  • Aktywni użytkownicy

    Nikt jeszcze nie otrzymał reputacji w tym tygodniu.

×
×
  • Dodaj nową pozycję...