Paste #19808: Diff note for paste #19807

Date: 2015/08/30 16:53:27 UTC-07:00
Type: Diff Report

View Raw Paste Download This Paste
Copy Link


 TrainingOutput:
   type: command
   name: trainingoutput
   description: ha ha
-  usage: <red>/nightvision
+  usage: <red>/trainingoutput
   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.
+  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"
-