Advertisement
fleft17

Untitled

May 23rd, 2014
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. #Skript made by Fleft. Edit to your liking
  2. # Please note: change "*****NAME OF SPAWN WORLD*****" to the name of your spawn world!
  3. # I am not responsible for games going wrong because you do not know how to use it. You must disable it during games by using /arena off.
  4. # Set 10 warps in the PVP Arena named pvp(#1-10)
  5. #
  6. #
  7. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  8. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  9. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  10. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  11. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  12. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  13. # To make sure you actually give a shit and care about how to use this, remove the hashtags in front of the commands below. Leave the ones in front of these words alone.
  14.  
  15.  
  16.  
  17. #####command /pvparena:
  18. trigger:
  19. {PVPArena} is true:
  20. player is in world "*****NAME OF SPAWN WORLD*******":
  21. execute console command "/ci %player%"
  22. execute console command "/gms %player%"
  23. equip player with iron helmet of unbreaking x
  24. equip player with iron chestplate of unbreaking x
  25. equip player with iron leggings of unbreaking x
  26. equip player with iron boots of unbreaking x
  27. give player iron sword of unbreaking x
  28. give player bow of infinity 1 and unbreaking x
  29. give player 1 322
  30. give player 1 arrow
  31. set {PvPwarp.%player%} to a random integer between 1 and 10
  32. execute console command "/warp %player% pvp%{PvPwarp.%player%}
  33.  
  34. #####command /autopvp:
  35. trigger:
  36. set {autoPVP.%player%} to true
  37. message "&a&lAutoPVP enabled" to the command sender
  38.  
  39. #####on respawn:
  40. {PVPArena} is true:
  41. {autoPVP.%player%} is true:
  42. make player execute command "/pvparena"
  43.  
  44. #####command /arena <text>:
  45. permission: skript.pvparena
  46. trigger:
  47. if arg is "on" or "true" or "enable":
  48. set {PVPArena} to true
  49. broadcast "&a&lPVP Arena enabled by &b&l%player%!"
  50. if arg is "off" or "false" or "disable":
  51. set {PVPArena} to false
  52. broadcast "&c&lPVP Arena disabled by&e&l%player%!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement