Paste #19805: Edit of P#19803 - Edit of P#19802 - Script re-paste from http://pastebin.com/46jweCkS

Date: 2015/08/30 16:52:08 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


TrainingOutput:
  type: command
  name: trainingoutput
  description: ha ha
  usage: <red>/nightvision
  aliases:
  - toutput
  permission: mcf.staff
  permission message: "<red>You don't have permission to use this command."
  script:
  - if <player.has_flag[TrainingOutput]> {
    - flag <player> TraingingOutput:!
  }
  else {
    - flag <player> TrainingOutput
  }
  - define on <tern[<player.has_flag[TraingingOutput]>]:On||Off>
  - narrate "Output for training scripts has been turned <def[on]>."

AutoCreative:
  type: command
  name: autocreative
  description: ha ha
  usage: <red>/autocreative
  aliases:
  - autogmc
  - agmc
  permission: mcf.staff
  permission message: <red>You don't have permission to use this command.
  script:
  - if <player.has_flag[AutoCreative]> {
    - flag <player> AutoCreative:!
  }
  else {
    - flag <player> AutoCreative
  }
  - define on <tern[<player.has_flag[AutoCreative]>]:On||Off>
  - narrate "Creative mode on login is now <def[on]> for you"