Skocz do zawartości

shemson

Użytkownik
  • Ilość zawartości

    10
  • Rejestracja

  • Ostatnia wizyta

Osiągnięcia shemson

Początkujący I

Początkujący I (2/13)

2

Reputacja

  1. chce żeby używając komendy "/komenda" zabierało z eq np. 200 tnt , 100 cobbla, 16 pereł i w zamian dawało 1 diament
  2. chciałbym skrypt, który usuwa wybrane itemy z eq w odpowiedniej ilości np.200 i żeby było wymagane w ilości tych np 200tnt
  3. shemson

    rzucane TNT

    wiesz co dla mnie najłatwiej jak byś mi to napisał bardziej bo ja totalnie nie wiem options: rzucaneTNT: tnt of unbreaking 10 named "&4Rzucane &cTnT" on load: register new shapeless recipe for {@rzucaneTNT} using dispencer, tnt, dispencer, tnt, dispencer, tnt, tnt, dispencer, tnt on right click: if player's tool is not {@rzucaneTNT}: stop cancel event shoot a tnt from player with speed 0.7 set player's tool to (item amount of player's tool - 1) of player's tool set metadata value "rzucaneTNT" of last spawned tnt to true event-entity has metadata value "rzucaneTNT" command /rzucak: permission: permisja.permisja permission message: &cNie posiadasz dostÄ™pu do tej komendy. trigger: give player 1 of {@rzucaneTNT} on explosion prime: if entity is not {@rzucaneTNT}: stop set size of explosion to 7 dobrze ? nie wiem jak z tym craftingiem napisze mi ktoś działający crafting do tego ? albo zamiast craftingu żeby zabierało wymagane z eq itemy po wpisaniu komendy "/bomberman" i dawało 1 rzucane tnt cena np: 30 łez ghasta, 200 tnt, 1 głowa witherowa, 10 blocków diamentów
  4. shemson

    rzucane TNT

    witam, mam problem. mianowicie nie działa mi crafting w tym skrypcie i creepery i tnt zwykłe wybucha tak jak rzucaki czy mógłby ktoś mi dopisać do tego ? bardzo prosze ============================= options: rzucaneTNT: tnt of unbreaking 10 named "&4Rzucane &cTnT" import: org.bukkit.event.inventory.PrepareItemCraftEvent on right click: player's tool is {@rzucaneTNT} shoot a tnt from player with speed 0.7 set player's tool to (item amount of player's tool - 1) of player's tool on PrepareItemCraftEvent: set {_matrix::*} to event.getInventory(1).getMatrix() {_matrix::1} is 64 dispenser {_matrix::2} is 64 tnt {_matrix::3} is 64 dispenser {_matrix::4} is 64 tnt {_matrix::5} is 64 dispenser {_matrix::6} is 64 tnt {_matrix::7} is 64 tnt {_matrix::8} is 64 dispenser {_matrix::9} is 64 tnt set {_result} to 1 of {@rzucaneTNT} event.getInventory.setResult({_result}) command /rzucak: permission: permisja.permisja permission message: &cNie posiadasz dostÄ™pu do tej komendy. trigger: give player 1 of {@rzucaneTNT} on explosion prime: set size of explosion to 7
  5. shemson

    rzucane TNT

    dziękuje, bardzo miłego żyćka
  6. shemson

    rzucane TNT

    dziękuje, działa a napiszesz mi jak zwiększyć siłe wybuchu ? w sensie już polecenie gotowe
  7. shemson

    rzucane TNT

    problem w tym że nie wiem jak go dodać i nie wiem co to jest sory, pierwszy raz mam do czynienia ze skryptami
  8. shemson

    rzucane TNT

    jak zapisuje na notepad++ to nie widzę rozszerzenia ".sk" , więc skąd wziąć to rozszerzenie ? Dzięki wielkie [02:18:09 ERROR]: [Skript] can't understand this event: 'import' (rzucak.sk, line 4: import:') [02:18:09 ERROR]: [Skript] can't understand this event: 'on PrepareItemCraftEvent' (rzucak.sk, line 12: on PrepareItemCraftEvent:') dwa błędy mi wyskoczyły options: rzucaneTNT: tnt of unbreaking 10 named "&4Rzucane &cTnT" import: org.bukkit.event.inventory.PrepareItemCraftEvent on right click: player's tool is {@rzucaneTNT} shoot a tnt from player with speed 0.7 set player's tool to (item amount of player's tool - 1) of player's tool on PrepareItemCraftEvent: set {_matrix::*} to event.getInventory().getMatrix() {_matrix::1} is 64 tnt {_matrix::2} is 64 tnt {_matrix::3} is 64 tnt {_matrix::4} is 64 tnt {_matrix::5} is 64 emerald {_matrix::6} is 64 tnt {_matrix::7} is 64 tnt {_matrix::8} is 64 tnt {_matrix::9} is 64 tnt set {_result} to 1 of {@rzucaneTNT} event.getInventory.setResult({_result}) command /rzucak: permission: permisja.permisja permission message: &cNie posiadasz dostępu do tej komendy. trigger: give player 1 of {@rzucaneTNT} tak to wygląda
  9. shemson

    rzucane TNT

    Dziękuuuje, mega pomogłes options: rzucaneTNT: tnt of unbreaking 10 named "&4Rzucane &cTnT" import: org.bukkit.event.inventory.PrepareItemCraftEvent on right click: player's tool is {@rzucaneTNT} shoot a tnt from player with speed 0.7 set player's tool to (item amount of player's tool - 1) of player's tool on PrepareItemCraftEvent: set {_matrix::*} to event.getInventory().getMatrix() {_matrix::*} is 64 tnt, 64 tnt, 64 tnt, 64 tnt, 64 emerald, 64 tnt, 64 tnt, 64 tnt and 64 tnt set {_result} to {@rzucaneTNT} event.getInventory.setResult({_result}) command /rzucak: permission: permisja.permisja permission message: &cNie posiadasz dostępu do tej komendy. trigger: give player 1 of {@rzucaneTNT} czy to ma wyglądać tak ? a może być zamiast ".sk" to ".jsp" ? bo nie wiem jak .sk po prostu nie widzę tego rozszerzenia
  10. shemson

    rzucane TNT

    jestem nowy w skryptach więc nie ogarniam ale potrzebuje skryptu na rzucaka --chce mieć do niego crafting: 1 rząd: 64tnt , 64tnt , 64tnt, 2 rząd: kryształ endu , głowa witherowa , kryształ endu, 3 rząd: 64tnt , 64tnt , 64tnt. --Nazwane &4Rzucane &cTnT --Siła rzutu 0,7 --komende, która mi doda do eq A więc tak, czy ten skrypt mam gdzieś wkleić żeby działał czy może być notatnik. jaki plugin musze mieć żeby ten skrypt mi działał? czy mogę poprostu wrzucić go do folderu plugins?
×
×
  • Dodaj nową pozycję...