Guest User

Skrypt by Efotoli - Join PvP - #1 Aktualizacja

a guest
Mar 22nd, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. command /ustawpvp:
  2. trigger:
  3. if player has permission "efotoli.ustawpvp":
  4. set {pvp.location} to location of player
  5. send "&cTeleport na PvP ustawiony."
  6. else:
  7. send "&cNie mozesz ustawiac miejsca PvP."
  8.  
  9. command /pvp:
  10. trigger:
  11. if player has permission "efotoli.pvp":
  12. if {pvp.location} is not set:
  13. send "&cRegion PvP nie zostal ustawiony."
  14. teleport player to {pvp.location}
  15. give diamond sword of sharpness 5 to the player
  16. equip player with all diamond armour of protection 4
  17. send "&bItemy przydzielone , mozesz isc sie bic."
  18. else:
  19. send "&cNie mozesz uzyc tej komendy."
Advertisement
Add Comment
Please, Sign In to add comment