Paste #29456: Untitled Paste

Date: 2016/02/01 05:04:01 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


AndoriaBancmd:
  type: command
  name: ban
  description: Andoria Ban
  script:
    - define banned <context.args.get[1]> 
    - announce "<&c>System <&8><&chr[00BB]> <&7>Der Spieler <&c><def[banned]> <&7>wurde permanent auf Andoria gesperrt!"
    - announce "<&c>System <&8><&chr[00BB]> <&7>Grund: <context.raw_args.after[<context.args.get[1]>]>"
    - ban <def[banned]> reason:<context.raw_args.after[<context.args.get[1]>]>