Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- prefix: &3[&2LUKI&3]&7
- brak_itemow: Nie masz wystarczajcych przedmiotow, aby kupic ten luk
- cena_1: 3 sponge and 64 rotten flesh
- cena_2: 3 sponge and 32 coal block
- cena_3: 2 sponge and 64 pink wool
- cena_4: 1 sponge and 64 bread
- cena_5: 5 sponge and 1 wither skeleton head
- cena_6: 3 sponge and 20 raw fish
- command /zrobsklep:
- permission: mob.create
- trigger:
- spawn villager in front of player
- set name of spawned entity to "&6&l>>&9&lLucznik&6&l<<"
- apply slowness 100 to spawned entity for 9999999 days
- on damage:
- victim is villager
- name of victim is "&6&l>>&9&lLucznik&6&l<<"
- cancel event
- on rightclick on villager:
- name of clicked entity is "&6&l>>&9&lLucznik&6&l<<"
- cancel event
- execute player command "/luki"
- command /dajluk1:
- trigger:
- if player have {@cena_1}:
- remove {@cena_1} from player
- give player a bow named "&3&lLuk &2&lZatrucia"
- send "{@prefix} test"
- wait 1 tick
- execute player command "/luki"
- if player don't have @cena_1}:
- send "{@prefix} {@brak_itemow}"
- command /dajluk2:
- trigger:
- if player have {@cena_2}:
- remove {@cena_1} from player
- give player a bow named "&3&lLuk &2&lObumierania"
- send "
- wait 1 tick
- execute player command "/luki"
- send "{@prefix} test"
- if player don't have {@cena_2}:
- send "{@prefix} {@brak_itemow}"
- command /dajluk3:
- trigger:
- if player have {@cena_3}:
- remove {@cena_1} from player
- give player a bow named "&3&lLuk &2&lSlabosci"
- wait 1 tick
- execute player command "/luki"
- if player don't have {@cena_3}:
- send "{@prefix} {@brak_itemow}"
- command /dajluk4:
- trigger:
- if player have {@cena_4}:
- remove {@cena_1} from player
- give player a bow named "&3&lLuk &2&lGlodu"
- wait 1 tick
- execute player command "/luki"
- if player don't have {@cena_4}:
- send "{@prefix} {@brak_itemow}"
- command /dajluk5:
- trigger:
- if player have {@cena_5}:
- remove {@cena_1} from player
- give player a bow named "&3&lLuk &2&lSlepoty"
- wait 1 tick
- execute player command "/luki"
- if player don't have {@cena_5}:
- send "{@prefix} {@brak_itemow}"
- command /dajluk6:
- trigger:
- if player have {@cena_6}:
- remove {@cena_1} from player
- give player a bow named "&3&lLuk &2&lNudnosci"
- wait 1 tick
- execute player command "/luki"
- if player don't have {@cena_6}:
- send "{@prefix} {@brak_itemow}"
- command /luki:
- trigger:
- show "s;1;i;bow;n;&3&lLuk &2&lZatrucia;l;&dEfekty:||&5&lZatruje tego, kto zostanie trafiony...||&dPotrzeba:||&23 gabki||&264 zgnilego miesa;c;sudo %player% dajluk1;s;2;i;bow;n;&3&lLuk &2&lObumierania;l;&dEfekty:||&5&lTrafiony gracz zacznie umierac...||&dPotrzeba:||&23 gabki||&232 bloki wegla;c;sudo %player% dajluk2;s;3;i;bow;n;&3&lLuk &2&lSlabosci;l;&dEfekty:||&5&lTrafiony gracz bedzie tracic sily...;c;sudo %player% dajluk3;s;4;i;magenta glass pane;n; ;l;;c;sudo %player% luki;s;5;i;arrow;n; ;l;;c;sudo %player% luki;s;6;i;magenta glass pane;n; ;l;;c;sudo %player% luki;s;7;i;bow;n;&3&lLuk &2&lGlodu;l;&dEfekty:||&5&lTrafiony gracz poczuje glod...;c;sudo %player% dajluk4;s;8;i;bow;n;&3&lLuk &2&lSlepoty;l;&dEfekty:||&5&lMroczki przed oczami...;c;sudo %player% dajluk5;s;9;i;bow;n;&3&lLuk &2&lNudnosci;l;&dEfekty:||&5&lTwoj wrog za duzo wypil...;c;sudo %player% dajluk6;" with 1 rows named "&4Sklep z Lukami" to player
- #----------------------
- on damage:
- victim is a player
- attacker is a player
- attacker's tool is bow named "&3&lLuk &2&lZatrucia"
- apply poison 2 to victim for 8 seconds
- #-----------------------
- on damage:
- victim is a player
- attacker is a player
- attacker's tool is bow named "&3&lLuk &2&lObumierania"
- apply wither 1 to victim for 15 seconds
- #-----------------------
- on damage:
- victim is a player
- attacker is a player
- attacker's tool is bow named "&3&lLuk &2&lSlabosci"
- apply weakness to victim for 10 seconds
- #-----------------------
- on damage:
- victim is a player
- attacker is a player
- attacker's tool is bow named "&3&lLuk &2&lGlodu"
- apply hunger to victim for 15 seconds
- #-----------------------
- on damage:
- victim is a player
- attacker is a player
- attacker's tool is bow named "&3&lLuk &2&lSlepoty"
- apply blindness to victim for 5 seconds
- #-----------------------
- on damage:
- victim is a player
- attacker is a player
- attacker's tool is bow named "&3&lLuk &2&lNudnosci"
- apply nausea to victim for 15 seconds
Advertisement
Add Comment
Please, Sign In to add comment