Advertisement
Winter__

Untitled

Aug 11th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. #KillerCaptains
  2. #By Winter
  3. #There is a few things to set up while doing this, please contact me on skype @ sketchypeanut if you need any help!
  4. #Setup Tutorial
  5.  
  6. options:
  7. P: &8[&6KillerCaptains&8]&c
  8. Op: jdawgiscute.admin
  9. PM: &4You don't have the required permission to use this command.
  10.  
  11. command /resetkillercap:
  12. permission: {@Op}
  13. permission message: {@PM}
  14. trigger:
  15. delete {slayees::*}
  16. loop all players:
  17. add loop-player to {slayees::*}
  18. broadcast "{@P} reset!"
  19.  
  20. command /killcap <integer> <player>:
  21. permission: {@Op}
  22. permission message: {@PM}
  23. trigger:
  24. set {killercap.%player%.role} to "captain"
  25. set {_killercaptain} to arg 2
  26. remove {_killercaptain} from {slayees::*}
  27. add arg 2 to {slayers::*}
  28. command sender command "warp killercaptain%arg1% %arg 2%"
  29. broadcast "{@P} %arg 2% is now Captain of Team %arg 1%"
  30. set {teambox.%arg 1%} to the player's location
  31.  
  32. command /tpkillcap:
  33. permission: {@Op}
  34. permission message: {@PM}
  35. trigger:
  36. set {slay.inprogress} to true
  37. loop {slayees::*}:
  38. execute console command "warp slayeesspawn %loop-value%"
  39. loop {slayers::*}
  40. execute console command "warp slayersspawn %loop-vaule%"
  41. broadcast "{@P} will start in 10 seconds! Get ready to kill! (Or run!)"
  42. wait 5 seconds
  43. command "/playsoundkc note.harp"
  44. broadcast "{@P} 5..."
  45. broadcast "{@P} 4..."
  46. broadcast "{@P} 3..."
  47. broadcast "{@P} 2..."
  48. broadcast "{@P} 1..."
  49. broadcast "{@P} GO! Slay, slay, slay!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement