@override Command generate(Context context) { return Command( 'gamemode ${mode.name} ${target ?? Entity.Self()}', ); }