Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- variables:
- {Zabojstwa.%player%} = 0
- options:
- NazwaOsiagniecia1: CosTam
- NazwaOsiagniecia2: CosTam
- NazwaOsiagniecia3: CosTam
- NazwaOsiagniecia4: CosTam
- NazwaOsiagniecia5: CosTam
- NazwaOsiagniecia6: CosTam
- NazwaOsiagniecia7: CosTam
- NazwaOsiagniecia8: CosTam
- on death:
- attacker is player
- victim is player
- add 1 to {Zabojstwa.%attacker%}
- if {Zabojstwa.%attacker%} is greater than 20:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia1}"
- add diamond named "&aOsiagniecie(20KILL)" to the player
- add 15 bottle of enchanting named "&aOsiagniecie(20KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 40:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia2}"
- add 30 bottle of enchanting named "&aOsiagniecie(40KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 80:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia3}"
- add diamond chestplate named "Osiagniecie(80KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 100:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia4}"
- add diamond sword of sharpness 2 named "Osiagniecie(100KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 150:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia5}"
- add diamond chestplate of protection 2 named "Osiagniecie(150KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 200:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia6}"
- add 2 diamond block named "Osiagniecie(200KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 500:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia7}"
- add diamond leggings of protection 3 named "Osiagniecie(500KILL)" to the player
- add diamond chestplate of protection 3 named "Osiagniecie(500KILL)" to the player
- stop
- if {Zabojstwa.%attacker%} is greater than 1000:
- send "&aZdobywasz osiagniecie {@NazwaOsiagniecia8}"
- add diamond helmet of protection 4 named "Osiagniecie(1000KILL)" to the player
- add diamond chestplate of protection 4 named "Osiagniecie(1000KILL)" to the player
- stop
Advertisement
Add Comment
Please, Sign In to add comment