Skocz do zawartości

h0p3

Użytkownik
  • Ilość zawartości

    29
  • Rejestracja

  • Ostatnia wizyta

O h0p3

  • Urodziny 22 stycznia

Informacje

  • Płeć
    Mężczyzna
  • Hobby
    programowanie
  • Nick w MC
    rafciol

Metody kontaktu

Ostatnie wizyty

1114 wyświetleń profilu

Osiągnięcia h0p3

Początkujący I

Początkujący I (2/13)

0

Reputacja

  1. #===========================# # Skript by rafciol # #===========================# on load: register new shaped recipe for emerald ore named "&6Drewniarka" using oak log, oak log, air, air, air, air, air, air, air on place of emerald ore: if name of player's tool is not "&6Drewniarka": stop add (location of event-block) to {dDrewniarka::drewniarka::*} set (block above event-block) to oak log # itp send "&aPostawiłeś Drewniarke. Drewniarke mozesz zniszczyc &ctylko zlotym kilofem!&r" on break of emerald ore: if {dDrewniarka::drewniarka::*} doesn't contain (location of block under event-block): stop wait 2 seconds set event-block to oak log on break of emerald ore: if {dDrewniarka::drewniarka::*} doesn't contain (location of event-block): stop if player's tool is golden pickaxe: remove (location of event-block) from {dDrewniarka::drewniarka::*} stop send "Drewniarke mozesz zniszczyc &ctylko zlotym kilofem!&r" Musisz sobie tylko dodać jakie drewno lub dopisać "or"
  2. h0p3

    Co jest nie tak ?

    dziala
  3. h0p3

    Co jest nie tak ?

    ok
  4. h0p3

    Co jest nie tak ?

    nie mam skquery
  5. h0p3

    Co jest nie tak ?

    cant understand this condition cos takiego
  6. h0p3

    Co jest nie tak ?

    Skrypt 2.4.1 command /drop [<text>]: trigger: wait 0.5 seconds open chest with 6 rows named "&6&lDrop z kamienia" to player Co jest nie tak ??? Nie kumam wcześniej było dobrze. Powie ktoś ?
  7. W tym skrypcie chodzi o to, że jeżeli gracz wpisz /zlecenie <nick gracza> <ilosc kasy> to za zabicie dostanie ilosc kasy. Oczywiście jest maksymalna ilosc oraz minimalna. Chciałbym żeby ktoś go przetestował. Sam go nie testowałem. Jeżeli będą jakieś błędy to pisać
  8. 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
  9. h0p3

    Pomoc skrypt

    command /ritem [<text>] [<text>] [<text>]: trigger: if arg 1 is not set: send "&cWpisz nazwe itemu. (PO ANGIELSKU!) bez minecraft:" if arg 1 is set: set arg 1 to {_item} if arg 2 is not set: send "&cWpisz nazwe przedmiotu. Mozesz uzyc kolorow &" if arg 2 is set: if arg 3 is not set: send "&cMozesz wpisac rowniez opis przedmiotu" give player {_item} named "%arg 2%" if arg 3 is set: give player {_item} named "%arg 2%" with lore "%arg 3%" Coś nie tak ? Może złe zmienne zrobiłem? Proszę o pomoc!
  10. h0p3

    Bossbar skrypt

  11. h0p3

    Bossbar skrypt

    Czy ktoś byłby w stanie napisać skrypt ktory wyswietla co 2 minuty bossbar dla wszystkich graczy z testem np "Nasz strona internetowa" i dodatkowo zeby wypelnial sie ten pasek Daje naj (czy jakos tak)
  12. rzeczywiscie
  13. on death of player: if attacker is not a player: stop send title "☠" to attacker for 10 seconds set {skull::%attacker%} to true broadcast "&f&l%attacker% &fjest ☠ Ten stan bedzie utrzymywal przez 24h" if {skull::%attacker%} is true: execute console command "team join skull %attacker%" wait 24 hours set {skull::%attacker%} to false if {skull::%attacker%} is false: broadcast "&f&l%attacker% &fnie jest juz ☠" execute console command "team leave %attacker%" Bardzo ważne jest to aby zmienić kodowanie pliku na UTF-8 !
  14. h0p3

    Czaszki

    mogles poprostu napisac else xd mogl
  15. h0p3

    Czaszki

    jak ? niewazne juz ogarnalem
×
×
  • Dodaj nową pozycję...