Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. options:
  2. pre: &8[&aGalaxy&8]&b
  3. OpPerm: skript.pvparena
  4. PermMess: <red><bold>No Permission.
  5. command /pvparena <text>:
  6. description: Enables and Disables the PVP Arena
  7. usage: /pvparena <enable:disable>
  8. Permission: {@OpPerm}
  9. Permission Message: {@PermMess}
  10. aliases: /pa
  11. trigger:
  12. arg 1 is "enable":
  13. set {PVP} to true
  14. broadcast "{@pre} The PVP Arena is now Enabled"
  15. command "/pvp global enable"
  16. arg 1 is "disable":
  17. set {PVP} to false
  18. broadcast "{@pre} The PVP Arena is now Disabled"
  19. command "/pvp global disable"
  20. delete {inarena::*}
  21. command /arena:
  22. description: Enters you to the PVP arena
  23. usage: /arena
  24. executable by: players
  25. aliases: /a
  26. trigger:
  27. {PVP} is true:
  28. {inarena::%player%} is true:
  29. message "fuck off"
  30. stop
  31. {inarena::%player%} is false:
  32. equip player with all iron armour of protection 2
  33. give a diamond sword of sharpness 1 to the player
  34. give a bow of infinity 1 to the player
  35. give player 1 arrow named "&aArrow"
  36. give player 32 steak named "&aSteak"
  37. command "/gms %player%"
  38. command "/rea %player%"
  39. command "/warp pvp%a random integer between 1 and 10% %player%"
  40. send "&3&lWelcome to 13thedude's PvP Arena!" to the player
  41. send "&3&lNo teaming!" to the player
  42. {PVP} is false:
  43. message "{@pre} PvP Arena is not Enabled!"
  44. on death of player:
  45. {PVP} is true:
  46. {inarena::%player%} is true:
  47. message "{@pre} &bYou died!"
  48. set {inarena::%player%} to false
  49. set death message to ""
  50. command "/ci %victim%"
  51. command "/give %attacker% gapple 1"
  52. on damage:
  53. damage is caused by fall:
  54. cancel the event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement