Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /ustawpvp:
- trigger:
- if player has permission "efotoli.ustawpvp":
- set {pvp.location} to location of player
- send "&cTeleport na PvP ustawiony."
- else:
- send "&cNie mozesz ustawiac miejsca PvP."
- command /pvp:
- trigger:
- if player has permission "efotoli.pvp":
- if {pvp.location} is not set:
- send "&cRegion PvP nie zostal ustawiony."
- teleport player to {pvp.location}
- give diamond sword of sharpness 5 to the player
- equip player with all diamond armour of protection 4
- send "&bItemy przydzielone , mozesz isc sie bic."
- else:
- send "&cNie mozesz uzyc tej komendy."
Advertisement
Add Comment
Please, Sign In to add comment