Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. BanText:
  2. type: world
  3. events:
  4. on ban command:
  5. - if !<player.has_permission[thelast.admin]> {
  6. - narrate format:cNoPerms-command ""
  7. - queue clear
  8. - determine FULFILLED
  9. }
  10.  
  11. - execute.as_op "ban <context.raw_args.get[1]> <context.raw_args.get[2]> <context.raw_args.get[3]>"
  12. - narrate targets:<server.list_online_players> "[Vaatu] A player has been BANNED."
  13. - foreach <server.list_online_players> {
  14. #- playsound sound:custom.VBeam volume:50000 custom
  15. #ADD THE ABOVE LINE WHEN ZUKO ADDS THE MUSIC FILE
  16. }
  17. - determine FULFILLED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement