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"
-